about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--NEWS2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e0c7854aed..22fa9511eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -198,6 +198,7 @@
 
 	* 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 6b51b41966..6bdacf0fd6 100644
--- 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.