From 9536c8ca63fe03d66068c1b391c71dd8afc02044 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Thu, 4 Apr 2024 19:16:33 +0000 Subject: [PATCH] prepare release 2.0.1 --- configure | 2 +- gmid.conf.5 | 4 ++-- site/Makefile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index ae7fc40a..f48bfcf0 100755 --- a/configure +++ b/configure @@ -19,7 +19,7 @@ set -e RELEASE=no -VERSION=2.0.1-current +VERSION=2.0.2 usage() { diff --git a/gmid.conf.5 b/gmid.conf.5 index c383c67e..28ed288d 100644 --- a/gmid.conf.5 +++ b/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 diff --git a/site/Makefile b/site/Makefile index 1cef1643..56d74f28 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.0.1 \ + VERS=2.0.2 \ PUBKEY=gmid-2.0.pub \ TREE=https://github.com/omar-polo/gmid/blob/master