Bump bozohttpd version to today for mobile-friendly directory listing

pull/36/head
maya 2024-04-28 17:12:30 +00:00
parent 606bfddf18
commit 3d0aa1dabf
3 changed files with 9 additions and 6 deletions

View File

@ -1,4 +1,7 @@
$NetBSD: CHANGES,v 1.55 2024/01/26 23:19:44 mrg Exp $
$NetBSD: CHANGES,v 1.56 2024/04/28 17:12:30 maya Exp $
changes in bozohttpd 20240428:
o make directory listings mobile friendly. from D. Bohdan.
changes in bozohttpd 20240126:
o add some more default mime types.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: bozohttpd.8,v 1.96 2024/02/04 05:54:20 mrg Exp $
.\" $NetBSD: bozohttpd.8,v 1.97 2024/04/28 17:12:30 maya Exp $
.\"
.\" $eterna: bozohttpd.8,v 1.101 2011/11/18 01:25:11 mrg Exp $
.\"
@ -26,7 +26,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.Dd Jan 26, 2024
.Dd Apr 28, 2024
.Dt BOZOHTTPD 8
.Os
.Sh NAME
@ -664,7 +664,7 @@ The focus has always been simplicity and security, with minimal features
and regular code audits.
This manual documents
.Nm
version 20240126.
version 20240428.
.Sh AUTHORS
.An -nosplit
.Nm

View File

@ -1,4 +1,4 @@
/* $NetBSD: bozohttpd.c,v 1.146 2024/01/26 23:19:44 mrg Exp $ */
/* $NetBSD: bozohttpd.c,v 1.147 2024/04/28 17:12:30 maya Exp $ */
/* $eterna: bozohttpd.c,v 1.178 2011/11/18 09:21:15 mrg Exp $ */
@ -108,7 +108,7 @@
#define INDEX_HTML "index.html"
#endif
#ifndef SERVER_SOFTWARE
#define SERVER_SOFTWARE "bozohttpd/20240126"
#define SERVER_SOFTWARE "bozohttpd/20240428"
#endif
#ifndef PUBLIC_HTML
#define PUBLIC_HTML "public_html"