Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2015-04-30 18:53:15 +0300
committerCorinna Vinschen <corinna@vinschen.de>2015-04-30 18:53:15 +0300
commitd4058c6686fe4b59988d7b642627308b4622d90d (patch)
treee2c7e5d3fa6aafd1624e76b981e0668e580d95b6
parentb07326d29e0df7a8f21aaadefebecbec8da20144 (diff)
Bump minor DLL version to 1cygwin-2_0_1-release
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/include/cygwin/version.h2
-rw-r--r--winsup/cygwin/release/2.0.18
3 files changed, 13 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 414e14827..b21e1074b 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/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 7734b120b..1ac9e6ecd 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -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
index 000000000..3d10d8d9a
--- /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