diff options
author | Omar Polo <op@omarpolo.com> | 2021-07-10 09:22:19 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-07-10 09:22:19 +0000 |
commit | b79b2d811b7775f6be71f7248c3cc498a6115bb0 (patch) | |
tree | 7be40ac3cd5415efa08e2d61f03155e666145a06 | |
parent | f361f7997917a42a7b377d2764c5fb7467cccb62 (diff) |
tag v1.71.7
-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-07-10 Omar Polo <op@omarpolo.com> + + * configure (VERSION): 1.7 tagged + 2021-07-09 Omar Polo <op@omarpolo.com> * parse.y (STRING): add `include' directive @@ -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.6 +VERSION=1.7 CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | make ${MAKE_FLAGS} -sf -` @@ -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.5 +.Dq gmid/1.7 .It Ev AUTH_TYPE The string "Certificate" if the client used a certificate, otherwise unset. |