From f74b92cf929b833723ec2e6471205ad0cf431e1a Mon Sep 17 00:00:00 2001 From: midipix Date: Sep 26 2016 02:41:29 +0000 Subject: release 0.5.11 --- diff --git a/NEWS b/NEWS index a86154a..3fcdc67 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +0.5.11: + +This patch release provides -portbld- support for systems that still need +it, as well as an initial implementation of the --uninstall mode. In addition, +this release includes a few important bug fixes, as well as adds --source-dir +support to slibtool's own build system. + +- driver: accommodate hosts that occasionally use '-portbld-' in their triple. +- link mode: properly handle -all-static when creating an executable image. +- link mode: add -L.libs for current-directory .la input arguments. +- uninstall mode: initial implementation. +- build system: support setting an external folder as the source directory. + 0.5.10: This patch release fixes the following subtle link-mode bugs: diff --git a/project/tagver.mk b/project/tagver.mk index 7834cca..cc5c5fb 100644 --- a/project/tagver.mk +++ b/project/tagver.mk @@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT VER_MAJOR = 0 VER_MINOR = 5 -VER_PATCH = 10 +VER_PATCH = 11