about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-09-09 16:15:25 -0400
committerUlrich Drepper <drepper@gmail.com>2011-09-09 16:15:25 -0400
commitf22e10748fbabbf07161eb7a5540b8c0e18553c4 (patch)
tree3d9d7754fbf7ca9b80bc0d6a87c4be2c1c730e3d /NEWS
parentf3cdd4674892740f766ea0b5ab5e734e4a028cb0 (diff)
downloadglibc-f22e10748fbabbf07161eb7a5540b8c0e18553c4.tar.gz
glibc-f22e10748fbabbf07161eb7a5540b8c0e18553c4.tar.xz
glibc-f22e10748fbabbf07161eb7a5540b8c0e18553c4.zip
Don't lock string streams in stream cleanup code
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e42adbc1c3..9fa55ca6e2 100644
--- a/NEWS
+++ b/NEWS
@@ -9,8 +9,8 @@ Version 2.15
 
 * The following bugs are resolved with this release:
 
-  9696, 12403, 12868, 12852, 12874, 12885, 12907, 12922, 12935, 13007,
-  13021, 13068, 13092, 13114, 13118, 13123, 13134, 13150
+  9696, 12403, 12847, 12868, 12852, 12874, 12885, 12907, 12922, 12935,
+  13007, 13021, 13068, 13092, 13114, 13118, 13123, 13134, 13150
 
 * New program pldd to list loaded object of a process
   Implemented by Ulrich Drepper.