Re: [PATCH] httpd 2.3.16-beta compatibility

2012-01-16 Thread Daniel Shahaf
Jeff Trawick wrote on Sun, Jan 15, 2012 at 08:15:55 -0500: > On Fri, Jan 13, 2012 at 10:57 AM, Daniel Shahaf wrote: > > [[[ > > Follow-up to r1033547: track mod_dav API change. > > > > In r882274, the mod_dav API changed in two ways: the signatures of > > dav_new_error() and dav_new_error_tag() ch

Re: [PATCH] httpd 2.3.16-beta compatibility

2012-01-15 Thread Jeff Trawick
On Fri, Jan 13, 2012 at 10:57 AM, Daniel Shahaf wrote: > [[[ > Follow-up to r1033547: track mod_dav API change. > > In r882274, the mod_dav API changed in two ways: the signatures of > dav_new_error() and dav_new_error_tag() changed, and 'struct dav_error' > changed its errno number member into an

Re: [PATCH] httpd 2.3.16-beta compatibility

2012-01-13 Thread Daniel Shahaf
And another patch: [[[ Index: subversion/tests/cmdline/davautocheck.sh === --- subversion/tests/cmdline/davautocheck.sh(revision 1231107) +++ subversion/tests/cmdline/davautocheck.sh(working copy) @@ -292,9 +292,22 @@ $LOAD_M

[PATCH] httpd 2.3.16-beta compatibility

2012-01-13 Thread Daniel Shahaf
[[[ Follow-up to r1033547: track mod_dav API change. In r882274, the mod_dav API changed in two ways: the signatures of dav_new_error() and dav_new_error_tag() changed, and 'struct dav_error' changed its errno number member into an apr_status_t. r1033547 tracked the former change but not the latt