aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-02-07 18:55:04 +0000
committerOmar Polo <op@omarpolo.com>2021-02-07 18:55:04 +0000
commit9f006a2127398af12ecf9159cd5ef28b3685e7a6 (patch)
tree5c9690dc757ae7b29c8b14ea391a6f252837de3f /ChangeLog
parenta13739138b17a21dbb50011cc65fb135e9f804c8 (diff)
[cgi] split the query in words if needed and add them to the argv
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf662e3..187a4ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2021-02-07 Omar Polo <op@omarpolo.com>
+ * ex.c (do_exec): [cgi] split the query in words if needed and add them to the argv
+
* parse.y (option): added prefork option
2021-02-06 Omar Polo <op@omarpolo.com>