From: Stephen Seo Date: Thu, 7 Nov 2024 04:34:06 +0000 (+0900) Subject: Add Changelog.md X-Git-Tag: 1.0 X-Git-Url: https://git.seodisparate.com/stephenseo/js/bootstrap.bundle.min.js?a=commitdiff_plain;h=80b1d49e746152bb9bafed6bc3f0ac65b2592b91;p=c_simple_http Add Changelog.md --- diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..05f930b --- /dev/null +++ b/Changelog.md @@ -0,0 +1,14 @@ +# Changelog + +## Latest Changes + +## Version 1.0 + +First release. + +Features: + + - Serve templated html files via a config. + - Reload configuration on SIGUSR1 or by listening (enabled by cmd parameter). + - Cache served html (enabled by cmd parameter). + - Serve static files from "static-dir" (enabled by cmd parameter). diff --git a/README.md b/README.md index a7cb7af..4b1d9ad 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ A simple HTTP/1.1 server written in C. --cache-entry-lifetime-seconds= --enable-static-dir= +## Changelog + +See the [Changelog.](https://git.seodisparate.com/stephenseo/c_simple_http/src/branch/main/Changelog.md) + ## Before Compiling Make sure that the git submodule(s) are loaded: