]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add missing NEWS items
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Sun, 5 Feb 2017 13:06:06 +0000 (18:36 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Sun, 5 Feb 2017 15:20:22 +0000 (20:50 +0530)
Add NEWS items for the two new pthreads implementations, i.e. the
condition variables algorithms and the pthread_rwlock algorithms.

ChangeLog
NEWS

index 767e22ae001a89696b490998d6e185b6ab48cd62..ad538d2a7ca3908c893970f12c1871d643810694 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-02-05  Siddhesh Poyarekar  <siddhesh@sourceware.org>
+
+       * NEWS: Add missing news items.
+
 2017-02-04  Siddhesh Poyarekar  <siddhesh@sourceware.org>
 
        * elf/tst-env-setuid.c (do_execve): Return EXIT_UNSUPPORTED in
diff --git a/NEWS b/NEWS
index 27841fd5485760220f061cd97cac36fb8d8fc195..287c8eb9c82dde1b6b572dcd12d467c14fec1c63 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -189,6 +189,14 @@ Version 2.25
   flag.  The GNU C Library manual has details on usage and README.tunables has
   instructions on adding new tunables to the library.
 
+* A new version of condition variables functions have been implemented in
+  the NPTL implementation of POSIX Threads to provide stronger ordering
+  guarantees.
+
+* A new version of pthread_rwlock functions have been implemented to use a more
+  scalable algorithm primarily through not using a critical section anymore to
+  make state changes.
+
 Security related changes:
 
 * On ARM EABI (32-bit), generating a backtrace for execution contexts which