summaryrefslogtreecommitdiffhomepage
path: root/NEWS
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 /NEWS
parentbddb656ddd72497de22a419ff350facb5022132e (diff)
downloadslibtool-9c5a301fe8f9f29010a625ac5e7f32d789af1a34.tar.bz2
slibtool-9c5a301fe8f9f29010a625ac5e7f32d789af1a34.tar.xz
release 0.5.33v0.5.33
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 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)