aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-09-24 13:14:21 +0200
committerOmar Polo <op@omarpolo.com>2021-09-24 13:14:21 +0200
commit05ece21bd741f9853b75003ecbffe09b8a63640a (patch)
treebf43f525e50c2f9efac901ac75de494bc8f02a6f
parent1c776e4b98985916f464d5df1e5b4768c8c4c7ff (diff)
tag 1.7.41.7.4
-rw-r--r--ChangeLog6
-rwxr-xr-xconfigure2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a94eaad..af6799a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/configure b/configure
index 5283a56..5955075 100755
--- a/configure
+++ b/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 -`