diff options
author | midipix <writeonce@midipix.org> | 2016-09-25 22:41:29 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-09-25 22:41:29 -0400 |
commit | f74b92cf929b833723ec2e6471205ad0cf431e1a (patch) | |
tree | d6fb6b7fe0c7ad3f774a1caf982adb3879a883ce /NEWS | |
parent | e5d83d0dcc7740b98989572ba6de7c3de36b5606 (diff) | |
download | slibtool-f74b92cf929b833723ec2e6471205ad0cf431e1a.tar.bz2 slibtool-f74b92cf929b833723ec2e6471205ad0cf431e1a.tar.xz |
release 0.5.11v0.5.11
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +0.5.11: + +This patch release provides -portbld- support for systems that still need +it, as well as an initial implementation of the --uninstall mode. In addition, +this release includes a few important bug fixes, as well as adds --source-dir +support to slibtool's own build system. + +- driver: accommodate hosts that occasionally use '-portbld-' in their triple. +- link mode: properly handle -all-static when creating an executable image. +- link mode: add -L.libs for current-directory .la input arguments. +- uninstall mode: initial implementation. +- build system: support setting an external folder as the source directory. + 0.5.10: This patch release fixes the following subtle link-mode bugs: |