You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2023/03/31 14:25:09 UTC

svn commit: r1908863 - in /httpd/httpd/branches/2.4.x: CHANGES changes-entries/http2_pr66539.txt changes-entries/rewrite-qsd-regression.diff

Author: covener
Date: Fri Mar 31 14:25:09 2023
New Revision: 1908863

URL: http://svn.apache.org/viewvc?rev=1908863&view=rev
Log:
make update-changes

[skip ci]

Removed:
    httpd/httpd/branches/2.4.x/changes-entries/http2_pr66539.txt
    httpd/httpd/branches/2.4.x/changes-entries/rewrite-qsd-regression.diff
Modified:
    httpd/httpd/branches/2.4.x/CHANGES

Modified: httpd/httpd/branches/2.4.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1908863&r1=1908862&r2=1908863&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Fri Mar 31 14:25:09 2023
@@ -1,6 +1,12 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.4.57
 
+  *) mod_http2: fixed a crash during connection termination. See PR 66539.
+     [Stefan Eissing]
+
+  *) mod_rewrite: Fix a 2.4.56 regression for substitutions ending
+     in a question mark. PR66547. [Eric Covener]
+
   *) mod_rewrite: Add "BCTLS" and "BNE" RewriteRule flags. Re-allow encoded
      characters on redirections without the "NE" flag. 
      [Yann Ylavic, Eric Covener]