Skip to content

Commit

Permalink
Update changelogs with latest feature
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
  • Loading branch information
troglobit committed Jul 7, 2020
1 parent 508ba7f commit 81d20b7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
15 changes: 9 additions & 6 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Change Log
All relevant changes are documented in this file.


[v2.32][] - 2019-07-XX
----------------------
[v2.32][UNRELEASED]
-------------------

Notable new features: multiple server support from one process, HTTPS,
HTTP/1.1 keep-alive, and built-in gzip deflate compression using zlib.
Expand All @@ -14,6 +14,8 @@ HTTP/1.1 keep-alive, and built-in gzip deflate compression using zlib.
- Add support for HTTPS, works with certificates from Let's Encrypt
- Add support for multiple servers, listen to different ports
- Add support for built-in HTTP redirect, e.g. from HTTP to HTTPS
- Add support for server location directive, similar to nginx but with
security limitations and native vhost support native to thttpd
- Add gzip deflate compression when built with zlib, also compress
HEAD as well as GET requests
- Add true `Connection: keep-alive` support
Expand Down Expand Up @@ -97,7 +99,8 @@ The "it works now" release.

Initial release. Based on [sthttpd][] master, 2015-07-22.

[v2.32]: https://github.com/troglobit/merecat/compare/v2.31...v2.32
[v2.31]: https://github.com/troglobit/merecat/compare/v2.30...v2.31
[v2.30]: https://github.com/troglobit/merecat/compare/v2.29...v2.30
[sthttpd]: https://github.com/blueness/sthttpd/
[UNRELEASED]: https://github.com/troglobit/merecat/compare/v2.31...HEAD
[v2.32]: https://github.com/troglobit/merecat/compare/v2.31...v2.32
[v2.31]: https://github.com/troglobit/merecat/compare/v2.30...v2.31
[v2.30]: https://github.com/troglobit/merecat/compare/v2.29...v2.30
[sthttpd]: https://github.com/blueness/sthttpd/
3 changes: 2 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ merecat (2.32) unstable; urgency=medium
- Support for PHP, using php-cgi
- Support for HTTP/1.1 Keep-alive
- Support for HTTP redirect, to redirect from HTTP to HTTPS
- Support for server location directive, similar to nginx
- Added support for HTTP gzip compression, serves .gz files
- Skip .htpasswd (and .htaccess) in dir listings
- Allow SO_REUSEPORT, useful for load balancing
Expand All @@ -19,7 +20,7 @@ merecat (2.32) unstable; urgency=medium
- Cute cat faviocon added
- Portability fixes

-- Joachim Nilsson <troglobit@gmail.com> Sun, 14 Jul 2019 09:52:56 +0200
-- Joachim Nilsson <troglobit@gmail.com> Tue, 07 Jul 2020 09:32:33 +0200

merecat (2.31-3) unstable; urgency=low

Expand Down

0 comments on commit 81d20b7

Please sign in to comment.