diff options
author | Omar Polo <op@omarpolo.com> | 2021-09-24 13:14:21 +0200 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-09-24 13:14:21 +0200 |
commit | 05ece21bd741f9853b75003ecbffe09b8a63640a (patch) | |
tree | bf43f525e50c2f9efac901ac75de494bc8f02a6f | |
parent | 1c776e4b98985916f464d5df1e5b4768c8c4c7ff (diff) |
tag 1.7.41.7.4
-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 -` |