diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2015-01-08 13:39:53 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2015-01-08 13:39:53 +0000 |
commit | 4a3f4e039c31ceb8cf2c7fd044d2d90ef0c27ce3 (patch) | |
tree | f879861f706a8e85f0943185cbe7bf6162c56e6b | |
parent | 46eb312f1315ec8798da3a30fcb61f28b2d7fc95 (diff) | |
download | cygnal-4a3f4e039c31ceb8cf2c7fd044d2d90ef0c27ce3.tar.gz cygnal-4a3f4e039c31ceb8cf2c7fd044d2d90ef0c27ce3.tar.bz2 cygnal-4a3f4e039c31ceb8cf2c7fd044d2d90ef0c27ce3.zip |
*** empty log message ***
-rw-r--r-- | winsup/cygwin/release/1.7.34 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygwin/release/1.7.34 b/winsup/cygwin/release/1.7.34 index 5c598d1ae..21dfaa102 100644 --- a/winsup/cygwin/release/1.7.34 +++ b/winsup/cygwin/release/1.7.34 @@ -61,3 +61,12 @@ Bug Fixes - Fix an "invalid handle" problem when using flock(2) with a parent process holding the lock. Addresses: https://cygwin.com/ml/cygwin/2014-12/msg00012.html + +- Load correct timezone offsets when fetching timezone info from + zoneinfo files. Use tm_gmtoff and tm_zone members in strftime to + generate more correct timezone info for non-recent eras. + Addresses: https://cygwin.com/ml/cygwin/2014-12/msg00313.html + +- Fix type of cmsg_len member of struct cmsghdr in /usr/include/cygwin/socket.h + to size_t to align with Winsock. + Addresses: https://cygwin.com/ml/cygwin/2014-12/msg00376.html |