commit 05ece21bd741f9853b75003ecbffe09b8a63640a from: Omar Polo date: Fri Sep 24 11:14:21 2021 UTC tag 1.7.4 commit - 1c776e4b98985916f464d5df1e5b4768c8c4c7ff commit + 05ece21bd741f9853b75003ecbffe09b8a63640a blob - a94eaad5688e536ef705c7a453cea1f334725029 blob + af6799ab49f457dbb01561dde2a619df6808121f --- ChangeLog +++ ChangeLog @@ -1,3 +1,9 @@ +2021-09-24 Omar Polo + + * configure (VERSION): 1.7.4 tagged + + * server.c (check_for_cgi): fix out-of-bound access + 2021-09-19 Omar Polo * configure (VERSION): 1.7.3 tagged blob - 5283a56dc7002802c8437d506cd57e4ec006df69 blob + 5955075f7c6759b4928117e506ea2137e97ea551 --- configure +++ configure @@ -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 -`