]> git.seodisparate.com - c_simple_http/commitdiff
Add Changelog.md 1.0
authorStephen Seo <seo.disparate@gmail.com>
Thu, 7 Nov 2024 04:34:06 +0000 (13:34 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Thu, 7 Nov 2024 04:34:06 +0000 (13:34 +0900)
Changelog.md [new file with mode: 0644]
README.md

diff --git a/Changelog.md b/Changelog.md
new file mode 100644 (file)
index 0000000..05f930b
--- /dev/null
@@ -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).
index a7cb7af7561baf3d88a034b62713908ce73c517b..4b1d9ad65345761fc985d8bd9c205317cb6d7cc7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -16,6 +16,10 @@ A simple HTTP/1.1 server written in C.
       --cache-entry-lifetime-seconds=<SECONDS>
       --enable-static-dir=<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: