Module Name: src
Committed By: martin
Date: Fri Oct 17 16:13:35 UTC 2014
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Ticket #145
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.56 -r1.1.2.57 src/doc/CHANGES-7.0
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
diff -u src/doc/CHANGES-7.0:1.1.2.56 src/doc/CHANGES-7.0:1.1.2.57
--- src/doc/CHANGES-7.0:1.1.2.56 Fri Oct 17 07:15:34 2014
+++ src/doc/CHANGES-7.0 Fri Oct 17 16:13:35 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.56 2014/10/17 07:15:34 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.57 2014/10/17 16:13:35 martin Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -1658,3 +1658,8 @@ sys/external/bsd/drm2/include/linux/pci.
Generalize pci_find_rom and use it to locate x86 video ROM in drm2.
[riastradh, ticket #144]
+crypto/external/bsd/openssh/dist/auth.c 1.9
+
+ For consistency use options.use_dns when getting the canonical
+ hostname (we do the same below for hosts.allow and deny).
+ [christos, ticket #145]