diff options
author | Rich Felker <dalias@aerifal.cx> | 2011-04-21 23:33:39 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2011-04-21 23:33:39 -0400 |
commit | cbb65af6ae2fd129102e2cc27e29d23df7580c97 (patch) | |
tree | 06f732601de09bc0342fc00ff920191835faef44 /WHATSNEW | |
parent | d878dceccaff9931160250496c6cc87a8fe45811 (diff) | |
download | musl-cbb65af6ae2fd129102e2cc27e29d23df7580c97.tar.gz musl-cbb65af6ae2fd129102e2cc27e29d23df7580c97.tar.xz musl-cbb65af6ae2fd129102e2cc27e29d23df7580c97.zip |
update release notes in prep for 0.7.9 release
Diffstat (limited to 'WHATSNEW')
-rw-r--r-- | WHATSNEW | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/WHATSNEW b/WHATSNEW index f1c66dff..3b6680a8 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -186,7 +186,18 @@ for nonstandard macros, etc. -0.7.9 (pending release) - more bug fixes, compatibility, optimization, cleanup +0.7.9 - new cancellation, bug fixes, compatibility, optimization, cleanup + +major changes to pthread cancellation handling which simplify and +reduce code size while ensuring no resource leaks or dangerous +behavior with signals. + +better code factorization for smaller static binary sizes, especially +in the presence of library code that is thread-aware but never +actually creates any threads. + +optimizations for size and performance in many syscall wrappers and +pthread functions. fixed fcntl locking on x86_64. @@ -198,5 +209,3 @@ sysvipc interfaces. improved timers with thread delivery to avoid some issues with reusing the same thread for all expirations. - -optimized various pthread internals. |