commit 8036523fff012d126c4d3c3b4a3a0f9f9e5e99c9 from: Omar Polo date: Thu Apr 07 18:04:50 2022 UTC add forgotten entries commit - f731e4a78139404a56e208dd12c4dc89e1e745bd commit + 8036523fff012d126c4d3c3b4a3a0f9f9e5e99c9 blob - 72d0ae7399a811f209e874442568df10f3dc0948 blob + 34a5586f0945c2e02d9a5383e6747fef65ce87c2 --- ChangeLog +++ ChangeLog @@ -3,7 +3,23 @@ * gmid.conf.5: move config file documentation into a new man page * parse.y (option): deprecate `map' rule in favour of the `types' block + +2022-03-27 Omar Polo + + * 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 + * 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 * parse.y: add the types block