svn commit: r282257 - in head: lib/libnv sys/kern sys/sys

Mariusz Zaborski oshogbo at FreeBSD.org
Thu Apr 30 19:52:26 UTC 2015


On 30 April 2015 at 20:28, Bryan Drewery <bdrewery at freebsd.org> wrote:

> You should either bump the SHLIB_MAJOR or consider making this a
> PRIVATELIB so it is not in the public /lib but in the private
> /usr/lib/private or use symbol versioning.



Being in /lib we must maintain ABI compatibility among the same shlib
> version.
>
> Bumping the SHLIB_MAJOR or moving to PRIVATELIB will require adding the
> libnv.so.0 to the ObsoleteFiles.inc OLD_FILES list.

Oh, I didn't notice that. Bumping the SHLIB_MAJOR also refers to library
which are only in HEAD?

Cheers,
Mariusz Zaborski


More information about the svn-src-all mailing list