diff options
author | midipix <writeonce@midipix.org> | 2020-09-13 03:17:20 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-09-13 03:17:20 +0000 |
commit | d9e9392b897381cd59d12df926f2cbe68de74324 (patch) | |
tree | 2be50d5b6a351b1d38c314a0f25b2da9af4577bf | |
parent | 0b404d0ff40eb6eb6315e8d58e809d6adc5f34c8 (diff) | |
download | slibtool-d9e9392b897381cd59d12df926f2cbe68de74324.tar.bz2 slibtool-d9e9392b897381cd59d12df926f2cbe68de74324.tar.xz |
release 0.5.31v0.5.31
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | project/tagver.mk | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +0.5.31: + +This patch release fixes a regression in the 0.5.29 release, +specifically in the implementation of the -module semantics, +as well as a latent bug in the algorithm for finding a build +project's generated libtool script. + +- link mode: properly handle .la targets built with -module. +- libtool finder: exit loop upon reaching the root directory. + 0.5.30: This patch release fixes sed usage ('\s' vs '[[:space:]]') in diff --git a/project/tagver.mk b/project/tagver.mk index b8b3f71..a721048 100644 --- a/project/tagver.mk +++ b/project/tagver.mk @@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT VER_MAJOR = 0 VER_MINOR = 5 -VER_PATCH = 30 +VER_PATCH = 31 |