commit 545e546ea47ec3605687b7e11e1e64cfed88b98e from: Omar Polo date: Mon Jul 19 12:19:56 2021 UTC 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 commit - c735175beae1ea085ae93797bf08341680b47565 commit + 545e546ea47ec3605687b7e11e1e64cfed88b98e blob - e1a72eaa8c77c29ecb4ebe287dcd2831be437042 blob + 3d63ccaefa19afffa26aca0438323c35d49a96d4 --- ChangeLog +++ ChangeLog @@ -1,4 +1,6 @@ 2021-07-19 Omar Polo + + * configure (VERSION): 1.7.2 tagged * gmid.c (setup_configless): unbreak configless mode blob - f8467fc0d8398ab8215660baa3bee7fe42d74df0 blob + 35346bf0378773d681df1856a1d4f97ffed61670 --- 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.2 CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | make ${MAKE_FLAGS} -sf -` blob - 9ab254b0e186ca2c7b02084984f611a8e684d1c1 blob + 09b53f8fa0d1b9ff9150fb6ef71f06632ad8bf2a --- 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.1 +.Dq gmid/1.7.2 .It Ev AUTH_TYPE The string "Certificate" if the client used a certificate, otherwise unset.