about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-10-29 15:50:01 -0400
committerUlrich Drepper <drepper@gmail.com>2011-10-29 15:50:01 -0400
commitc2b18f7a0efcf5c6abffba3d6f9b9d708a55c5b6 (patch)
tree4de493357ed8859991db6df38eff6c6188a502de /NEWS
parentcb95113e30aead7b97cd806278c0ff055ba721b6 (diff)
downloadglibc-c2b18f7a0efcf5c6abffba3d6f9b9d708a55c5b6.tar.gz
glibc-c2b18f7a0efcf5c6abffba3d6f9b9d708a55c5b6.tar.xz
glibc-c2b18f7a0efcf5c6abffba3d6f9b9d708a55c5b6.zip
Add missing register initialization in x86-64 pthread_cond_timedwait
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 73ab2b9e87..75d9706754 100644
--- a/NEWS
+++ b/NEWS
@@ -12,7 +12,7 @@ Version 2.15
   6779, 6783, 9696, 10709, 11589, 12403, 12847, 12868, 12852, 12874, 12885,
   12892, 12907, 12922, 12935, 13007, 13021, 13067, 13068, 13090, 13092,
   13114, 13118, 13123, 13134, 13138, 13150, 13179, 13192, 13268, 13291,
-  13335, 13337, 13344
+  13335, 13337, 13344, 13358
 
 * New program pldd to list loaded object of a process
   Implemented by Ulrich Drepper.