From 9c5a301fe8f9f29010a625ac5e7f32d789af1a34 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 5 Apr 2021 13:46:55 +0000 Subject: release 0.5.33 --- NEWS | 21 +++++++++++++++++++++ THANKS | 8 ++++++++ project/tagver.mk | 2 +- 3 files changed, 30 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 503ed8f..8bb8a4a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +0.5.33: + +This patch release provides several bug fixes and improvements, as well as +added support for the NO_COLOR environment variable. + +- driver: always respect the NO_COLOR envvar & SLBT_DRIVER_ANNOTATE_NEVER flag. +- driver: a heuristics-based -disable-shared now overrides --tag=disable-static. +- driver: --tag=disable-shared now overrides a heuristics-based -disable-static. +- link mode: always include deplib dirs in ldpathenv. +- link mode: enclose vnames in wrapper script in braces. +- link mode: always include explicit -L dirs in ldpathenv. +- link mode: shared: use .deps of a static-only .la input argument as needed. +- link mode: require dependency list to be present for all .la input arguments. +- execute mode: fix NULL ptr deref with only one argument. +- execute mode: handle relative -L pathnames & cwd-relative wrapper scripts. +- install mode: slbt_exec_install(): added legacy shtool support. +- install mode: account for a libfoo.a that was created with -disable-static. +- install mode: always respect the SLBT_DRIVER_ANNOTATE_NEVER flag. +- uninstall mode: always respect the SLBT_DRIVER_ANNOTATE_NEVER flag. +- argv.h: tty colors: added argv_usage_plain(). + 0.5.32: This patch release provides several bug fixes as well as the new (or proper) diff --git a/THANKS b/THANKS index 729d9fe..e326c30 100644 --- a/THANKS +++ b/THANKS @@ -1,3 +1,11 @@ +0.5.33: + +This release (as well as the previous one) follows extensive testing +against all of Gentoo's packages. A huge thank you to @orbea for +being the engine behind this process, and special kudos to the +one and only Lucio Andrés Illanes Albornoz for the excellent +contributed patches. + 0.5.12: Thanks to everyone who has been using and testing slibtool since diff --git a/project/tagver.mk b/project/tagver.mk index e39e913..421e28d 100644 --- a/project/tagver.mk +++ b/project/tagver.mk @@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT VER_MAJOR = 0 VER_MINOR = 5 -VER_PATCH = 32 +VER_PATCH = 33 -- cgit v1.2.3