From 5ab1d913c29c64c376c2fb75bb905eaed68aeaa2 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 15 Dec 2016 02:06:57 -0500 Subject: release 0.5.13 --- NEWS | 10 ++++++++++ project/tagver.mk | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 00dbe09..0567c86 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +0.5.13: + +This patch release ensures successful installation of a shared library with +which no accompanying static archive was created. The release also includes +two improvements in slibtool's own build system. + +- link mode: create an archive /dev/null symlink placeholder as needed. +- PE soname support: added the designated LDFLAGS_SONAME variable. +- build system: configure: pass --sysroot to the linker as a compiler argument. + 0.5.12: This patch release includes a variety of fixes and improvements in slibtool's diff --git a/project/tagver.mk b/project/tagver.mk index 72d69d8..acc603e 100644 --- a/project/tagver.mk +++ b/project/tagver.mk @@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT VER_MAJOR = 0 VER_MINOR = 5 -VER_PATCH = 12 +VER_PATCH = 13 -- cgit v1.2.3