summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
Diffstat (limited to 'libexec')
-rw-r--r--libexec/httpd/CHANGES8
1 files changed, 4 insertions, 4 deletions
diff --git a/libexec/httpd/CHANGES b/libexec/httpd/CHANGES
index 1115be2944f..28849de4fe4 100644
--- a/libexec/httpd/CHANGES
+++ b/libexec/httpd/CHANGES
@@ -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 martin@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 <agc@netbsd.org>
o fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566325