about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2011-10-08 03:24:17 -0400
committerUlrich Drepper <drepper@gmail.com>2011-10-08 03:24:17 -0400
commitf9efbf3af2a68c42d8c5dda54b2c9d685ddb7c40 (patch)
tree3cd7cef4303c3da51b4a4420bd0b3f0faf6260a6 /NEWS
parentbf5824458cc584cfbbdfdb252bd38e8330c6f662 (diff)
downloadglibc-f9efbf3af2a68c42d8c5dda54b2c9d685ddb7c40.tar.gz
glibc-f9efbf3af2a68c42d8c5dda54b2c9d685ddb7c40.tar.xz
glibc-f9efbf3af2a68c42d8c5dda54b2c9d685ddb7c40.zip
Fix netname2host
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 87649a867b..6b51b41966 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU C Library NEWS -- history of user-visible changes.  2011-10-7
+GNU C Library NEWS -- history of user-visible changes.  2011-10-8
 Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc.
 See the end for copying conditions.
 
@@ -11,7 +11,7 @@ Version 2.15
 
   6779, 6783, 9696, 11589, 12403, 12847, 12868, 12852, 12874, 12885, 12907,
   12922, 12935, 13007, 13021, 13067, 13068, 13090, 13092, 13114, 13118,
-  13123, 13134, 13138, 13150
+  13123, 13134, 13138, 13150, 13179
 
 * New program pldd to list loaded object of a process
   Implemented by Ulrich Drepper.