tag 1.7.4

This commit is contained in:
Omar Polo 2021-09-24 13:14:21 +02:00
parent 1c776e4b98
commit 05ece21bd7
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2021-09-24 Omar Polo <op@omarpolo.com>
* configure (VERSION): 1.7.4 tagged
* server.c (check_for_cgi): fix out-of-bound access
2021-09-19 Omar Polo <op@omarpolo.com>
* configure (VERSION): 1.7.3 tagged

2
configure vendored
View File

@ -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.3
VERSION=1.7.4
CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | make ${MAKE_FLAGS} -sf -`