From: Eric Covener Date: Wed, 30 Aug 2023 12:41:50 +0000 (+0000) Subject: nit: 1861542,r1861569 were both mine X-Git-Tag: 2.4.58-rc1-candidate~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=22d1aa625f8c0d2cfa276395129081e59ceaf7f7;p=thirdparty%2Fapache%2Fhttpd.git nit: 1861542,r1861569 were both mine URL: http://svn.apache.org/viewvc?rev=1911934&view=rev Log: Backport to v2.4: *) mod_alias: Add RedirectRelative to allow relative redirect targets to be issued as-is. Trunk version of patch: https://svn.apache.org/r1861542 https://svn.apache.org/r1861569 Backport version for 2.4.x of patch: Trunk version of patch works svn merge -c 1861542,r1861569 ^/httpd/httpd/trunk . +1: minfrin, covener, icing git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1912012 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index a14346d45ed..9fea3219bd2 100644 --- a/CHANGES +++ b/CHANGES @@ -2,7 +2,7 @@ Changes with Apache 2.4.58 *) mod_alias: Add RedirectRelative to allow relative redirect targets to be - issued as-is. [Graham Leggett] + issued as-is. [Eric Covener, Graham Leggett] *) core: Add formats %{z} and %{strftime-format} to ErrorLogFormat, and make sure that if the format is configured early enough it applies to every log