about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-12-21 19:26:29 -0500
committerUlrich Drepper <drepper@gmail.com>2011-12-21 19:26:29 -0500
commit60e8585f2a2aa288a403a581f1dc8d3fc373598b (patch)
treeeadde2f50d58d87d551978db011b25f14bb7beff /NEWS
parent8fa26d571d4b87a1c7a7f19f1365f7e5d2995933 (diff)
downloadglibc-60e8585f2a2aa288a403a581f1dc8d3fc373598b.tar.gz
glibc-60e8585f2a2aa288a403a581f1dc8d3fc373598b.tar.xz
glibc-60e8585f2a2aa288a403a581f1dc8d3fc373598b.zip
Fix reading thread name from comm file
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e40ce3f809..aba4a8db75 100644
--- a/NEWS
+++ b/NEWS
@@ -13,7 +13,7 @@ Version 2.15
   12885, 12892, 12907, 12922, 12935, 13007, 13021, 13067, 13068, 13090,
   13092, 13114, 13118, 13123, 13134, 13138, 13147, 13150, 13179, 13192,
   13268, 13276, 13291, 13335, 13337, 13344, 13358, 13367, 13439, 13446,
-  13472, 13484, 13506, 13524
+  13472, 13484, 13506, 13515, 13524
 
 * New program pldd to list loaded object of a process
   Implemented by Ulrich Drepper.