diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-02-20 08:00:55 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-02-20 08:00:55 -0500 |
commit | 071f805ea30da4f4c43f45ceb8f4ad6aacffa51e (patch) | |
tree | e8709c1b1631f4ca768be288ad5ed7887a6ee4c5 | |
parent | 84a4211850e3d23a9d3a4f3b294752a3b30bc0ff (diff) | |
download | glibc-071f805ea30da4f4c43f45ceb8f4ad6aacffa51e.tar glibc-071f805ea30da4f4c43f45ceb8f4ad6aacffa51e.tar.gz glibc-071f805ea30da4f4c43f45ceb8f4ad6aacffa51e.tar.bz2 glibc-071f805ea30da4f4c43f45ceb8f4ad6aacffa51e.zip |
Update with BZ number.
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | NEWS | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,7 @@ 2011-01-27 Petr Baudis <pasky@suse.cz> Ulrich Drepper <drepper@gmail.com> + [BZ 12445]# * stdio-common/vfprintf.c (vfprintf): Pass correct newlen to extend_alloca(). * stdio-common/bug23.c: New file. @@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2011-2-17 +GNU C Library NEWS -- history of user-visible changes. 2011-2-20 Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc. See the end for copying conditions. @@ -9,7 +9,7 @@ Version 2.14 * The following bugs are resolved with this release: - 11724, 12460, 12469, 12489 + 11724, 12445, 12460, 12469, 12489 Version 2.13 |