Module Name: src
Committed By: martin
Date: Sun Oct 26 16:48:36 UTC 2014
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Ticket #158
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.67 -r1.1.2.68 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.67 src/doc/CHANGES-7.0:1.1.2.68
--- src/doc/CHANGES-7.0:1.1.2.67 Sun Oct 26 09:49:58 2014
+++ src/doc/CHANGES-7.0 Sun Oct 26 16:48:36 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.67 2014/10/26 09:49:58 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.68 2014/10/26 16:48:36 martin Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -1840,3 +1840,8 @@ sys/netinet/tcp_output.c 1.178
Thanks to Jonathan Looney for pointing this out.
[christos, ticket #157]
+usr.bin/ftp/fetch.c 1.206
+
+ Don't pay attention to special characters if they don't come from
+ the command line (from jmcneill).
+ [christos, ticket #158]