diff options
author | midipix <writeonce@midipix.org> | 2016-12-15 02:06:57 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-12-15 02:13:02 -0500 |
commit | 5ab1d913c29c64c376c2fb75bb905eaed68aeaa2 (patch) | |
tree | 3f0935c34dad1494726e3272ca31daa717e6fae5 /NEWS | |
parent | ec5e56b417a69747befea0d373aeff18016433ad (diff) | |
download | slibtool-5ab1d913c29c64c376c2fb75bb905eaed68aeaa2.tar.bz2 slibtool-5ab1d913c29c64c376c2fb75bb905eaed68aeaa2.tar.xz |
release 0.5.13v0.5.13
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +0.5.13: + +This patch release ensures successful installation of a shared library with +which no accompanying static archive was created. The release also includes +two improvements in slibtool's own build system. + +- link mode: create an archive /dev/null symlink placeholder as needed. +- PE soname support: added the designated LDFLAGS_SONAME variable. +- build system: configure: pass --sysroot to the linker as a compiler argument. + 0.5.12: This patch release includes a variety of fixes and improvements in slibtool's |