Displaying 2 results from an estimated 2 matches for "4ca66f70".
2019 Aug 26
2
[nbdkit PATCH] filters: Bump API version
...ning a different API. A
single bump once per stable release is good enough (rather than once
per API change).
We did this correctly for commits b0ce4411/cb309687/df0cc21d (bumping
to API version 2 for the combined changes between v1.2 and v1.4), but
failed to do so for f184fdc3 (affecting v1.10), 4ca66f70 (affecting
v1.12), or 5ee7bd29/ee61d232 (affecting the upcoming v1.14). So do it
retroacively now, as well as backporting intermediate bumps to
affected stable branches.
Signed-off-by: Eric Blake <eblake@redhat.com>
---
I'm pushing this soon.
include/nbdkit-filter.h | 8 +++++---
1 f...
2019 Aug 27
0
Re: [nbdkit PATCH] filters: Bump API version
...single bump once per stable release is good enough (rather than once
> per API change).
>
> We did this correctly for commits b0ce4411/cb309687/df0cc21d (bumping
> to API version 2 for the combined changes between v1.2 and v1.4), but
> failed to do so for f184fdc3 (affecting v1.10), 4ca66f70 (affecting
> v1.12), or 5ee7bd29/ee61d232 (affecting the upcoming v1.14). So do it
> retroacively now, as well as backporting intermediate bumps to
> affected stable branches.
>
> Signed-off-by: Eric Blake <eblake@redhat.com>
> ---
>
> I'm pushing this soon.
>...