Module Name: src
Committed By: martin
Date: Sat Jun 15 15:59:55 UTC 2019
Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.3
Log Message:
Fix typo in last entry
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.53 -r1.1.2.54 src/doc/CHANGES-7.1.3
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.3
diff -u src/doc/CHANGES-7.1.3:1.1.2.53 src/doc/CHANGES-7.1.3:1.1.2.54
--- src/doc/CHANGES-7.1.3:1.1.2.53 Sat Jun 15 15:56:50 2019
+++ src/doc/CHANGES-7.1.3 Sat Jun 15 15:59:55 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1.3,v 1.1.2.53 2019/06/15 15:56:50 martin Exp $
+# $NetBSD: CHANGES-7.1.3,v 1.1.2.54 2019/06/15 15:59:55 martin Exp $
A complete list of changes from the NetBSD 7.1.2 release to the NetBSD 7.1.3
release:
@@ -545,5 +545,5 @@ libexec/httpd/testsuite/test-simple 1.6
in the slashdir too.
Avoid possible NULL dereference when sending a big request that timeout.
Avoid an assertion failure when using cgihandler (-C option).
- [mrg, ticket #1699}
+ [mrg, ticket #1699]