This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin/rhcygwin-2.0] Bump minor DLL version to 1


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=a63da4987c3fecc38cf95b1b599546296666454c

commit a63da4987c3fecc38cf95b1b599546296666454c
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Thu Apr 30 17:53:15 2015 +0200

    Bump minor DLL version to 1
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/ChangeLog     | 4 ++++
 winsup/cygwin/release/2.0.1 | 8 ++++++++
 2 files changed, 12 insertions(+)

diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 414e148..b21e107 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,9 @@
 2015-04-30  Corinna Vinschen  <corinna@vinschen.de>
 
+	* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 1.
+
+2015-04-30  Corinna Vinschen  <corinna@vinschen.de>
+
 	* security.cc (convert_samba_sd): Fix accidental dropping of all
 	non-Unix User, non-Unix Group accounts.
 
diff --git a/winsup/cygwin/release/2.0.1 b/winsup/cygwin/release/2.0.1
new file mode 100644
index 0000000..3d10d8d
--- /dev/null
+++ b/winsup/cygwin/release/2.0.1
@@ -0,0 +1,8 @@
+Bug Fixes
+---------
+
+- Fix type check for base type of int32_t/uint32_t.
+  Addresses: https://cygwin.com/ml/cygwin/2015-04/msg00602.html
+
+- Fix a bug in SID conversion per RFC2307 on Samba shares.
+  Addresses: https://cygwin.com/ml/cygwin/2015-04/msg00636.html


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]