aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDmitry Bilunov <kmeaw@kmeaw.com>2017-06-24 16:49:34 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-06-24 16:50:42 +0200
commit5cf88a83f27b0cd2d5a83511930e40d716c939eb (patch)
tree9c77735fa268ca633b8557ce497ee9c8f59d5d8f /ChangeLog
parent388b4f1a02f3a801965028bbfcd48d905638b797 (diff)
downloadglibc-5cf88a83f27b0cd2d5a83511930e40d716c939eb.zip
glibc-5cf88a83f27b0cd2d5a83511930e40d716c939eb.tar.gz
glibc-5cf88a83f27b0cd2d5a83511930e40d716c939eb.tar.bz2
getaddrinfo: Merge IPv6 addresses and IPv4 addresses [BZ #21295]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b4c8dd..eb9eb58 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-06-24 Dmitry Bilunov <kmeaw@kmeaw.com>
+
+ [BZ #21295]
+ * sysdeps/posix/getaddrinfo.c (convert_hostent_to_gaih_addrtuple):
+ Append addresses at the end of the list.
+
2017-06-23 H.J. Lu <hongjiu.lu@intel.com>
[BZ #21666]