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! >From my memory, I think all the recent JavaHL work was released and the new > C APIs (e.g. the parallelization ones) aren't on any release branch. But I > can verify that when I next reach a real computer unless someone beats me > to it. > 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. Thanks for pointing that out. > Yes, thanks, and sorry! Kind regards, Daniel Sahlberg