about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-09-05 12:44:22 -0400
committerUlrich Drepper <drepper@gmail.com>2011-09-05 12:44:22 -0400
commit2f0ad8f3a470fa5e9aeb9c5a41984f96ae58d7ba (patch)
tree0643e7cffdbb11504f6397a1eadc2c16817ae7ff /NEWS
parentad69cc2652c0422ebac3296d914c25e470498ce1 (diff)
downloadglibc-2f0ad8f3a470fa5e9aeb9c5a41984f96ae58d7ba.tar.gz
glibc-2f0ad8f3a470fa5e9aeb9c5a41984f96ae58d7ba.tar.xz
glibc-2f0ad8f3a470fa5e9aeb9c5a41984f96ae58d7ba.zip
Fix semid_ds for x86-64
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 89049c8333..04530bdea0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU C Library NEWS -- history of user-visible changes.  2011-8-20
+GNU C Library NEWS -- history of user-visible changes.  2011-9-5
 Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc.
 See the end for copying conditions.
 
@@ -9,7 +9,8 @@ Version 2.15
 
 * The following bugs are resolved with this release:
 
-  9696, 12868, 12852, 12874, 12885, 12907, 12922, 12935, 13007, 13021, 13114
+  9696, 12868, 12852, 12874, 12885, 12907, 12922, 12935, 13007, 13021, 13114,
+  13144
 
 * New program pldd to list loaded object of a process
   Implemented by Ulrich Drepper.