summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS18
-rw-r--r--contrib.msg6
-rw-r--r--project/tagver.mk2
3 files changed, 22 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 760e3f5..44a16d1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+0.5.29:
+
+This patch release provides a few important additions and bug fixes,
+as well as several improvements in slibtool's own build system. In
+addition, it denotes the (semantic) transition from midipix.org
+to foss21.org.
+
+- driver: added F77 support.
+- driver: added -XCClinker support.
+- driver: added FC support.
+- driver: host flavors: added suffixed suffixes support.
+- driver: --heuristics: respect explicit --disable-shared and/or -static.
+- driver: resolve conflicting and/or incompatible command-line arguments.
+- driver, link mode: properly implement the -module semantics.
+- driver, compile & link mode: support arbitrary & known compiler wrappers.
+- link mode: host flavors: properly support suffixed suffixes.
+- install mode: host flavors: properly support suffixed suffixes.
+
0.5.28:
This patch release allows the enhanced target-ar logic that was
diff --git a/contrib.msg b/contrib.msg
index 40d549f..f69d49d 100644
--- a/contrib.msg
+++ b/contrib.msg
@@ -1,4 +1,4 @@
-======================================================================
+=========================================================================
this patch is being submitted to the midipix project (www.midipix.org)
-for inclusion in the slibtool component (git://midipix.org/slibtool)
-======================================================================
+for inclusion in the slibtool component (https://git.foss21.org/slibtool)
+=========================================================================
diff --git a/project/tagver.mk b/project/tagver.mk
index 93a4797..bb04bbe 100644
--- a/project/tagver.mk
+++ b/project/tagver.mk
@@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT
VER_MAJOR = 0
VER_MINOR = 5
-VER_PATCH = 28
+VER_PATCH = 29