Commit Diff


commit - ca3d8bfde617a2be55fda5f25faf071f40325f6f
commit + fba809b5c775fd4d3c28a012259ee3b1908d4e40
blob - 61163f812966166e85e0ac9a77c0bf73cd8d20f7
blob + a94eaad5688e536ef705c7a453cea1f334725029
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,7 @@
+2021-09-19  Omar Polo  <op@omarpolo.com>
+
+	* configure (VERSION): 1.7.3 tagged
+
 2021-09-17  Omar Polo  <op@omarpolo.com>
 
 	* log.c (logger_main): fix syslog logging on FreeBSD
blob - 3948535c838936ffc6fbbd6366d54119a800ea9e
blob + 5283a56dc7002802c8437d506cd57e4ec006df69
--- 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.1
+VERSION=1.7.3
 
 CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | make ${MAKE_FLAGS} -sf -`
 
blob - 054d3eb32d6c96c6a892597250191af0c957023c
blob + 4ced3819628889e194f297ca3b8893da3fac27f6
--- 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.1
+.Dq gmid/1.7.3
 .It Ev AUTH_TYPE
 The string "Certificate" if the client used a certificate, otherwise
 unset.