From 9355e9ac6c35be29a7bdc591d484dfd091fb3440 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 23 Jun 2016 19:09:28 -0400 Subject: release 0.5.6 --- NEWS | 10 ++++++++++ project/tagver.mk | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 56e95f9..540bcf0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +0.5.6: + +This patch release contains a few important fixed to program logic, +as well as one addition to slibtool's own build system. + +- driver: added --finish support. +- link mode: properly handle empty dependency files. +- link mode: properly handle absolute path when joining archives. +- build system: support project-specific overrides of OS and toolchain defs. + 0.5.5: This patch release contains a couple of important fixed to program logic, diff --git a/project/tagver.mk b/project/tagver.mk index 4bbcdab..ebb275e 100644 --- a/project/tagver.mk +++ b/project/tagver.mk @@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT VER_MAJOR = 0 VER_MINOR = 5 -VER_PATCH = 5 +VER_PATCH = 6 -- cgit v1.2.3