about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2013-05-16 21:55:09 +0000
committerDmitry V. Levin <ldv@altlinux.org>2013-05-21 17:21:05 +0000
commit47c22455d4502b1262e9d7def5d4da64e58aa304 (patch)
treebbaec5e3281439e27bcf5527d271ad0d567d1b89 /ChangeLog
parent3d04f5db20c8f0d1ba3881b5f5373586a18cf188 (diff)
downloadglibc-47c22455d4502b1262e9d7def5d4da64e58aa304.tar.gz
glibc-47c22455d4502b1262e9d7def5d4da64e58aa304.tar.xz
glibc-47c22455d4502b1262e9d7def5d4da64e58aa304.zip
Test getaddrinfo return value
This helps testing for regression of BZ#15339.  Creation of network
isolated environments is a privileged operation and therefore is not
included to the test.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a55141331b..41f67c7400 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
+
+	[BZ #15339]
+	* posix/tst-getaddrinfo4.c: New test.
+	* posix/Makefile (tests): Add it.
+
 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
 	[BZ #15339]