diff options
Diffstat (limited to 'site')
-rw-r--r-- | site/Makefile | 2 | ||||
-rw-r--r-- | site/changelog.gmi | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/site/Makefile b/site/Makefile index 9e1cc9d..3b6e372 100644 --- a/site/Makefile +++ b/site/Makefile @@ -21,7 +21,7 @@ REPOLOGY_URL = https://repology.org/project/gmid/versions SUBST = ./subst GITHUB=https://github.com/omar-polo/gmid \ SITE=https://ftp.omarpolo.com \ - VERS=2.1 \ + VERS=2.1.1 \ PUBKEY=gmid-2.1.pub \ TREE=https://github.com/omar-polo/gmid/blob/master diff --git a/site/changelog.gmi b/site/changelog.gmi index dd8df99..7afbf72 100644 --- a/site/changelog.gmi +++ b/site/changelog.gmi @@ -1,5 +1,11 @@ # change log +## 2024/08/25 - 2.1.1 “From Mars To Sirius” bugfix release + +* fix getprogname() check in the configure script +* fix fastcgi parameter SERVER_PORT; by Christoph Liebender, thank you! +* work around comically tiny HOST_NAME_MAX on glibc-based system; reported by Anna “CyberTailor”, thanks! + ## 2024/08/03 - 2.1 “From Mars To Sirius” ### New Features |