summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--project/tagver.mk2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bbb9e60..760e3f5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+0.5.28:
+
+This patch release allows the enhanced target-ar logic that was
+introduced in the previous patch release to properly work on legacy
+systems with a tricky posix_spawnp() implementation.
+
+- driver: enhanced target-ar logic: accommodate legacy systems.
+
0.5.27:
This patch release provides an important enhancement with respect to the
diff --git a/project/tagver.mk b/project/tagver.mk
index c0d92f4..93a4797 100644
--- a/project/tagver.mk
+++ b/project/tagver.mk
@@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT
VER_MAJOR = 0
VER_MINOR = 5
-VER_PATCH = 27
+VER_PATCH = 28