summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
Diffstat (limited to 'libexec')
-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