diff options
author | Omar Polo <op@omarpolo.com> | 2022-04-07 18:04:50 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-04-07 18:04:50 +0000 |
commit | 8036523fff012d126c4d3c3b4a3a0f9f9e5e99c9 (patch) | |
tree | fe35e4868c27667edde338f7da84e0f2967bf958 | |
parent | f731e4a78139404a56e208dd12c4dc89e1e745bd (diff) |
add forgotten entries
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -4,6 +4,22 @@ * parse.y (option): deprecate `map' rule in favour of the `types' block +2022-03-27 Omar Polo <op@omarpolo.com> + + * configure (VERSION): 1.8.3 tagged + + * server.c (start_cgi): fix a possible out-of-bound access in the + CGI handling. + +2022-03-26 Omar Polo <op@omarpolo.com> + + * configure (VERSION): 1.8.2 tagged + + * server.c (handle_imsg_cgi_res): fix a CGI timing issue: if a + connection handled by a CGI scripts is interrupted with the right + timing it causes the server process to exit with "fatal in + client_by_id: invalid id X" + 2022-02-26 Omar Polo <op@omarpolo.com> * parse.y: add the types block |