On Thu, Jul 8, 2021 at 5:13 PM Daniel Sahlberg <daniel.l.sahlb...@gmail.com> wrote:
> Den tis 6 juli 2021 kl 04:25 skrev Nathan Hartman < > hartman.nat...@gmail.com>: > >> On Mon, Jul 5, 2021 at 9:27 PM Daniel Shahaf <d...@daniel.shahaf.name> >> wrote: >> >>> Daniel Sahlberg wrote on Sat, Jul 03, 2021 at 23:45:01 +0200: >>> > It seems that the API and JavaHL docs for 1.13 and 1.14 are missing. I >>> have >>> > generated them from the branches. >>> >>> Are there any relevant differences between the branches (@HEAD) and the >>> latest tags on each branch? >>> >> Oh, they probably should have been generated from the latest tags, not >> the branches. >> > > Oh, [invective], my bad! > Nah, you did what's documented in HACKING. Is that a "bug" in HACKING? I have regenerated the API docs and checked for differences. > > In the C API there is one difference: r1881958 (Restore support for > building with APR 1.4) (re-)added a few functions from APR 1.5.0 > (apr_hash_this_key, apr_hash_this_key_len, apr_hash_this_val). I'm leaning > towards keeping this because: > - Building with APR >= 1.5.0, the functions are there > - Building with APR < 1.5.0 was not possible in 1.14.0, but builds using > 1.14.1 will have these functions. > > In Javahl there are no differences. > Agreed; it was restored in 1.14.1 by request of users building on some older distros. Thanks for doing that! Nathan