From 2f2f9d566545274141c89e7e1fb506e176c7ebd5 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 22 Mar 2021 08:37:32 +0000 Subject: release 0.5.32 --- NEWS | 27 +++++++++++++++++++++++++++ project/tagver.mk | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c4add70..503ed8f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,30 @@ +0.5.32: + +This patch release provides several bug fixes as well as the new (or proper) +implementation of previously missing features. + +- driver: added -Xlinker support. +- driver: support -static-libtool-libs (currently as a no-op). +- driver: slbt_init_flavor_settings(): properly handle the -shrext argument. +- driver: --version: update the git repository reference to the https variant. +- link mode: check for and properly support -version-info with -release. +- link mode: .def file name: added proper -release support. +- link mode: slbt_exec_link(): record the -shrext argument for the install step. +- install mode: support wrapping of /path/to/sh /path/to/install-sh. +- install mode: slbt_exec_install_entry(): added -shrext support. +- uninstall mode: remove hard-coded shell logic, revisit later as needed. +- heuristics: support finding arbitrarily named scripts up the build tree. +- heuristics: added (annotated) trace output. +- heuristics: slbt_lconf_open(): added (annotated) trace_result(). +- output: print out the recorded not-found path. +- output: added slbt_output_fdcwd(). +- internals: error tracing: record the not-found path upon ENOENT as needed. +- library: compile & link modes: properly record the not-found path upon error. +- helper api: added slbt_realpath(). +- build system: ccenv_{tool|attr}_epilog(): properly handle long output strings. +- project: added BUGS and a note on where to report bugs and issues. +- project: config.project: update $mb_pkgrep to the https variant. + 0.5.31: This patch release fixes a regression in the 0.5.29 release, diff --git a/project/tagver.mk b/project/tagver.mk index a721048..e39e913 100644 --- a/project/tagver.mk +++ b/project/tagver.mk @@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT VER_MAJOR = 0 VER_MINOR = 5 -VER_PATCH = 31 +VER_PATCH = 32 -- cgit v1.2.3