diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rwxr-xr-x | configure | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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 @@ -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 -` |