From 8f07c59b89632f15559720c95e994d512219a0ff Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 14 Sep 2016 08:55:11 -0400 Subject: release 0.5.9 --- NEWS | 11 +++++++++++ project/tagver.mk | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3202b2c..9fef199 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +0.5.9: + +This patch release enhances support of indirect dependencies, as well +the handling of direct invocation of executables (as opposed to passing +an executable to gdb or similar as an argument). + +- execute mode: properly handle direct program invocation. +- link mode: account for directory depth when generating .deps for .la wrapper. +- link mode: properly handle sub-directories in indirect .la wrapper dependency. +- link mode: properly handle dependency information in current-dir .la wrappers. + 0.5.8: This patch release follows several important bug-fixes, as well as the diff --git a/project/tagver.mk b/project/tagver.mk index 67fceda..b9f1279 100644 --- a/project/tagver.mk +++ b/project/tagver.mk @@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT VER_MAJOR = 0 VER_MINOR = 5 -VER_PATCH = 8 +VER_PATCH = 9 -- cgit v1.2.3