diff options
author | midipix <writeonce@midipix.org> | 2018-06-23 02:08:19 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-06-23 02:08:19 -0400 |
commit | 17c1990c1c51a8f0549a59f00aa5cfca91517a98 (patch) | |
tree | 458e874670a3aa7b6c9f3eab390db478ecd68379 | |
parent | 23b10108b56a851debb4d1e142e64b6d155e1fc3 (diff) | |
download | slibtool-17c1990c1c51a8f0549a59f00aa5cfca91517a98.tar.bz2 slibtool-17c1990c1c51a8f0549a59f00aa5cfca91517a98.tar.xz |
release 0.5.20v0.5.20
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | project/tagver.mk | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,15 @@ +0.5.20: + +This patch release includes several important bug fixes pertaining to both +the link and compile mode, as well as the addition of a compatible --features +output. + +- driver: added slbt_output_features(), providing compatible --features output. +- driver: compatibility: have -{shared|static} imply -disable-{static|shared}. +- link mode: properly handle the combination of -release and -version-info. +- link mode: slbt_exec_link_create_dep_file(): record top-level -L arguments. +- link mode: --disable-{shared|static}: use differently-named placeholders. + 0.5.19: This patch release includes several improvements in the driver logic, diff --git a/project/tagver.mk b/project/tagver.mk index 2f666b8..9bfd4c7 100644 --- a/project/tagver.mk +++ b/project/tagver.mk @@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT VER_MAJOR = 0 VER_MINOR = 5 -VER_PATCH = 19 +VER_PATCH = 20 |