summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-10-08 04:30:28 -0400
committerUlrich Drepper <drepper@gmail.com>2011-10-08 04:30:28 -0400
commitcbf645a6494d46f9ff677c098c22bd009da75177 (patch)
tree376ff395cc8e384977d4da253df833b1bd610b14
parent6a621eb73abef2ed238e2ca4f7a11c0ae59f7d28 (diff)
downloadglibc-cbf645a6494d46f9ff677c098c22bd009da75177.tar.gz
Note bug number in CL
-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.