Module Name: src Committed By: mrg Date: Sun Nov 25 23:37:09 UTC 2018
Modified Files: src/libexec/httpd: CHANGES Log Message: add option fixes here. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 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.28 src/libexec/httpd/CHANGES:1.29 --- src/libexec/httpd/CHANGES:1.28 Wed Nov 21 09:37:02 2018 +++ src/libexec/httpd/CHANGES Sun Nov 25 23:37:09 2018 @@ -1,4 +1,7 @@ -$NetBSD: CHANGES,v 1.28 2018/11/21 09:37:02 mrg Exp $ +$NetBSD: CHANGES,v 1.29 2018/11/25 23:37:09 mrg Exp $ + +changes in bozohttpd 20181125: + 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