Module Name: src
Committed By: sborrill
Date: Fri Jan 15 18:10:11 UTC 2016
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.1
Log Message:
Pullup missing part of ticket #1012
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.25 -r1.1.2.26 src/doc/CHANGES-7.0.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.0.1
diff -u src/doc/CHANGES-7.0.1:1.1.2.25 src/doc/CHANGES-7.0.1:1.1.2.26
--- src/doc/CHANGES-7.0.1:1.1.2.25 Tue Jan 12 10:27:48 2016
+++ src/doc/CHANGES-7.0.1 Fri Jan 15 18:10:10 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.1,v 1.1.2.25 2016/01/12 10:27:48 snj Exp $
+# $NetBSD: CHANGES-7.0.1,v 1.1.2.26 2016/01/15 18:10:10 sborrill Exp $
A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.0.1
release:
@@ -116,6 +116,7 @@ sys/arch/x86/x86/bus_dma.c 1.72-1.74
[christos, ticket #1011]
external/gpl3/binutils/dist/binutils/arsup.c 1.2
+lib/libc/net/getaddrinfo.c 1.10
lib/libc/net/getnetnamadr.c 1.43-1.44
Resolve hostnames with "_". PR#50367.