summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2018-02-17 14:06:20 +0000
committerGraham Leggett <minfrin@apache.org>2018-02-17 14:06:20 +0000
commite38b84f3d5fb75acc234c7d7da1c09187545ec9f (patch)
tree518b04f45c13a5320632817c376a63624dbfa177
parent4989ecc4404767d4291abf63660432b6255e7074 (diff)
downloadhttpd-e38b84f3d5fb75acc234c7d7da1c09187545ec9f.tar.gz
Update proposal with fix for rpluem/jorton.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1824592 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS24
1 files changed, 7 insertions, 17 deletions
diff --git a/STATUS b/STATUS
index 0612227da2..e41bf008e2 100644
--- a/STATUS
+++ b/STATUS
@@ -180,6 +180,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
minfrin: 2.4.x patch not applying for me, trunk patches work
icing: fixed the patch to include complete new files instead of svn's internal optimizations
+ *) mod_dav: Allow other modules to become providers and add ACLs
+ to the DAV response. Requires a release of apr-util v1.6.
+ trunk patch: http://svn.apache.org/r1748322
+ http://svn.apache.org/r1824590
+ 2.4.x: trunk works modulo CHANGES/MMN
+ +1: minfrin
+
PATCHES/ISSUES THAT ARE BEING WORKED
[ New entries should be added at the START of the list ]
@@ -255,23 +262,6 @@ PATCHES/ISSUES THAT ARE BEING WORKED
make it nonblocking (by default)?
jim: Non-blocking seems the best way to handle...
- * mod_dav: Allow other modules to become providers and add ACLs
- to the DAV response. Requires a release of apr-util v1.6.
- trunk patch: http://svn.apache.org/r1748322
- 2.4.x: trunk works modulo CHANGES/MMN
- +1: minfrin
- rpluem asks: Will this compile with apr-util < v1.6 and keep
- mod_dav working (without the new features of the patch of course)?
- I doubt that we will require apr-util 1.6 for the lifetime of 2.4.x
- (see the discussion around ap_cstr_casecmp[n] an apr 1.6)
- minfrin: Yes, as you can see in the patch everything applies only
- if APR_XML_X2T_PARSED is defined, and the patch was tested with
- both apr-util v1.6 and apr-util v1.5.
- -1: jorton, breaks binary backwards compat per dev@ discuss
- msgid <20160902120654.GA12674@redhat.com>
- (& also, making the structure change with apr-util version
- means it breaks binary compat across an apr-util upgrade?)
-
* Support PCRE2 (10.x) in place of PCRE (8.x).
Submitted by: wrowe, Petr Pisar [ppisar redhat.com]
trunk patches: