From: Jim Jagielski Date: Tue, 2 Jun 2026 20:39:02 +0000 (+0000) Subject: And document changes - Python versions of old standby Perl scripts. X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=04501ee7e1a982f11204e9597220c064e6ce1db2;p=thirdparty%2Fapache%2Fhttpd.git And document changes - Python versions of old standby Perl scripts. Hello 21st century! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934906 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index e62d80d187..9f9e2b9d06 100644 --- 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