library versioning: Don't bump major version
authorJohn Marino <draco@marino.st>
Mon, 1 Dec 2014 12:51:18 +0000 (13:51 +0100)
committerJohn Marino <draco@marino.st>
Mon, 1 Dec 2014 13:33:25 +0000 (14:33 +0100)
commita4ada0f693ce7ab287c552126937e970639a4b24
tree95cdb1baba447c8120f78d183455c7cedab300d3
parent692addf2d98ec190a70f05e0fad8940a560a72e3
library versioning: Don't bump major version

Eight libraries have unused yet valid symbol maps.  The original plan was
to activate them together and bump all the major library versions at the
same time.  This never happened because the libc symbol map isn't quite
right yet.  However, it's not necessary to bump the version.  If mapped,
both the versioned and unversioned symbol will be available and will
reference the same location, so no breakage will occur.

Once confirmed, the next commit will remove the "RELEASE36" check.  The
c library guard had changed to RELEASE42, so the intent is to activate
versioning on 7 of the 8 libraries in one step.
lib/libarchive/Makefile
lib/libbz2/Makefile
lib/libc/Makefile
lib/libedit/libedit/Makefile
lib/liblzma/Makefile
lib/libmd/Makefile
lib/libncurses/Makefile.inc
lib/libz/Makefile