diff --git a/site/Makefile b/site/Makefile index edd277d..eb0bf0e 100644 --- a/site/Makefile +++ b/site/Makefile @@ -18,7 +18,7 @@ REPOLOGY_BANNER = https://repology.org/badge/vertical-allrepos/gmid.svg REPOLOGY_URL = https://repology.org/project/gmid/versions SUBST = ./subst GITHUB=https://github.com/omar-polo/gmid \ - VERS=1.8.4 \ + VERS=1.8.5 \ CURV=1.8 \ NEXTV=1.9 \ TREE=https://github.com/omar-polo/gmid/blob/master diff --git a/site/changelog.gmi b/site/changelog.gmi index dec370c..af7f604 100644 --- a/site/changelog.gmi +++ b/site/changelog.gmi @@ -1,5 +1,14 @@ # change log +## 2022/11/01 - 1.8.5 “Lightbulb Sun” bugfix release + +### Bug fixes + +* removed OpenBSD' rc file because now is maintained in the ports tree +* (hopefully) fix build on DragonflyBSD +* call tzset(3) to fix times in logs +* always send custom list of fcgi parameters (alex) + ## 2022/07/04 - 1.8.4 “Lightbulb Sun” bugfix release ### Bug fixes