summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2020-09-13 03:17:20 +0000
committermidipix <writeonce@midipix.org>2020-09-13 03:17:20 +0000
commitd9e9392b897381cd59d12df926f2cbe68de74324 (patch)
tree2be50d5b6a351b1d38c314a0f25b2da9af4577bf
parent0b404d0ff40eb6eb6315e8d58e809d6adc5f34c8 (diff)
downloadslibtool-d9e9392b897381cd59d12df926f2cbe68de74324.tar.bz2
slibtool-d9e9392b897381cd59d12df926f2cbe68de74324.tar.xz
release 0.5.31v0.5.31
-rw-r--r--NEWS10
-rw-r--r--project/tagver.mk2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fc90010..c4add70 100644
--- a/NEWS
+++ b/NEWS
@@ -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