diff options
author | Omar Polo <op@omarpolo.com> | 2024-08-03 16:12:47 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2024-08-03 16:12:47 +0000 |
commit | 92c4fab19719333e70b311ed534a96d55f4fcb10 (patch) | |
tree | f439eeb1e3fd3e1a0a0bece8d04e0ef5543ef4c0 /site/changelog.gmi | |
parent | 905a32998fc46eea222fff851aab69eea4ac8e8a (diff) |
prepare release 2.12.1
Diffstat (limited to 'site/changelog.gmi')
-rw-r--r-- | site/changelog.gmi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/site/changelog.gmi b/site/changelog.gmi index 1322889..0ba9611 100644 --- a/site/changelog.gmi +++ b/site/changelog.gmi @@ -1,5 +1,17 @@ # change log +## 2024/08/03 - 2.0.5 “From Mars To Sirius” + +### New Features + +* support for the proxy protocol v1 both when accepting connections and when proxying via the new `proxy-v1' keyword available in `listen' and `proxy' directives. + +### Bug fixes + +* fixed typo in bound check that resulted in "chroot path too long" on some systems +* correctly propagate the prefork value; was causing failures if it was changed from the default +* titan: improve error check when reading from standard input; errors such as "no space left on device" would have been silently ignored. + ## 2024/06/11 - 2.0.5 “Lady Stardust” security release This release fixes a logic error that can result in a DoS; therefore is a strongly reccomended update for all users. It's safe to update to it from any version of the 2.0.x series. |