From: Eric Covener Date: Wed, 3 Apr 2024 12:03:08 +0000 (+0000) Subject: make update-changes X-Git-Tag: 2.4.59-rc1-candidate~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee86d1d6067728f4a6eedaf527b33efe045267af;p=thirdparty%2Fapache%2Fhttpd.git make update-changes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1916776 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index bc9d267ffce..5c6a28b0675 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,10 @@ -*- coding: utf-8 -*- Changes with Apache 2.4.59 + *) mod_deflate: Fixes and better logging for handling various + error and edge cases. [Eric Covener, Yann Ylavic, Joe Orton, + Eric Norris ] + *) Add CGIScriptTimeout to mod_cgi. [Eric Covener] *) mod_xml2enc: Tolerate libxml2 2.12.0 and later. PR 68610 diff --git a/changes-entries/deflate-cleanups.txt b/changes-entries/deflate-cleanups.txt deleted file mode 100644 index 18a32a61062..00000000000 --- a/changes-entries/deflate-cleanups.txt +++ /dev/null @@ -1,4 +0,0 @@ - *) mod_deflate: Fixes and better logging for handling various - error and edge cases. [Eric Covener, Yann Ylavic, Joe Orton, - Eric Norris ] -