]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
CHANGES and STATUS update after merge [skip ci]
authorStefan Eissing <icing@apache.org>
Fri, 1 Oct 2021 11:22:10 +0000 (11:22 +0000)
committerStefan Eissing <icing@apache.org>
Fri, 1 Oct 2021 11:22:10 +0000 (11:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1893776 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
changes-entries/normalize_unreserved.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index 61545257b346513365803d8435cf7a04ffc24e18..5345cb1e26a6315b25b9b5e6c8ffbd0dcd8e839f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.4.50
 
+  *) core: AP_NORMALIZE_DECODE_UNRESERVED should normalize the second dot in
+     the uri-path when it's preceded by a dot.  [Yann Ylavic]
+
   *) mod_md: when MDMessageCmd for a 'challenge-setup:<type>:<dnsname>'
      fails (!= 0 exit), the renewal process is aborted and an error is
      reported for the MDomain. This provides scripts that distribute
diff --git a/STATUS b/STATUS
index 825c0d3cbbe74355c8548e25ba47b93c1950bd40..164ff92f8ee864294844c49208439b8a14538032 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -142,12 +142,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-  *) core: AP_NORMALIZE_DECODE_UNRESERVED should normalize the second dot in
-     the uri-path when it's preceded by a dot.
-     trunk patch: http://svn.apache.org/r1893724
-     2.4.x patch: svn merge -c 1893724 ^/httpd/httpd/trunk .
-     +1: ylavic, covener, icing
-
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
diff --git a/changes-entries/normalize_unreserved.txt b/changes-entries/normalize_unreserved.txt
deleted file mode 100644 (file)
index 4782967..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-  *) core: AP_NORMALIZE_DECODE_UNRESERVED should normalize the second dot in
-     the uri-path when it's preceded by a dot.  [Yann Ylavic]
\ No newline at end of file