summaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-11-07 12:41:21 -0500
committermidipix <writeonce@midipix.org>2018-11-07 12:41:21 -0500
commit4c6c6b405a732e2ad1c9fb1278cfd8f40927828c (patch)
tree3c30d48943a827fff8443b6c9819a739f1460157 /NEWS
parentd5e3aeb1ff6e4b0fccbee646d51a6e370863c832 (diff)
downloadslibtool-4c6c6b405a732e2ad1c9fb1278cfd8f40927828c.tar.bz2
slibtool-4c6c6b405a732e2ad1c9fb1278cfd8f40927828c.tar.xz
release 0.5.27v0.5.27
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8580c74..bbb9e60 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+0.5.27:
+
+This patch release provides an important enhancement with respect to the
+identification of the ar tool to be invoked in slibtool's link mode. More
+specifically, rather than relying on the presence of <target>-ar, slibtool
+will now attempt to invoke, as needed, several alternate ar tools in the
+following order: <target>-ar, <target>-<compiler>-ar, and, in the case
+of the native target, also <compiler>-ar and ar.
+
+- driver: slbt_init_host_params(): enhance the target-ar related logic.
+
0.5.26:
This patch release follows significant improvements in, as well as additions