dev  

Re: apr_os_dir_put fixes

Lucian Adrian Grijincu
Tue, 11 Dec 2007 05:45:21 -0800

On Dec 11, 2007 3:24 PM, Iain Wade <[EMAIL PROTECTED]> wrote:
> Hi,
[snip]
> It has the drawback of altering the apr_os_dir_put() function to
> accept an extra argument (dirname). I don't know your policy of stable
> interfaces, but I haven't really been able to find any other users of
> this call in my searching.
>
http://apr.apache.org/versioning.html
In the 1.2.x releases no type, identifier, interpretation of a
parameter, function, etc. shall be added/modified.
This release series is a bug-fix only.

http://apr.apache.org/anonsvn.html
the trunk now contains the next-to-be APR-1.3.x
Until 1.3.0 is released we can add new functions/types/etc. but
anything that was in 1.2.x must be preserved in 1.3.x as also.

So, if your patch is to be considered it must be done against the
1.3.x trunk, and must create a new function.


-- 
Lucian