about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-10-07 13:55:47 +0200
committerFlorian Weimer <fweimer@redhat.com>2016-10-07 17:41:59 +0200
commit7ec47a85d865e7bc43358633a0f960921dbfc373 (patch)
treec3b6ff287b4c50c1aa5e3f7a2bd840548da01ca8 /ChangeLog
parentbfbd1de1590ae3f1a098d0166631d027f33565e9 (diff)
downloadglibc-7ec47a85d865e7bc43358633a0f960921dbfc373.tar.gz
glibc-7ec47a85d865e7bc43358633a0f960921dbfc373.tar.xz
glibc-7ec47a85d865e7bc43358633a0f960921dbfc373.zip
resolv: Remove RES_NOIP6DOTINT and its implementation
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 942f9e02ec..361277ebb1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
 2016-10-07  Florian Weimer  <fweimer@redhat.com>
 
+	resolv: Remove RES_NOIP6DOTINT and its implementation.
+	* resolv/resolv.h (RES_DEFAULT): Remove RES_NOIP6DOTINT.
+	(RES_NOIP6DOTINT): Remove.
+	* resolv/gethnamaddr.c (gethostbyaddr): Remove RES_NOIP6DOTINT
+	handling.
+	* resolv/res_debug.c (p_option): Likewise.
+	* resolv/res_init.c (res_setoptions): Likewise.
+	* resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Likewise.
+
+2016-10-07  Florian Weimer  <fweimer@redhat.com>
+
 	resolv: Deprecate unimplemented flags.
 	* misc/sys/cdefs.h (__glibc_macro_warning1)
 	(__glibc_macro_warning): Define.