Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/httpd bump version, note .svg support.
details: https://anonhg.NetBSD.org/src/rev/6c5d6b0af6fb
branches: trunk
changeset: 329258:6c5d6b0af6fb
user: mrg <mrg%NetBSD.org@localhost>
date: Sat May 17 05:50:46 2014 +0000
description:
bump version, note .svg support.
diffstat:
libexec/httpd/CHANGES | 1 +
libexec/httpd/bozohttpd.c | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diffs (29 lines):
diff -r caee48c04616 -r 6c5d6b0af6fb libexec/httpd/CHANGES
--- a/libexec/httpd/CHANGES Sat May 17 05:50:01 2014 +0000
+++ b/libexec/httpd/CHANGES Sat May 17 05:50:46 2014 +0000
@@ -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:
diff -r caee48c04616 -r 6c5d6b0af6fb libexec/httpd/bozohttpd.c
--- a/libexec/httpd/bozohttpd.c Sat May 17 05:50:01 2014 +0000
+++ b/libexec/httpd/bozohttpd.c Sat May 17 05:50:46 2014 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index