c_simple_http/Changelog.md
Stephen Seo 35aa5fc5a3
All checks were successful
Build for Releases / ensure-release-exists (push) Successful in 4s
Run Unit Tests / build-and-run-unit-tests (push) Successful in 22s
Build for Releases / push-build-x86_64 (push) Successful in 6s
Build for Releases / push-build-aarch64 (push) Successful in 1m11s
Build for Releases / push-build-aarch64_debian (push) Successful in 5m25s
Build for Releases / push-build-x86_64_debian (push) Successful in 28s
Update Changelog.md, Bump version 1.3
2024-11-14 10:41:43 +09:00

37 lines
972 B
Markdown

# Changelog
## Upcoming Changes
## Version 1.3
Fix internal erronous buffer declaration.
Fix internal missing NULL check.
## Version 1.2
Add the `--generate-dir=<DIR>` option, which will generate all html into the
given directory. This requires `--config=<CONFIG_FILE>`.
`--generate-enable-overwrite` is required to overwrite existing files when using
`--generate-dir=<DIR>`.
If `--enable-static-dir=<DIR>` is also specified with generate, then the files
in the given directory will be copied into the directory specified with
`--generate-dir=<DIR>`.
## Version 1.1
Some refactoring of code handling parsing the config file.
Remove buffer-size-limit on config file entries.
## 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).