diff options
Diffstat (limited to 'site')
-rw-r--r-- | site/Makefile | 4 | ||||
-rw-r--r-- | site/changelog.gmi | 12 |
2 files changed, 14 insertions, 2 deletions
diff --git a/site/Makefile b/site/Makefile index 69cc9da..9e1cc9d 100644 --- a/site/Makefile +++ b/site/Makefile @@ -21,8 +21,8 @@ REPOLOGY_URL = https://repology.org/project/gmid/versions SUBST = ./subst GITHUB=https://github.com/omar-polo/gmid \ SITE=https://ftp.omarpolo.com \ - VERS=2.0.5 \ - PUBKEY=gmid-2.0.pub \ + VERS=2.1 \ + PUBKEY=gmid-2.1.pub \ TREE=https://github.com/omar-polo/gmid/blob/master SUBST_GEM = ${SUBST} MANEXT=txt EXT=gmi REPOLOGY=${REPOLOGY_URL} 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. |