about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorJohn Stanley <jpsinthemix@verizon.net>2011-09-08 22:57:23 -0400
committerUlrich Drepper <drepper@gmail.com>2011-09-08 22:57:23 -0400
commitb0727fd83f0f27c73f4c664feb6891acc328d160 (patch)
tree63d0bc9c2033356aec38305aaff0791b631a3da0 /NEWS
parenta0f33f996f7986dbf37631a4577f8565b42df29e (diff)
downloadglibc-b0727fd83f0f27c73f4c664feb6891acc328d160.tar.gz
glibc-b0727fd83f0f27c73f4c664feb6891acc328d160.tar.xz
glibc-b0727fd83f0f27c73f4c664feb6891acc328d160.zip
Add missing definition of LOCPATH for bug-regex32 run
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b4a7045013..6f14dddf35 100644
--- a/NEWS
+++ b/NEWS
@@ -10,7 +10,7 @@ Version 2.15
 * The following bugs are resolved with this release:
 
   9696, 12868, 12852, 12874, 12885, 12907, 12922, 12935, 13007, 13021,
-  13068, 13092, 13114, 13123, 13134, 13150
+  13068, 13092, 13114, 13118, 13123, 13134, 13150
 
 * New program pldd to list loaded object of a process
   Implemented by Ulrich Drepper.