Module Name: src Committed By: mrg Date: Sun Nov 25 23:48:14 UTC 2018
Modified Files: src/libexec/httpd: CHANGES Log Message: normalise some messages. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/libexec/httpd/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/libexec/httpd/CHANGES diff -u src/libexec/httpd/CHANGES:1.29 src/libexec/httpd/CHANGES:1.30 --- src/libexec/httpd/CHANGES:1.29 Sun Nov 25 23:37:09 2018 +++ src/libexec/httpd/CHANGES Sun Nov 25 23:48:14 2018 @@ -1,7 +1,7 @@ -$NetBSD: CHANGES,v 1.29 2018/11/25 23:37:09 mrg Exp $ +$NetBSD: CHANGES,v 1.30 2018/11/25 23:48:14 mrg Exp $ changes in bozohttpd 20181125: - o fixes for option parsing introduced in bozohttpd 20181123. + o fixes for option parsing introduced in bozohttpd 20181123 changes in bozohttpd 20181121: o add url remap support via .bzremap file, from mar...@netbsd.org @@ -12,7 +12,7 @@ changes in bozohttpd 20181121: initial line, each header, and the total time spent o add -T option to expose new timeout settings o minor RFC fixes related to timeout handling - o fix special file (.htpasswd, .bz*) bypass. reported by JP. + o fix special file (.htpasswd, .bz*) bypass. reported by JP changes in bozohttpd 20170201: o fix an infinite loop in cgi processing @@ -97,7 +97,7 @@ changes in bozohttpd 20100617: changes in bozohttpd 20100509: o major rework and clean up of internal interfaces. move the main - program into main.c, the remaining parts are useable as library. + program into main.c, the remaining parts are useable as library add bindings for lua. by Alistair G. Crooks <a...@netbsd.org> o fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566325