diff options
author | midipix <writeonce@midipix.org> | 2016-05-15 20:30:40 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-05-15 20:30:40 -0400 |
commit | 74cc93021c5f4266e40638cb484279dabd9c6332 (patch) | |
tree | 700966a05043402ae74ae68942b9a669a2ec8c43 | |
parent | 741f6fc9a3dd3ce8a22b36a6145a63fd602cc923 (diff) | |
download | slibtool-74cc93021c5f4266e40638cb484279dabd9c6332.tar.bz2 slibtool-74cc93021c5f4266e40638cb484279dabd9c6332.tar.xz |
release 0.5.4v0.5.4
-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.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 |