diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-03-18 05:30:17 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-03-18 05:30:17 -0400 |
commit | 042c49c681ca671215849a3788595b7eba90ffd0 (patch) | |
tree | ec5a5db695dee5ecb7bd79205b407425bccca7ab | |
parent | 8126d90480fa3e0c5c5cd0d02cb1c93174b45485 (diff) | |
download | glibc-042c49c681ca671215849a3788595b7eba90ffd0.zip glibc-042c49c681ca671215849a3788595b7eba90ffd0.tar.gz glibc-042c49c681ca671215849a3788595b7eba90ffd0.tar.bz2 |
Add BZ info.
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | NEWS | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,6 @@ 2011-03-18 Ulrich Drepper <drepper@gmail.com> + [BZ #12583] * posix/fnmatch.c (fnmatch): Check size of pattern in wide character representation. Partly based on a patch by Tomas Hoger <thoger@redhat.com>. @@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2011-3-10 +GNU C Library NEWS -- history of user-visible changes. 2011-3-18 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, 12445, 12454, 12460, 12469, 12489, 12509, 12510 + 11724, 12445, 12454, 12460, 12469, 12489, 12509, 12510, 12583 Version 2.13 |