On Tue, Sep 27, 2022 at 10:42:45AM +0100, Richard W.M. Jones wrote:
On Wed, Sep 14, 2022 at 09:47:49AM +0800, Ming Lei wrote:
> FYI, I plan to stabilize libublksrv's API in 1.0 release, which
> shouldn't take long.
>
> And recently I did some API changes, so suggest you to update with
> it in both nbdublk and libublksrv.
Just got around to looking at the changes and building the new Fedora
package.
It would be good to tag the current version with 'v1.0', ie:
git tag -a v1.0 -m "Version 1.0"
git push --tags
Hi Richard,
Thanks for your suggestion!
I'd stabilize the API interface in formal v1.0, and now it is close to
that, and will be soon.
BTW, can I set v1.0-rc1, v1.0-rc2, ..., v1.0 finally by following linux
kernel development approach?
Thanks,
Ming