From 0d282345b3e69f0c9f17a8b7b37daa9b89e6714d Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 5 Feb 2018 20:46:56 -0500 Subject: release 0.5.18 --- NEWS | 14 ++++++++++++++ project/tagver.mk | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4f59a2a..ff29860 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +0.5.18: + +This patch release includes several important fixes to the link mode +and driver logic. In addition, it adds mdso support to midipix targets, +as well as updates slibtool's own build system. + +- link mode: re-implemented slbt_exec_link_finalize_argument_vector(). +- link mode: import library generation: added mdso support. +- link mode: use -fpic objects with -disable-static. +- driver: added --mdso and --implib support. +- driver: added initial -dlpreopen support. +- driver: support -thread-safe more elegantly. +- driver: properly handle -thread-safe (no-op, compatibility). + 0.5.17: This patch release fixes a subtle bug in the newly added support for diff --git a/project/tagver.mk b/project/tagver.mk index eef3bd7..af64acb 100644 --- a/project/tagver.mk +++ b/project/tagver.mk @@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT VER_MAJOR = 0 VER_MINOR = 5 -VER_PATCH = 17 +VER_PATCH = 18 -- cgit v1.2.3