You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2021/09/03 17:07:37 UTC

svn commit: r1892879 - in /httpd/httpd/trunk: CHANGES changes-entries/ap_proxy_tunnel_run.txt changes-entries/fix_uds_filename.txt changes-entries/md_check_keys.txt changes-entries/uwsgi_path_info.txt

Author: ylavic
Date: Fri Sep  3 17:07:37 2021
New Revision: 1892879

URL: http://svn.apache.org/viewvc?rev=1892879&view=rev
Log:
Sync CHANGES [skip ci].

Removed:
    httpd/httpd/trunk/changes-entries/ap_proxy_tunnel_run.txt
    httpd/httpd/trunk/changes-entries/fix_uds_filename.txt
    httpd/httpd/trunk/changes-entries/md_check_keys.txt
    httpd/httpd/trunk/changes-entries/uwsgi_path_info.txt
Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1892879&r1=1892878&r2=1892879&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Fri Sep  3 17:07:37 2021
@@ -1,6 +1,21 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.1
 
+  *) mod_proxy_uwsgi: Fix PATH_INFO setting for generic worker.  [Yann Ylavic]
+
+  *) mod_md: Certificate/keys pairs are verified as matching before a renewal is accepted
+     as successful or a staged renewal is replacing the existing certificates.
+     This avoid potential mess ups in the md store file system to render the active
+     certificates non-working. [@mkauf]
+
+  *) mod_proxy: Fix a potential infinite loop when tunneling Upgrade(d)
+     protocols from mod_proxy_http, and a timeout triggering falsely when
+     using mod_proxy_wstunnel, mod_proxy_connect or mod_proxy_http with
+     upgrade= setting.  PRs 65521 and 65519.  [Yann Ylavic]
+
+  *) mod_proxy: Faster unix socket path parsing in the "proxy:" URL.
+     [Yann Ylavic]
+
   *) mpm_event: Fix graceful stop/restart of children processes if connections
      are in lingering close for too long.  [Yann Ylavic]