Module Name:    src
Committed By:   mrg
Date:           Sat May 17 05:50:46 UTC 2014

Modified Files:
        src/libexec/httpd: CHANGES bozohttpd.c

Log Message:
bump version, note .svg support.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/libexec/httpd/CHANGES
cvs rdiff -u -r1.49 -r1.50 src/libexec/httpd/bozohttpd.c

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.15 src/libexec/httpd/CHANGES:1.16
--- src/libexec/httpd/CHANGES:1.15	Sun Feb  2 03:13:31 2014
+++ src/libexec/httpd/CHANGES	Sat May 17 05:50:46 2014
@@ -1,6 +1,7 @@
 $eterna: CHANGES,v 1.78 2011/11/18 01:25:11 mrg Exp $
 
 changes in bozohttpd 20140201:
+	o  support .svg files
 	o  fix a core dump when requests timeout
 
 changes in bozohttpd 20140102:

Index: src/libexec/httpd/bozohttpd.c
diff -u src/libexec/httpd/bozohttpd.c:1.49 src/libexec/httpd/bozohttpd.c:1.50
--- src/libexec/httpd/bozohttpd.c:1.49	Sun Feb  9 12:32:32 2014
+++ src/libexec/httpd/bozohttpd.c	Sat May 17 05:50:46 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: bozohttpd.c,v 1.49 2014/02/09 12:32:32 mrg Exp $	*/
+/*	$NetBSD: bozohttpd.c,v 1.50 2014/05/17 05:50:46 mrg Exp $	*/
 
 /*	$eterna: bozohttpd.c,v 1.178 2011/11/18 09:21:15 mrg Exp $	*/
 
@@ -109,7 +109,7 @@
 #define INDEX_HTML		"index.html"
 #endif
 #ifndef SERVER_SOFTWARE
-#define SERVER_SOFTWARE		"bozohttpd/20140201"
+#define SERVER_SOFTWARE		"bozohttpd/20140516"
 #endif
 #ifndef DIRECT_ACCESS_FILE
 #define DIRECT_ACCESS_FILE	".bzdirect"

Reply via email to