]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
make update-changes
authorEric Covener <covener@apache.org>
Tue, 7 Jan 2025 19:36:19 +0000 (19:36 +0000)
committerEric Covener <covener@apache.org>
Tue, 7 Jan 2025 19:36:19 +0000 (19:36 +0000)
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1922971 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
changes-entries/pr62497.txt [deleted file]
changes-entries/pr65222.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index 58003794350c120f6bd9265cc7fef69e4c20b105..d1f778a66628e5a8dda649134f9a354580c5c251 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,12 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.4.63
 
+  *) mod_log_config: Fix merging for the "LogFormat" directive.
+     PR: 65222. [Michael Kaufmann <mail michael-kaufmann.ch>]
+
+  *) mod_lua: Make r.ap_auth_type writable.  PR 62497.
+     [Michael Osipov <michaelo apache.org>]
+
   *) mod_md: update to version 2.4.29
      - Fixed HTTP-01 challenges to not carry a final newline, as some ACME
        server fail to ignore it. [Michael Kaufmann (@mkauf)]
diff --git a/changes-entries/pr62497.txt b/changes-entries/pr62497.txt
deleted file mode 100644 (file)
index c4f555d..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-  *) mod_lua: Make r.ap_auth_type writable.  PR 62497.
-     [Michael Osipov <michaelo apache.org>]
diff --git a/changes-entries/pr65222.txt b/changes-entries/pr65222.txt
deleted file mode 100644 (file)
index 8efffd6..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-  *) mod_log_config: Fix merging for the "LogFormat" directive.
-     PR: 65222. [Michael Kaufmann <mail michael-kaufmann.ch>]