summaryrefslogtreecommitdiff
path: root/libexec/httpd
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2018-11-25 23:48:14 +0000
committermrg <mrg@NetBSD.org>2018-11-25 23:48:14 +0000
commit191a3b9893b2afbdfc249bb4e61b34c84cdbea97 (patch)
treefab78ced9d6cd199af96eb1250948d3316535bd8 /libexec/httpd
parente8343f69e342b54320ff6c3ccecd247d5572aca0 (diff)
normalise some messages.
Diffstat (limited to 'libexec/httpd')
-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