diff options
author | Omar Polo <op@omarpolo.com> | 2021-10-15 10:08:48 +0200 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-10-15 10:08:48 +0200 |
commit | e4116fbf8b54f3937072ceef75017df2f1cd68e2 (patch) | |
tree | ffc7a41c88470275b432ebd838ed18bb8f21d6c0 | |
parent | c29ff8f7efed014697086e8e88242cc30d6d5a46 (diff) |
tag 1.7.51.7.5
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | gmid.1 | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2021-10-15 Omar Polo <op@omarpolo.com> + + * configure (VERSION): 1.7.5 tagged + 2021-10-13 Omar Polo <op@omarpolo.com> * server.c (do_accept): don't die on ECONNABORTED (``Software caused connection abort'') @@ -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 -` @@ -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. |