summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-04-05 13:46:55 +0000
committermidipix <writeonce@midipix.org>2021-04-05 13:46:55 +0000
commit9c5a301fe8f9f29010a625ac5e7f32d789af1a34 (patch)
treec175dd64a45ccc0330be02e8077068ad9b3e23bb
parentbddb656ddd72497de22a419ff350facb5022132e (diff)
downloadslibtool-0.5.33.tar.bz2
slibtool-0.5.33.tar.xz
release 0.5.33v0.5.33
-rw-r--r--NEWS21
-rw-r--r--THANKS8
-rw-r--r--project/tagver.mk2
3 files changed, 30 insertions, 1 deletions
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