]> sourceware.org Git - newlib-cygwin.git/commitdiff
Bump Cygwin version to 2.5.0
authorCorinna Vinschen <corinna@vinschen.de>
Sat, 13 Feb 2016 15:49:47 +0000 (16:49 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Sat, 13 Feb 2016 15:55:00 +0000 (16:55 +0100)
Add a release file.  Add release text to documentation.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/include/cygwin/version.h
winsup/cygwin/release/2.5.0 [new file with mode: 0644]
winsup/doc/new-features.xml

index fe1cafb2b99881357bed4e4391620bcb3bb4feaf..067a5f163b8c250d443450e74b605c982bdafab5 100644 (file)
@@ -42,8 +42,8 @@ details. */
         the Cygwin shared library".  This version is used to track important
         changes to the DLL and is mainly informative in nature. */
 
-#define CYGWIN_VERSION_DLL_MAJOR 2004
-#define CYGWIN_VERSION_DLL_MINOR 2
+#define CYGWIN_VERSION_DLL_MAJOR 2005
+#define CYGWIN_VERSION_DLL_MINOR 0
 
       /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
         incompatible. */
diff --git a/winsup/cygwin/release/2.5.0 b/winsup/cygwin/release/2.5.0
new file mode 100644 (file)
index 0000000..4ed9538
--- /dev/null
@@ -0,0 +1,31 @@
+What's new:
+-----------
+
+- First implementation of pthread_barrier/pthread_barrierattr functions.
+  New APIs: pthread_barrierattr_init, pthread_barrierattr_setpshared,
+  pthread_barrierattr_getpshared, pthread_barrierattr_destroy,
+  pthread_barrier_init, pthread_barrier_destroy, pthread_barrier_wait.
+
+
+What changed:
+-------------
+
+- In calls to chmod treat ACLs with extra ACEs *only* for Admins and
+  SYSTEM like a trivial ACL.
+
+
+Bug Fixes
+---------
+
+- Fix potential hang when using LoadLibraryEx(LOAD_LIBRARY_SEARCH_SYSTEM32).
+  Reported and tested via IRC.
+
+- Fix a bug in ACL handling which might result in a spurious extra entry
+  for the primary group.  Self-observed.
+
+- printf(3): Handle multibyte decimal point in field size computation.
+  Addresses: https://cygwin.com/ml/cygwin/2016-02/msg00014.html
+
+- cygwin_conv_path: Always preserve trailing backslashes in conversion
+  to POSIX paths.
+  Addresses: https://cygwin.com/ml/cygwin/2016-01/msg00480.html
index b4b8435dfbe8bfc0c575fd9a4f1bcace3ce313ea..2f2cb1b93141f6adca4745f2ef9ce0288494a2a6 100644 (file)
@@ -4,6 +4,26 @@
 
 <sect1 id="ov-new"><title>What's new and what changed in Cygwin</title>
 
+<sect2 id="ov-new2.5"><title>What's new and what changed in 2.5</title>
+
+<itemizedlist mark="bullet">
+
+<listitem><para>
+First implementation of pthread_barrier/pthread_barrierattr functions.
+New APIs: pthread_barrierattr_init, pthread_barrierattr_setpshared,
+pthread_barrierattr_getpshared, pthread_barrierattr_destroy,
+pthread_barrier_init, pthread_barrier_destroy, pthread_barrier_wait.
+</para></listitem>
+
+<listitem><para>
+In calls to chmod treat ACLs with extra ACEs *only* for Admins and
+SYSTEM like a trivial ACL.
+</para></listitem>
+
+</itemizedlist>
+
+</sect2>
+
 <sect2 id="ov-new2.4"><title>What's new and what changed in 2.4</title>
 
 <itemizedlist mark="bullet">
This page took 0.037464 seconds and 5 git commands to generate.