Module Name: src
Committed By: sborrill
Date: Fri Jan 15 17:38:54 UTC 2016
Modified Files:
src/doc [netbsd-7]: CHANGES-7.1
Log Message:
Add missing part of ticket #1012
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.46 -r1.1.2.47 src/doc/CHANGES-7.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-7.1
diff -u src/doc/CHANGES-7.1:1.1.2.46 src/doc/CHANGES-7.1:1.1.2.47
--- src/doc/CHANGES-7.1:1.1.2.46 Tue Jan 12 10:28:31 2016
+++ src/doc/CHANGES-7.1 Fri Jan 15 17:38:53 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.46 2016/01/12 10:28:31 snj Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.47 2016/01/15 17:38:53 sborrill Exp $
A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
release:
@@ -810,6 +810,7 @@ sys/arch/x86/x86/bus_dma.c 1.72-1.74
external/gpl3/binutils/dist/binutils/arsup.c 1.2
lib/libc/net/getnetnamadr.c 1.43-1.44
+lib/libc/net/getaddrinfo.c 1.110
Resolve hostnames with "_". PR#50367.
[christos, ticket #1012]