br...@apache.org writes:

> Author: brane
> Date: Thu Apr 25 13:48:46 2013
> New Revision: 1475772
>
> URL: http://svn.apache.org/r1475772
> Log:
> Fix issue #4361 (user/group names in authz files are case-insensitive).
>
> * subversion/include/svn_config.h
>   (svn_config_create2): New, revised from svn_config_create, with additional
>    flag to treat option names as case-sensitive.
>   (svn_config_read3): New, revised from svn_config_read2, with same
>    additional flag as above.
>   (svn_config_parse): Add flag to treat option names as case-sensitive.
>   (svn_config_create): Deprecated.
>   (svn_config_read2): Deprecated; argument "pool" renamde to "result_pool".
>   (svn_config_read): Argument "pool" renamde to "result_pool".

svn_config_read3 and svn_config_parse are both new in 1.8, should we add
a scratch_pool before releasing these APIs?  At present they both create
an internal scratch pool as a subpool of result_pool.

-- 
Certified & Supported Apache Subversion Downloads:
http://www.wandisco.com/subversion/download

Reply via email to