diff --git a/NEWS b/NEWS index ad144dc..0995d2f 100644 --- a/NEWS +++ b/NEWS @@ -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