aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2012-09-28 10:15:05 -0600
committerJeff Law <law@redhat.com>2012-09-28 10:15:05 -0600
commit115411772b189e9e41a97618816edd66f0a9a620 (patch)
tree9b369d4cf5223eb0b4a855381d0ae37f4964b129 /ChangeLog
parent8cf6a02e77b49f24640d6c255e6148d941314f06 (diff)
downloadglibc-115411772b189e9e41a97618816edd66f0a9a620.tar
glibc-115411772b189e9e41a97618816edd66f0a9a620.tar.gz
glibc-115411772b189e9e41a97618816edd66f0a9a620.tar.bz2
glibc-115411772b189e9e41a97618816edd66f0a9a620.zip
[BZ #11438]
* sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 * addresses to global scope. * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16 addresses are in the same scope as 192.0.2/24. * posix/gai.conf: Document new scope table defaults.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c277677f3b..27cf3a9503 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2012-09-28 Dmitry V. Levin <ldv@altlinux.org>
+
+ [BZ #11438]
+ * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
+ to global scope.
+ * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
+ addresses are in the same scope as 192.0.2/24.
+ * posix/gai.conf: Document new scope table defaults.
+
2012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
[BZ #5298]