]> sourceware.org Git - newlib-cygwin.git/commitdiff
Bump minor DLL version to 1 cygwin-2_0_1-release
authorCorinna Vinschen <corinna@vinschen.de>
Thu, 30 Apr 2015 15:53:15 +0000 (17:53 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 30 Apr 2015 15:53:15 +0000 (17:53 +0200)
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/ChangeLog
winsup/cygwin/include/cygwin/version.h
winsup/cygwin/release/2.0.1 [new file with mode: 0644]

index 414e14827faede11dbbfa7d8db6738d4e9f2563d..b21e1074b783e9156bf95b7ce661ddf98918c608 100644 (file)
@@ -1,3 +1,7 @@
+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
index 7734b120b66779edce5ffc35504e8fe673366c3c..1ac9e6ecd351f2a0c9ad66ca09fd0387dea25b42 100644 (file)
@@ -43,7 +43,7 @@ details. */
         changes to the DLL and is mainly informative in nature. */
 
 #define CYGWIN_VERSION_DLL_MAJOR 2000
-#define CYGWIN_VERSION_DLL_MINOR 0
+#define CYGWIN_VERSION_DLL_MINOR 1
 
       /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
         incompatible. */
diff --git a/winsup/cygwin/release/2.0.1 b/winsup/cygwin/release/2.0.1
new file mode 100644 (file)
index 0000000..3d10d8d
--- /dev/null
@@ -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
This page took 0.036595 seconds and 5 git commands to generate.