summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-03-22 08:37:32 +0000
committermidipix <writeonce@midipix.org>2021-03-22 08:37:32 +0000
commit2f2f9d566545274141c89e7e1fb506e176c7ebd5 (patch)
treebfc95a7ca15f0b2bdbf40b303dd2315f4b059095
parent87b0f785dbe71aa6c19fbe7daeef9834798478d3 (diff)
downloadslibtool-2f2f9d566545274141c89e7e1fb506e176c7ebd5.tar.bz2
slibtool-2f2f9d566545274141c89e7e1fb506e176c7ebd5.tar.xz
release 0.5.32v0.5.32
-rw-r--r--NEWS27
-rw-r--r--project/tagver.mk2
2 files changed, 28 insertions, 1 deletions
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