From 545e546ea47ec3605687b7e11e1e64cfed88b98e Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Mon, 19 Jul 2021 14:19:56 +0200 Subject: tag 1.7.2 This version incudes the following bugfix: - An un-initialized field in the configless code path leads to a crash on the first request. and the relative regression test --- ChangeLog | 2 ++ configure | 2 +- gmid.1 | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e1a72ea..3d63cca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2021-07-19 Omar Polo + * configure (VERSION): 1.7.2 tagged + * gmid.c (setup_configless): unbreak configless mode 2021-07-11 Omar Polo diff --git a/configure b/configure index f8467fc..35346bf 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.1 +VERSION=1.7.2 CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | make ${MAKE_FLAGS} -sf -` diff --git a/gmid.1 b/gmid.1 index 9ab254b..09b53f8 100644 --- a/gmid.1 +++ b/gmid.1 @@ -474,7 +474,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.1 +.Dq gmid/1.7.2 .It Ev AUTH_TYPE The string "Certificate" if the client used a certificate, otherwise unset. -- cgit v1.2.3