diff options
author | midipix <writeonce@midipix.org> | 2016-05-21 14:04:34 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-05-21 14:04:34 -0400 |
commit | 3643b93a2477d87b5769ebfd799942685ab1b725 (patch) | |
tree | 437ff305ae34949243935a899ecffee096aa33c5 | |
parent | a9cfe4a0639462e3834adee3d6136c3d41c5dce3 (diff) | |
download | slibtool-3643b93a2477d87b5769ebfd799942685ab1b725.tar.bz2 slibtool-3643b93a2477d87b5769ebfd799942685ab1b725.tar.xz |
release 0.5.5v0.5.5
-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.5: + +This patch release contains a couple of important fixed to program logic, +and a few minor improvements in slibtool's own build system. + +- link mode: support over-linking for an .la wrapper linker input argument. +- execute mode: properly handle the current working directory. +- build system: added support for [C|LD]FLAGS_LAST and [C|LD]FLAGS_ONCE. +- build system: avoid side effects on the build system due to git-status. + 0.5.4: This patch release includes a few fixes to the program logic and output, diff --git a/project/tagver.mk b/project/tagver.mk index f2f5455..4bbcdab 100644 --- a/project/tagver.mk +++ b/project/tagver.mk @@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT VER_MAJOR = 0 VER_MINOR = 5 -VER_PATCH = 4 +VER_PATCH = 5 |