Re: Merge the new apr_hash_this_{key,key_len,val} to 1.5

2013-03-29 Thread Rainer Jung
On 29.03.2013 13:21, Rainer Jung wrote: > Unfortunately the APR versioning rules do not allow addition of new > functions to APU 1.5.x. We can put it into 1.6, but there's not yet a > 1.6 release branch or plan. Sorry, I got confused. Your proposal was meant for APR not APU. Merged to APR 1.5 in r

Re: Merge the new apr_hash_this_{key,key_len,val} to 1.5

2013-03-29 Thread Rainer Jung
On 23.01.2013 16:19, Julian Foad wrote: > Dear APR devs, > > Please can we merge the these functions from trunk [1,2] to the next version > to be released, which I assume would mean the 1.5 branch, before it's > released, as originally discussed at [3]? > > const char * apr_hash_this_key(apr_

Merge the new apr_hash_this_{key,key_len,val} to 1.5

2013-01-23 Thread Julian Foad
Dear APR devs, Please can we merge the these functions from trunk [1,2] to the next version to be released, which I assume would mean the 1.5 branch, before it's released, as originally discussed at [3]?   const char * apr_hash_this_key(apr_hash_index_t *);   apr_ssize_t  apr_hash_this_key_len(