summaryrefslogtreecommitdiff
path: root/libc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'libc/NEWS')
-rw-r--r--libc/NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/libc/NEWS b/libc/NEWS
index 55dba1bb7..2d7a9df3d 100644
--- a/libc/NEWS
+++ b/libc/NEWS
@@ -5,6 +5,27 @@ See the end for copying conditions.
Please send GNU C library bug reports via <http://sources.redhat.com/bugzilla/>
using `glibc' in the "product" field.
+Version 2.16
+
+* The following bugs are resolved with this release:
+
+ 13526, 13527, 13528, 13529, 13531, 13532
+
+* ISO C11 support:
+
+ + define static_assert
+
+ + do not declare gets
+
+ + declare at_quick_exit and quick_exit also for ISO C11
+
+ + aligned_alloc. NB: The code is deliberately allows the size parameter
+ to not be a multiple of the alignment. This is a moronic requirement
+ in the standard but it is only a requirement on the caller, not the
+ implementation.
+
+ + timespec_get added
+
Version 2.15
* The following bugs are resolved with this release: