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 /NEWS | |
parent | e1f4c527ab5b1bbed2e2d47b29788b3a729a10e8 (diff) | |
download | slibtool-9eda979fc5ebc5bdf6056e24fc2af787bee3eea2.tar.bz2 slibtool-9eda979fc5ebc5bdf6056e24fc2af787bee3eea2.tar.xz |
release 0.5.2v0.5.2
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 14 insertions, 0 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 |