Add Changelog.md
All checks were successful
Build for Releases / ensure-release-exists (push) Successful in 0s
Build for Releases / push-build-x86_64 (push) Successful in 7s
Run Unit Tests / build-and-run-unit-tests (push) Successful in 2m2s
Build for Releases / push-build-aarch64 (push) Successful in 1m13s
Build for Releases / push-build-x86_64_debian (push) Successful in 31s
Build for Releases / push-build-aarch64_debian (push) Successful in 4m55s

This commit is contained in:
Stephen Seo 2024-11-07 13:34:06 +09:00
parent 53b3974d58
commit 80b1d49e74
2 changed files with 18 additions and 0 deletions

14
Changelog.md Normal file
View file

@ -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).

View file

@ -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: