Commit Diff


commit - c29ff8f7efed014697086e8e88242cc30d6d5a46
commit + e4116fbf8b54f3937072ceef75017df2f1cd68e2
blob - 00197cbe3ec07091078824951627f537affd3b27
blob + d6bf28f1b24bc42dd360b3aab64c4583dbbd002f
--- ChangeLog
+++ ChangeLog
@@ -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'')
blob - 5955075f7c6759b4928117e506ea2137e97ea551
blob + 55ef474fff94b00b8960fc4645187924b0acf2e1
--- configure
+++ 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 -`
 
blob - 4ced3819628889e194f297ca3b8893da3fac27f6
blob + 75113d69d0b063da0b2406b687d432597e0d10d3
--- gmid.1
+++ 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.