diff options
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | project/tagver.mk | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -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 |