From: Jim Jagielski Date: Mon, 20 Jan 2025 19:01:18 +0000 (+0000) Subject: Prep for rolling X-Git-Tag: 2.4.63-candidate~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27fdcd234a7da848f92f040488f6738024e86e1b;p=thirdparty%2Fapache%2Fhttpd.git Prep for rolling git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1923279 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 58afac0ecf..bc3396dd7b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,11 @@ -*- coding: utf-8 -*- Changes with Apache 2.4.63 + *) mod_dav: Update redirect-carefully example BrowserMatch config + to match more recent client versions. PR 66148, 67039. + [Michal Maloszewski , + Romain Tartière ] + *) mod_cache_socache: Fix possible crash on error path. PR 69358. [Ruediger Pluem] diff --git a/changes-entries/dav-browsermatch.txt b/changes-entries/dav-browsermatch.txt deleted file mode 100644 index 81cc782ab1..0000000000 --- a/changes-entries/dav-browsermatch.txt +++ /dev/null @@ -1,4 +0,0 @@ - *) mod_dav: Update redirect-carefully example BrowserMatch config - to match more recent client versions. PR 66148, 67039. - [Michal Maloszewski , - Romain Tartière ]