diff options
author | midipix <writeonce@midipix.org> | 2018-05-19 00:52:57 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-05-19 00:59:37 -0400 |
commit | 59c14f10644062a1f7ff5980d7174ad5bd726841 (patch) | |
tree | 4628d05209e0f4620597fde1b116e10b88e7e103 /NEWS | |
parent | c61b5b501561b48b2d9c1037e3dd950f64cf10b7 (diff) | |
download | slibtool-59c14f10644062a1f7ff5980d7174ad5bd726841.tar.bz2 slibtool-59c14f10644062a1f7ff5980d7174ad5bd726841.tar.xz |
release 0.5.19v0.5.19
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +0.5.19: + +This patch release includes several improvements in the driver logic, +as well as one important fix to the compile mode logic. + +- driver: support -export-dynamic. +- driver: allow flavor-based use of native tools (ar,ranlib,etc.) +- driver: slbt_init_host_params(): improve native target detection logic. +- driver: -shrext support: only use the extension portion of the extension. +- compile mode: gnu libtool compatibility: do not add -c to compiler arguments. + 0.5.18: This patch release includes several important fixes to the link mode |