Skip to content

Commit

Permalink
tag 1.7.2
Browse files Browse the repository at this point in the history
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
  • Loading branch information
omar-polo committed Jul 19, 2021
1 parent c735175 commit 545e546
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2021-07-19 Omar Polo <[email protected]>

* configure (VERSION): 1.7.2 tagged

* gmid.c (setup_configless): unbreak configless mode

2021-07-11 Omar Polo <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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 -`

Expand Down
2 changes: 1 addition & 1 deletion gmid.1
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 545e546

Please sign in to comment.