commit cd5e264f9d166a641af859a51a888603ef19129f from: Omar Polo date: Wed Jan 24 15:06:08 2024 UTC prepare release 2.0.1 commit - 0baf7066acc609cf303312b7d821e18f407bef18 commit + cd5e264f9d166a641af859a51a888603ef19129f blob - 427b79b9c953a67d9ebe788c251bf0de40f0dce6 blob + 0180b5253cd976fb962c873d1b18a4c88cb8e48d --- configure +++ configure @@ -19,7 +19,7 @@ set -e RELEASE=no -VERSION=2.0-current +VERSION=2.0.1 usage() { blob - 173bd98f4b745bce0f6c5f5efeaa678020cef09b blob + c383c67e53a3a47aa2af9d22d9154df366575799 --- gmid.conf.5 +++ gmid.conf.5 @@ -384,7 +384,7 @@ The port the server is listening on. .Dq GEMINI .It Ev SERVER_SOFTWARE The name and version of the server, i.e. -.Dq gmid/2.0 +.Dq gmid/2.0.1 .It Ev REMOTE_USER The subject of the client certificate if provided, otherwise unset. .It Ev TLS_CLIENT_ISSUER blob - f9db073724bdbcba78d2a64d9b9fcc8e558655f8 blob + 1cef1643e1e85f86f3d508003900027ed663ff5f --- site/Makefile +++ site/Makefile @@ -21,7 +21,7 @@ REPOLOGY_URL = https://repology.org/project/gmid/vers SUBST = ./subst GITHUB=https://github.com/omar-polo/gmid \ SITE=https://ftp.omarpolo.com \ - VERS=2.0 \ + VERS=2.0.1 \ PUBKEY=gmid-2.0.pub \ TREE=https://github.com/omar-polo/gmid/blob/master