From e4116fbf8b54f3937072ceef75017df2f1cd68e2 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Fri, 15 Oct 2021 10:08:48 +0200 Subject: tag 1.7.5 --- ChangeLog | 4 ++++ configure | 2 +- gmid.1 | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 00197cb..d6bf28f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2021-10-15 Omar Polo + + * configure (VERSION): 1.7.5 tagged + 2021-10-13 Omar Polo * server.c (do_accept): don't die on ECONNABORTED (``Software caused connection abort'') diff --git a/configure b/configure index 5955075..55ef474 100755 --- a/configure +++ b/configure @@ -34,7 +34,7 @@ echo "file config.log: writing..." # default settings: initialize all vars here such that nothing is # leaked from the environment except for CC, CFLAGS and LDFLAGS -VERSION=1.7.4 +VERSION=1.7.5 CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | make ${MAKE_FLAGS} -sf -` diff --git a/gmid.1 b/gmid.1 index 4ced381..75113d6 100644 --- a/gmid.1 +++ b/gmid.1 @@ -483,7 +483,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/1.7.3 +.Dq gmid/1.7.5 .It Ev AUTH_TYPE The string "Certificate" if the client used a certificate, otherwise unset. -- cgit v1.2.3