From d9e9392b897381cd59d12df926f2cbe68de74324 Mon Sep 17 00:00:00 2001 From: midipix Date: Sep 13 2020 03:17:20 +0000 Subject: release 0.5.31 --- 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