diff options
author | midipix <[email protected]> | 2025-09-27 21:21:53 +0000 |
---|---|---|
committer | midipix <[email protected]> | 2025-09-27 21:32:47 +0000 |
commit | f8a596aaf485fea4c2379b94329ac26b92589a60 (patch) | |
tree | f75cf0bf64bf0ed9731d0793529a78188edee4d1 | |
parent | 36cef51f48b4e46a55cc48ba1559f0dc147c09a1 (diff) | |
download | slibtool-main.tar.bz2 slibtool-main.tar.xz |
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | project/tagver.mk | 2 |
2 files changed, 17 insertions, 1 deletions
@@ -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 |