From d1c2e6475bca194018630e4734ce9566017d0313 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 6 Aug 2017 04:07:07 -0400 Subject: release 0.5.14 --- NEWS | 13 +++++++++++++ project/tagver.mk | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0567c86..827d0d0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +0.5.14: + +This patch release provides several fixes at the driver level, as well as +several improvements to slibtool's own internals. Addition of extended +variable support to slibtool's ./configure now makes it fully compatible +with (distro) build systems that pass those variable to ./configure by +default. + +- link mode: fix fdepfile construction when determining dynlib dependency. +- link mode: static archives: always have ar(1) act as ranlib(1). +- driver: refine handling of --target. +- build system: added extended dir variables. + 0.5.13: This patch release ensures successful installation of a shared library with diff --git a/project/tagver.mk b/project/tagver.mk index acc603e..c133010 100644 --- a/project/tagver.mk +++ b/project/tagver.mk @@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT VER_MAJOR = 0 VER_MINOR = 5 -VER_PATCH = 13 +VER_PATCH = 14 -- cgit v1.2.3