diff options
author | midipix <writeonce@midipix.org> | 2018-11-07 23:59:50 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-11-07 23:59:50 -0500 |
commit | 5be89b29afe7144902ea5bb6479849541b0b10b8 (patch) | |
tree | 7360bfe1545c70b646cf68e781b5929da098c516 | |
parent | a62f9038bdfb998958afbd3097656dfa6d611cc2 (diff) | |
download | slibtool-5be89b29afe7144902ea5bb6479849541b0b10b8.tar.bz2 slibtool-5be89b29afe7144902ea5bb6479849541b0b10b8.tar.xz |
release 0.5.28v0.5.28
-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 |