Note bug number in CL
authorUlrich Drepper <drepper@gmail.com>
Sat, 8 Oct 2011 08:30:28 +0000 (04:30 -0400)
committerUlrich Drepper <drepper@gmail.com>
Sat, 8 Oct 2011 08:30:28 +0000 (04:30 -0400)
ChangeLog
NEWS

index e0c7854..22fa951 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
        * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
 
+       [BZ #13192]
        * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
        Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
 
diff --git a/NEWS b/NEWS
index 6b51b41..6bdacf0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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, 13179
+  13123, 13134, 13138, 13150, 13179, 13192
 
 * New program pldd to list loaded object of a process
   Implemented by Ulrich Drepper.