From 9c9632b47c348627341c3c9e81f30eee807e2810 Mon Sep 17 00:00:00 2001 From: nemasu Date: Mon, 31 Oct 2016 10:12:09 +0900 Subject: [PATCH] version 0.4 - HEAD support --- README.md | 9 +++++++-- main.asm | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c42e961..20e4fde 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,12 @@ Features: What works: * Serving files from specified document root. +* HEAD requests. * 200, 206, 404, 400, 413, 416 * Content-types: xml, html, xhtml, gif, png, jpeg, css, js, and octet-stream. Planned Features: * Directory listing. -* HEAD support. Current Limitations / Known Issues ======= @@ -36,9 +36,14 @@ Usage Changes ======= + +2016-10-31 : asmttpd - 0.4 + +* HEAD support. + 2014-07-14 : asmttpd - 0.3 -* Added default document support +* Added default document support. 2014-02-10 : asmttpd - 0.2 diff --git a/main.asm b/main.asm index 413bdfb..793460d 100644 --- a/main.asm +++ b/main.asm @@ -19,7 +19,7 @@ %include "constants.asm" %include "macros.asm" -%define ASMTTPD_VERSION "0.3" +%define ASMTTPD_VERSION "0.4" %define LISTEN_PORT 0x5000 ; PORT 80, network byte order