]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
And document changes - Python versions of old standby Perl scripts. trunk trunk
authorJim Jagielski <jim@apache.org>
Tue, 2 Jun 2026 20:39:02 +0000 (20:39 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 2 Jun 2026 20:39:02 +0000 (20:39 +0000)
Hello 21st century!

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934906 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index e62d80d187c323053672ca3aa03b5862ad7c134d..9f9e2b9d06cce8706389a59e770e36be9207e8a4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,11 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.1
 
+  *) support: Add in Python versions of various Perl-based support
+     scripts - apxs-ng, dbmmanage-ng, log_server_status-ng,
+     logresolve.py, phf_abuse_log-ng.cgi and split-logfile-ng.
+     [Jim Jagielski]
+
   *) mpm_motorz, mod_http2: Rework the MotorZ MPM with
      multi-poller scale-out (new PollersPerChild directive) and async
      keep-alive/HTTP/2 handoff, plus concurrency hardening and bug