From 5be89b29afe7144902ea5bb6479849541b0b10b8 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 7 Nov 2018 23:59:50 -0500 Subject: release 0.5.28 --- NEWS | 8 ++++++++ project/tagver.mk | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3