diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-12-23 22:53:02 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-01 07:17:20 -0500 |
commit | 8d44e1508660d4195146730541876147013d484f (patch) | |
tree | 5fe008a37fdaa522426da7dd964e3c8e55859f20 | |
parent | d78099052b6bdc164f8f6a582a9b7b574f700e28 (diff) | |
download | glibc-8d44e1508660d4195146730541876147013d484f.zip glibc-8d44e1508660d4195146730541876147013d484f.tar.gz glibc-8d44e1508660d4195146730541876147013d484f.tar.bz2 |
Missing BZ
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | NEWS | 7 |
2 files changed, 8 insertions, 0 deletions
@@ -28,6 +28,7 @@ 2011-12-23 Ulrich Drepper <drepper@gmail.com> + [BZ #13526] * include/features.h: Handle __STDC_VERSION__ >= 201112 and _ISOC11_SOURCE. @@ -5,6 +5,13 @@ 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 + + Version 2.15 * The following bugs are resolved with this release: |