diff options
-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.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 |