From: Christophe Jaillet Date: Sun, 19 Sep 2021 11:51:32 +0000 (+0000) Subject: Remove useless CHANGES entry + trigger CI X-Git-Tag: candidate-2.4.50-rc1~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49b7da3f5212077335c70d93ceda44b8bf4c91d3;p=thirdparty%2Fapache%2Fhttpd.git Remove useless CHANGES entry + trigger CI git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1893439 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 65f43a947c4..0f5df27c450 100644 --- a/CHANGES +++ b/CHANGES @@ -102,19 +102,6 @@ Changes with Apache 2.4.49 *) core: fix ap_escape_quotes substitution logic. [Eric Covener] - *) Easy patches: synch 2.4.x and trunk - - mod_auth_basic: Use ap_cstr_casecmp instead of strcasecmp. - - mod_ldap: log and abort locking errors. - - mod_ldap: style fix for r1831165 - - mod_ldap: build break fix for r1831165 - - mod_deflate: Avoid hard-coded "%ld" format strings in mod_deflate's logging statements - - mod_deflate: Use apr_uint64_t instead of uint64_t (follow up to r1849590) - - mod_forensic: Follow up to r1856490: missing one mod_log_forensic test_char_table case. - - mod_rewrite: Save a few cycles. - - mod_request: Fix a comment (missing '_' in 'keep_body') and some style issues - - core: remove extra whitespace in HTTP_NOT_IMPLEMENTED - [Christophe Jaillet] - *) core/mpm: add hook 'child_stopping` that gets called when the MPM is stopping a child process. The additional `graceful` parameter allows registered hooks to free resources early during a graceful shutdown.