Update NEWS
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Fri, 1 Mar 2013 15:13:40 +0000 (20:43 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Fri, 1 Mar 2013 15:13:40 +0000 (20:43 +0530)
ChangeLog
NEWS

index 027c298..8648323 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
+       * NEWS: Mention libm performance improvements and non-x86 PI
+       futex support.
+
        * csu/libc-start.c (__pthread_initialize_minimal): Change
        function arguments.
        * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
diff --git a/NEWS b/NEWS
index ff34277..313ccd7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,12 @@ Version 2.18
   independently of the process stack size using the
   GLIBC_PTHREAD_DEFAULT_STACKSIZE environment variable.
 
+* Improved worst case performance of libm functions with double inputs and
+  output.
+
+* Support for priority inherited mutexes in pthread condition variables on
+  non-x86 architectures.
+
 \f
 Version 2.17