Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

re: CVS commit: src



> NAKAJIMA Yoshihiro <nakayosh%leto.eonet.ne.jp@localhost> wrote:
> 
> > > Um, what should be done in distribs/sets/lists?
> > > Would s/libc.so.12.178/libc.so.12.179/ eveywhere be enough?
> > I think so.
> 
> One last concern: extended API set 2 support is not yet complete.
> Shouldn't we bump for once when it is done, instead of bumping for each
> system call added?

the minor number should be bumped any time a symbol is added to a
library.

the major number should be bumped any time a symbols is removed
from or an ABI changed in a library.


this is pretty much all there is to the rules, and they're not
limited by other implementation issues.  ie, each time you commit
a new function bump the minor.

hope this helps.


.mrg.

ps. don't forgot to look at the sparc64/amd64/mips64 compat libs
when bumping shlib versions.


Home | Main Index | Thread Index | Old Index