Module Name: src
Committed By: snj
Date: Sat Apr 16 20:59:18 UTC 2016
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
merge 1377 addition
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.243 -r1.1.2.244 src/doc/CHANGES-6.2
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-6.2
diff -u src/doc/CHANGES-6.2:1.1.2.243 src/doc/CHANGES-6.2:1.1.2.244
--- src/doc/CHANGES-6.2:1.1.2.243 Fri Apr 15 20:19:24 2016
+++ src/doc/CHANGES-6.2 Sat Apr 16 20:59:18 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.243 2016/04/15 20:19:24 mrg Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.244 2016/04/16 20:59:18 snj Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -13412,7 +13412,7 @@ libexec/httpd/auth-bozo.c
libexec/httpd/bozohttpd.8 up to 1.59
libexec/httpd/bozohttpd.c up to 1.80 via patch
libexec/httpd/bozohttpd.h up to 1.45
-libexec/httpd/cgi-bozo.c up to 1.33
+libexec/httpd/cgi-bozo.c up to 1.34
libexec/httpd/content-bozo.c up to 1.13
libexec/httpd/daemon-bozo.c up to 1.17
libexec/httpd/dir-index-bozo.c up to 1.25
@@ -13445,7 +13445,3 @@ libexec/httpd/tilde-luzah-bozo.c
o -C option supports now CGI scripts only
[mrg, ticket #1377]
-libexec/httpd/cgi-bozo.c 1.34
-
- Fix the build: use %zu instead of %lu for size_t.
- [mrg, ticket #1377]