diff options
-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 |