]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove useless CHANGES entry + trigger CI
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 19 Sep 2021 11:51:32 +0000 (11:51 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 19 Sep 2021 11:51:32 +0000 (11:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1893439 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 65f43a947c4f19b9e0132cacb27576119b7c69e0..0f5df27c450eb978e77a2fd4e56599b84336f214 100644 (file)
--- 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.