summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS11
-rw-r--r--project/tagver.mk2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 66f112e..ac8cc3a 100644
--- a/NEWS
+++ b/NEWS
@@ -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