]> sourceware.org Git - newlib-cygwin.git/commitdiff
Bump minor DLL version to 1
authorCorinna Vinschen <corinna@vinschen.de>
Thu, 30 Apr 2015 15:53:15 +0000 (17:53 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Sun, 3 May 2015 12:24:16 +0000 (14:24 +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 b67e33f1cff5a8231523b1aec448acce7dbb575e..7505bf963279733c6bf580aad9ea5b72fe1d2871 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.032702 seconds and 5 git commands to generate.