commit 8068d2ff33992fcaf0e5f38bc7b3d86789e7e92e from: Omar Polo date: Sun Jul 11 07:50:26 2021 UTC tag v1.7.1 This version includes two bugfixes: - use ${MAKE} to recursively call make - fix the misleading example in the man page: macros name may not be reserved words Both bugs found and fixed by Anna “CyberTailor”, thanks! commit - 094bdacd40fc25e94198c037312708c049d43fe1 commit + 8068d2ff33992fcaf0e5f38bc7b3d86789e7e92e blob - 2947ec458ddd1bc1f82b8b4435dad44d97c4f06e blob + 56f8af2232a7d1c01577e86f0392dec57aa8b58e --- ChangeLog +++ ChangeLog @@ -1,3 +1,7 @@ +2021-07-11 Omar Polo + + * configure (VERSION): 1.7.1 tagged + 2021-07-11 Anna “CyberTailor” * gmid.1 (common): fix misleading example in man page: macros names may not be reserved words blob - d7659934ec7b493dc7a1db60114eefdc1dbfbe20 blob + f8467fc0d8398ab8215660baa3bee7fe42d74df0 --- 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 +VERSION=1.7.1 CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | make ${MAKE_FLAGS} -sf -` blob - a1bfc4bd90a3f84b43a6072645f74c5c50e96fc1 blob + 9ab254b0e186ca2c7b02084984f611a8e684d1c1 --- gmid.1 +++ 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 +.Dq gmid/1.7.1 .It Ev AUTH_TYPE The string "Certificate" if the client used a certificate, otherwise unset.