On 08/28, Theodore Y. Ts'o wrote: > On Tue, Aug 28, 2018 at 12:12:02AM -0700, Jaegeuk Kim wrote: > > > > I think f2fs-tools is getting much firmer lib APIs, so don't expect frequent > > major updates on library versions, but was struggling to keep it as much as > > possible tho. I'm checking the final test results, and thus, planning to > > release 1.11.1 within a week or so. In this release, I'm seeing that > > it requires to bump revision like libf2fs-5.1.0, and libf2fs-format-4.1.0. > > Just checking to be sure --- does 5.1.0 mean that that were no changes > to interfaces that were already present in 5.0.0, but there are new > interfaces added? That's what a minor version bump generally means, > but I just want to be sure.
Ah, probably I misunderstood the below? https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html I understood that, if there is no interface change but some implementation changes, I need to bump revision. If new interface is added, for example, I need to bump current while revision=0 and age++. Please correct me, if I'm going in wrong way. > > Thanks, > > - Ted ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
