From 74cc93021c5f4266e40638cb484279dabd9c6332 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 15 May 2016 20:30:40 -0400 Subject: release 0.5.4 --- NEWS | 12 ++++++++++++ project/tagver.mk | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b61a761..ea70e8f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +0.5.4: + +This patch release includes a few fixes to the program logic and output, +as well as several improvements in slibtool's own build system. + +- link mode: always create the .libs directory. +- output: flush stdout upon return from output functions. +- build system: remove generic dependency of object files on version.tag. +- build system: moved core definition files to a designated folder. +- build system: PE targets: handle subsystem setting in pe.mk. +- build system: added --avoid-version support. + 0.5.3: This patch release includes a few minor fixes and several improvements, all diff --git a/project/tagver.mk b/project/tagver.mk index 668d16d..f2f5455 100644 --- a/project/tagver.mk +++ b/project/tagver.mk @@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT VER_MAJOR = 0 VER_MINOR = 5 -VER_PATCH = 3 +VER_PATCH = 4 -- cgit v1.2.3