Module Name: src
Committed By: riz
Date: Sun Aug 31 17:27:11 UTC 2014
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Tickets 58, 73.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.29 -r1.1.2.30 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.29 src/doc/CHANGES-7.0:1.1.2.30
--- src/doc/CHANGES-7.0:1.1.2.29 Sun Aug 31 07:39:12 2014
+++ src/doc/CHANGES-7.0 Sun Aug 31 17:27:11 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.29 2014/08/31 07:39:12 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.30 2014/08/31 17:27:11 riz Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -553,3 +553,15 @@ gnu/dist/texinfo/config.guess 1.3
Support building on cygwin64.
[jmcneill, ticket #72]
+sys/dev/usb/umcs.c 1.8
+
+ Fix a few logical vs. physical port number confusions to make this
+ driver work with two port variants.
+ [martin, ticket #58]
+
+usr.bin/cksum/cksum.1 1.46-1.47
+usr.bin/cksum/cksum.c 1.47
+
+ Add -q flag to cksum. PR#49134
+ [christos, ticket #73]
+