summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2025-05-17 00:50:46 +0000
committermidipix <writeonce@midipix.org>2025-05-17 00:50:46 +0000
commit5a897c85025eda71a1d6b3362cf4ef8634ce218f (patch)
tree181e5d555cc93c382f7cc9bfd00988af0914d9c5
parent23a1e234b8f9bca59d8fc3d997db33eeeb975b63 (diff)
downloadslibtool-b22c773aa3d10db2828502fe1de7b8d789c2d2b3.tar.bz2
slibtool-b22c773aa3d10db2828502fe1de7b8d789c2d2b3.tar.xz
release 0.7.0HEADv0.7.0main
-rw-r--r--NEWS22
-rw-r--r--project/tagver.mk4
2 files changed, 24 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 258b7fe..38338bd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+0.7.0:
+
+This minor release follows the initial release of sltdl alongside
+several corresponding fixes to and enhancements in slibtool.m4 and
+the slibtoolize command execution mode.
+
+To seamlessly use slibtool as a libtool drop-in replacement with projects
+that utilize the ltdl interfaces, it is recommended that you first install
+sltdl (obtain a release tarball from dl.foss21.org/sltdl/, or otherwise
+clone the git repository from https://git.foss21.org/cross/sltdl), and
+then _autoreconf_ the source tree of the project being built. For further
+details, please see sltdl's initial release notes.
+
+- driver: slbt_get_lconf_flags(): also parse the sltdl preference option.
+- driver: slbt_output_config_mkvars(): also export the sltdl preference option.
+- driver: slibtoolize mode: added 'libtoolize' as a synonym for 'slibtoolize'.
+- driver: --prefer-sltdl: implementation and link-mode integration.
+- slibtoolize: slbt_stoolie_options[]: fix typo.
+- slibtoolize: prefer libsltdl unless invoked with the --system-ltdl argument.
+- slibtoolize: reimplement --system-ltdl by way of an informative tag file.
+- slibtool.m4: fix embedding of the SLIBTOOL_SYSROOT & SLIBTOOL_FLAGS variables.
+
0.6.1:
This patch release fixes incorrect formatted printing of
diff --git a/project/tagver.mk b/project/tagver.mk
index cec273c..0f290d4 100644
--- a/project/tagver.mk
+++ b/project/tagver.mk
@@ -1,5 +1,5 @@
VER_NAMESPACE = SLBT
VER_MAJOR = 0
-VER_MINOR = 6
-VER_PATCH = 1
+VER_MINOR = 7
+VER_PATCH = 0