commit 9536c8ca63fe03d66068c1b391c71dd8afc02044 from: Omar Polo date: Thu Apr 04 19:16:33 2024 UTC prepare release 2.0.1 commit - 40b71b6861fc7ddbe8ee66a7a3c6b253912e0c5f commit + 9536c8ca63fe03d66068c1b391c71dd8afc02044 blob - ae7fc40abe2957fbf05f3359c32c9c379d64ac78 blob + f48bfcf09054432b5d9c8bcde185db5099ec765a --- configure +++ configure @@ -19,7 +19,7 @@ set -e RELEASE=no -VERSION=2.0.1-current +VERSION=2.0.2 usage() { blob - c383c67e53a3a47aa2af9d22d9154df366575799 blob + 28ed288ddfe500961ea17c5aa3c317b073f76783 --- gmid.conf.5 +++ gmid.conf.5 @@ -11,7 +11,7 @@ .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.Dd January 11, 2024 +.Dd April 4, 2024 .Dt GMID.CONF 5 .Os .Sh NAME @@ -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.1 +.Dq gmid/2.0.2 .It Ev REMOTE_USER The subject of the client certificate if provided, otherwise unset. .It Ev TLS_CLIENT_ISSUER blob - 1cef1643e1e85f86f3d508003900027ed663ff5f blob + 56d74f2899c9455e91e1cf4e1f3bddd4d200c2fc --- 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.1 \ + VERS=2.0.2 \ PUBKEY=gmid-2.0.pub \ TREE=https://github.com/omar-polo/gmid/blob/master