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>2016-05-18 22:27:57 +0300
committerCorinna Vinschen <corinna@vinschen.de>2016-05-18 22:27:57 +0300
commitf6d9d8a1821e2ce919ad53c4ac07aaf80514db05 (patch)
tree6a6bd0146cfc0c890274f66fb059248ebdc40412 /winsup/cygwin
parent72ded594471affbad3950f7a7a622304605be98f (diff)
Bump Cygwin DLL version to 2.5.2
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/include/cygwin/version.h2
-rw-r--r--winsup/cygwin/release/2.5.213
2 files changed, 14 insertions, 1 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 9442e4e4d..d45a6d28e 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -14,7 +14,7 @@ details. */
changes to the DLL and is mainly informative in nature. */
#define CYGWIN_VERSION_DLL_MAJOR 2005
-#define CYGWIN_VERSION_DLL_MINOR 1
+#define CYGWIN_VERSION_DLL_MINOR 2
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */
diff --git a/winsup/cygwin/release/2.5.2 b/winsup/cygwin/release/2.5.2
new file mode 100644
index 000000000..e37f9191f
--- /dev/null
+++ b/winsup/cygwin/release/2.5.2
@@ -0,0 +1,13 @@
+What's new:
+-----------
+
+
+What changed:
+-------------
+
+
+Bug Fixes
+---------
+
+- Fix an error message depending on the system header inclusion order.
+ Addresses: https://cygwin.com/ml/cygwin-developers/2016-05/msg00003.html