You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Thom May <th...@planetarytramp.net> on 2003/01/03 22:46:53 UTC

Re: Apache release compatibility, WAS: RE: svn commit: rev 4239 - trunk/subversion/libsvn_subr

> 
> That's going to be interesting from the Subversion perspective though.  We 
> may be forced *not* to use APR 1.0 because httpd-2.0 won't work with it. 
> It's fun, isn't it?  Perhaps we'll relax this policy and not drop 
> deprecated functions until APR 2.0, but that's an awful lot of cruft to 
> keep around for a long time.  -- justin

I'm beginning to think that keeping the deprecated functions around until
2.0 is going to be our best plan; that way httpd-2.0 can track apr-1.0.x;
without having to have every change that requires it backported to the
version it gets fixed at. Also, it takes some of the pain away from
developers of client apps...
Cheers,
-Thom