summaryrefslogtreecommitdiff
diff options
authormidipix <[email protected]>2025-09-27 21:21:53 +0000
committermidipix <[email protected]>2025-09-27 21:32:47 +0000
commitf8a596aaf485fea4c2379b94329ac26b92589a60 (patch)
treef75cf0bf64bf0ed9731d0793529a78188edee4d1
parent36cef51f48b4e46a55cc48ba1559f0dc147c09a1 (diff)
downloadslibtool-main.tar.bz2
slibtool-main.tar.xz
release 0.7.4HEADv0.7.4main
-rw-r--r--NEWS16
-rw-r--r--project/tagver.mk2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e120e59..3c7cd35 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+0.7.4:
+
+This patch release includes several advances in the area of slibtoolize,
+as well two important adjustments in the ar backend, owing to llvm-ar's
+deduplication of long-name strings.
+
+ar: properly handle llvm-ar's long-name deduplication.
+ar: store string table size for internal use.
+ar: calculate the required size of long-name data.
+aux: LTDL_SET_PRELOADED_SYMBOLS is now provided by libsltdl.
+slibtool.m4: fix propagation of user's SLIBTOOL environment variable.
+slibtool.m4: SLIBTOOL propagation: handle deeply-nested sub-directories.
+slibtool.m4: further enhance the _slibtool_util and _slibtool_args logic.
+slibtool.m4: slibtool_set_flavor(): fix wildcard notation in case statement.
+slibtool.m4: _slibtool_args logic: elegantly handle --prefer-sltdl.
+
0.7.3:
This patch release presents several minor fixes and small improvements.
diff --git a/project/tagver.mk b/project/tagver.mk
index b0d4ff0..e88c14f 100644
--- a/project/tagver.mk
+++ b/project/tagver.mk
@@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT
VER_MAJOR = 0
VER_MINOR = 7
-VER_PATCH = 3
+VER_PATCH = 4