diff options
author | midipix <writeonce@midipix.org> | 2017-08-10 12:36:14 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-08-10 12:36:14 -0400 |
commit | 79932950b9140fc1604904a13311b87c1929f751 (patch) | |
tree | 2f4351dc71e6b608c298c42f0e8b36bd2b5eb0e5 | |
parent | fb50c9c53f08e4b6ef1bdec3ee56d6b7f138b04c (diff) | |
download | slibtool-79932950b9140fc1604904a13311b87c1929f751.tar.bz2 slibtool-79932950b9140fc1604904a13311b87c1929f751.tar.xz |
release 0.5.16v0.5.16
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | project/tagver.mk | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +0.5.16: + +This patch release fixes a subtle bug in slibtool-shared's +generation of dependency lists when creating convenience +library archives. Beginning with this release, the mesa +package can be built with slibtool in its entirety. + +- slibtool-shared: properly handle .la arguments when creating an archive. +- slbt_exec_link_create_dep_file(): properly initialize and track fdeps. + 0.5.15: This patch release provides seamless support for the building of diff --git a/project/tagver.mk b/project/tagver.mk index 5d913e7..2bed3e1 100644 --- a/project/tagver.mk +++ b/project/tagver.mk @@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT VER_MAJOR = 0 VER_MINOR = 5 -VER_PATCH = 15 +VER_PATCH = 16 |