diff options
author | midipix <writeonce@midipix.org> | 2025-06-10 09:53:11 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-06-10 09:53:11 +0000 |
commit | f5bf1b010a3016e3809f35220435e8e647537b6a (patch) | |
tree | 2bfe10e1b95ea91441f62decc0600fefe786c943 | |
parent | fcca1d5b6f29412ca7ea4818cfb0608e22f84dd4 (diff) | |
download | slibtool-f5bf1b010a3016e3809f35220435e8e647537b6a.tar.bz2 slibtool-f5bf1b010a3016e3809f35220435e8e647537b6a.tar.xz |
release 0.7.1v0.7.1
-rw-r--r-- | NEWS | 15 | ||||
-rw-r--r-- | project/tagver.mk | 2 |
2 files changed, 16 insertions, 1 deletions
@@ -1,3 +1,18 @@ +0.7.1: + +This patch release enhances the slibtoolize's ability to serve as +a libtoolize drop-in replacement. In terms of new features, it is +now possible to configure the default binary tool (ar, as, nm, ranlib) +to be invoked by slibtool (as opposed to the non-prefixed tools that +are mandated by posix) when performing a native build. + + +project: new configure options: --with-preferred-host-{ar|as|nm|ranlib} +slibtool.m4: provide the LT_CONFIG_LTDL_DIR macro. +slibtool.m4: provide the LTDL_INIT macro. +slibtool.m4, m4/sltdl.m4: provide the LIBLTDL, LTDLINCL, and LTDLDEPS vars. +slibtoolize: fully support --ltdl, LTDL_INIT, and LT_CONFIG_LTDL_DIR. + 0.7.0: This minor release follows the initial release of sltdl alongside diff --git a/project/tagver.mk b/project/tagver.mk index 0f290d4..26728a4 100644 --- a/project/tagver.mk +++ b/project/tagver.mk @@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT VER_MAJOR = 0 VER_MINOR = 7 -VER_PATCH = 0 +VER_PATCH = 1 |