svn commit: r1934906 - httpd/httpd/trunk
| Newsgroups | gmane.comp.apache.cvs |
|---|---|
| Message-ID | <178043274230.2095778.9176519415698278344@svn03-he-fi> |
Author: jim
Date: Tue Jun 2 20:39:02 2026
New Revision: 1934906
Log:
And document changes - Python versions of old standby Perl scripts.
Hello 21st century!
Modified:
httpd/httpd/trunk/CHANGES
Modified: httpd/httpd/trunk/CHANGES
==============================================================================
--- httpd/httpd/trunk/CHANGES Tue Jun 2 20:29:00 2026 (r1934905)
+++ httpd/httpd/trunk/CHANGES Tue Jun 2 20:39:02 2026 (r1934906)
@@ -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