about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-06-22 15:00:54 -0400
committerUlrich Drepper <drepper@gmail.com>2011-06-22 15:00:54 -0400
commitfa3fc0fe5f452d0aa7e435d8f32e992958683819 (patch)
tree37203438a7bfb2a347803415289aacc6fdf8c82e /NEWS
parente12df166d37522c2ed434c2d70a1b04640d2d7c6 (diff)
downloadglibc-fa3fc0fe5f452d0aa7e435d8f32e992958683819.tar.gz
glibc-fa3fc0fe5f452d0aa7e435d8f32e992958683819.tar.xz
glibc-fa3fc0fe5f452d0aa7e435d8f32e992958683819.zip
Avoid __check_pf calls in getaddrinfo unless really needed
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 9e6832c167..5a7ffc2f3f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU C Library NEWS -- history of user-visible changes.  2011-6-21
+GNU C Library NEWS -- history of user-visible changes.  2011-6-22
 Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc.
 See the end for copying conditions.
 
@@ -9,7 +9,7 @@ Version 2.15
 
 * The following bugs are resolved with this release:
 
-  12885
+  12885, 12907
 
 * New program pldd to list loaded object of a process
   Implemented by Ulrich Drepper.