From e868159814137c7aa3b86625c83eba930b150913 Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Tue, 15 May 2018 12:16:21 -0300 Subject: [PATCH] CHANGES: Adds info about #104 & #105 --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 2b60259..7cc2794 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,12 @@ v1.0.x - YYYY-MMM-DD (To be released) ------------------------------------- + - Fixed processing of response body chunks in + ngx_http_modsecurity_body_filter. + [Issue #105 - @turchanov, @defanator] + - Fix incorrect handling of request/response body data chain of ngx_buf_t + buffers + [Issue #104 - @turchanov, @defanator] - Pool pointer is now handled in ngx_http_modsecurity_config_cleanup [Issue #87 - @AirisX, @defanator, @zimmerle] - Fix memory leak in intervention processing