mirror of git://sourceware.org/git/glibc.git
Add BZ info.
This commit is contained in:
parent
8126d90480
commit
042c49c681
|
@ -1,5 +1,6 @@
|
||||||
2011-03-18 Ulrich Drepper <drepper@gmail.com>
|
2011-03-18 Ulrich Drepper <drepper@gmail.com>
|
||||||
|
|
||||||
|
[BZ #12583]
|
||||||
* posix/fnmatch.c (fnmatch): Check size of pattern in wide
|
* posix/fnmatch.c (fnmatch): Check size of pattern in wide
|
||||||
character representation.
|
character representation.
|
||||||
Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
|
Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
|
||||||
|
|
4
NEWS
4
NEWS
|
@ -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.
|
Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
See the end for copying conditions.
|
See the end for copying conditions.
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ Version 2.14
|
||||||
|
|
||||||
* The following bugs are resolved with this release:
|
* 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
|
Version 2.13
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue