Update NEWS

This commit is contained in:
Siddhesh Poyarekar 2013-03-01 20:43:40 +05:30
parent e23872c8db
commit e5c74c633e
2 changed files with 9 additions and 0 deletions

View File

@ -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.

6
NEWS
View File

@ -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.
Version 2.17