summaryrefslogtreecommitdiff
path: root/libexec/httpd
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2018-11-25 23:37:09 +0000
committermrg <mrg@NetBSD.org>2018-11-25 23:37:09 +0000
commite8343f69e342b54320ff6c3ccecd247d5572aca0 (patch)
tree38284fde00324f79c70007f3e6fdef6a68f85312 /libexec/httpd
parent2fdff3db20ac91fd61e46b77501813594cf0156a (diff)
add option fixes here.
Diffstat (limited to 'libexec/httpd')
-rw-r--r--libexec/httpd/CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/libexec/httpd/CHANGES b/libexec/httpd/CHANGES
index 2cac79002ec..1115be2944f 100644
--- a/libexec/httpd/CHANGES
+++ b/libexec/httpd/CHANGES
@@ -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 martin@netbsd.org