diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-08-09 21:09:37 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-08-09 21:09:37 -0700 |
commit | f15ce4d8dc139523fe0c273580b604b2453acba6 (patch) | |
tree | 81280d3d06fd2156f16763927aa7a3d9eb815610 /NEWS | |
parent | d22e4cc9397ed41534c9422d0b0ffef8c77bfa53 (diff) | |
download | glibc-f15ce4d8dc139523fe0c273580b604b2453acba6.tar.gz glibc-f15ce4d8dc139523fe0c273580b604b2453acba6.tar.xz glibc-f15ce4d8dc139523fe0c273580b604b2453acba6.zip |
Avoid too much stack use in fnmatch.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS index 8d9bb43ec3..a7de685136 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2010-7-29 +GNU C Library NEWS -- history of user-visible changes. 2010-8-9 Copyright (C) 1992-2009, 2010 Free Software Foundation, Inc. See the end for copying conditions. @@ -9,7 +9,7 @@ Version 2.13 * The following bugs are resolved with this release: - 11640, 11701, 11840, 11856 + 11640, 11701, 11840, 11856, 11883 * POWER7 optimizations: memset, memcmp, strncmp |