[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[commits] r8981 - /fsf/trunk/libc/NEWS
- To: commits@xxxxxxxxxx
- Subject: [commits] r8981 - /fsf/trunk/libc/NEWS
- From: eglibc@xxxxxxxxxx
- Date: Sat, 19 Sep 2009 07:05:33 -0000
Author: eglibc
Date: Sat Sep 19 00:05:31 2009
New Revision: 8981
Log:
Import glibc-mainline for 2009-09-19
Modified:
fsf/trunk/libc/NEWS
Modified: fsf/trunk/libc/NEWS
==============================================================================
--- fsf/trunk/libc/NEWS (original)
+++ fsf/trunk/libc/NEWS Sat Sep 19 00:05:31 2009
@@ -7,10 +7,10 @@
Version 2.11
-* New interfaces: execvpe
- Implemented by Ulrich Drepper.
-
-* checking version of longjmp added that fails if an uninitialized stack
+* New interfaces: execvpe, pthread_sigqueue
+ Implemented by Ulrich Drepper.
+
+* Checking version of longjmp added that fails if an uninitialized stack
frame would be created. Implemented by Ulrich Drepper.
* STT_GNU_IFUNC is now supported in static executables.