diff options
author | midipix <writeonce@midipix.org> | 2025-06-16 20:57:41 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-06-16 20:57:41 +0000 |
commit | 48015f5396f0a536b5c21fae51d0326f74922495 (patch) | |
tree | 0de854078ea8d1e31f828eb564f96ce0afe30d8f | |
parent | 77e885a175cbf7323d6f4294adfe7a7b5efb4f0c (diff) | |
download | slibtool-48015f5396f0a536b5c21fae51d0326f74922495.tar.bz2 slibtool-48015f5396f0a536b5c21fae51d0326f74922495.tar.xz |
release 0.7.2v0.7.2
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | project/tagver.mk | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +0.7.2: + +The purpose of this patch release, with only four small changes since the +previous tagged release, is to accelerate testing of slibtool and slibtoolize +integration on Adelie Linux. + +m4/slibtool.m4: SLIBTOOL: avoid a trailing space when SLIBTOOL_FLAGS is not set. +m4/slibtool.m4: AR, NM, RANLIB: special-case identical ${build} and ${host}. +slbt_init_host_params(): --mkvars=... code path: enable heuristics as needed. +slbt_get_mkvars_var(): optimmize the code path for set but empty variables. + 0.7.1: This patch release enhances the slibtoolize's ability to serve as diff --git a/project/tagver.mk b/project/tagver.mk index 26728a4..133b727 100644 --- a/project/tagver.mk +++ b/project/tagver.mk @@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT VER_MAJOR = 0 VER_MINOR = 7 -VER_PATCH = 1 +VER_PATCH = 2 |