aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-08-20 09:22:16 -0400
committerUlrich Drepper <drepper@gmail.com>2011-08-20 09:22:16 -0400
commit5c43483f0c868a29161979a783b7a728d665f06e (patch)
treed423e9d0a9e40e2d9157ef992434134a9ba84bb8 /NEWS
parenta101b025af141e956feb04042ee75e28997c0011 (diff)
downloadglibc-5c43483f0c868a29161979a783b7a728d665f06e.zip
glibc-5c43483f0c868a29161979a783b7a728d665f06e.tar.gz
glibc-5c43483f0c868a29161979a783b7a728d665f06e.tar.bz2
Add test for BZ 13114
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 78810a9..89049c8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU C Library NEWS -- history of user-visible changes. 2011-8-8
+GNU C Library NEWS -- history of user-visible changes. 2011-8-20
Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc.
See the end for copying conditions.
@@ -9,7 +9,7 @@ Version 2.15
* The following bugs are resolved with this release:
- 9696, 12868, 12852, 12874, 12885, 12907, 12922, 12935, 13007, 13021
+ 9696, 12868, 12852, 12874, 12885, 12907, 12922, 12935, 13007, 13021, 13114
* New program pldd to list loaded object of a process
Implemented by Ulrich Drepper.