diff options
author | midipix <writeonce@midipix.org> | 2016-05-05 21:32:50 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-05-05 21:32:50 -0400 |
commit | 9eda979fc5ebc5bdf6056e24fc2af787bee3eea2 (patch) | |
tree | 83404dce1116a3d740a8a80ed761349a4aee7652 | |
parent | e1f4c527ab5b1bbed2e2d47b29788b3a729a10e8 (diff) | |
download | slibtool-9eda979fc5ebc5bdf6056e24fc2af787bee3eea2.tar.bz2 slibtool-9eda979fc5ebc5bdf6056e24fc2af787bee3eea2.tar.xz |
release 0.5.2v0.5.2
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | project/tagver.mk | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -1,3 +1,17 @@ +0.5.2: + +This patch release includes several fixes of bugs that were discovered while +testing slibtool as the primary libtool in a pkgsrc comprehensive build. In +addition, the release includes several improvements to slibtool's own build +system. + +- link mode: legabits: generate a perfectly compatible wrapper. +- install mode: legabits: install a perfectly compatible wrapper. +- project: by default, slibtool is now an application-only package. +- build system: added support of --disable-shared and --disable-static. +- build system: added support of --all-shared and --all-static. +- build system: properly handle user inclusion of -static in LDFLAGS. + 0.5.1: This patch release includes several small fixes, as well as the addition of diff --git a/project/tagver.mk b/project/tagver.mk index 1ac70d7..1f165a4 100644 --- a/project/tagver.mk +++ b/project/tagver.mk @@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT VER_MAJOR = 0 VER_MINOR = 5 -VER_PATCH = 1 +VER_PATCH = 2 |