summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-06-25 16:50:47 -0400
committermidipix <writeonce@midipix.org>2016-06-25 16:50:47 -0400
commitdaf3df1ea9a5947b0647e97b3500d11b45b875ca (patch)
treef29dc8347cba42db09924de653145c066a43cb2d
parent54128b6bf05d248fe6f0a7fd48927b8a279eef44 (diff)
downloadslibtool-daf3df1ea9a5947b0647e97b3500d11b45b875ca.tar.bz2
slibtool-daf3df1ea9a5947b0647e97b3500d11b45b875ca.tar.xz
release 0.5.7v0.5.7
-rw-r--r--NEWS10
-rw-r--r--project/tagver.mk2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 540bcf0..336eac1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+0.5.7:
+
+This patch release contains one future-looking change in the project's
+design, as well as a few improvements in slibtool's own build system.
+
+- utility: added slbt_main() as a public interface, refactored accordingly.
+- utility: improved box integration, removed need for build-time macro.
+- build system: warn only upon failure to detect native size of pointer.
+- build system: add a test for legacy gcc versions.
+
0.5.6:
This patch release contains a few important fixed to program logic,
diff --git a/project/tagver.mk b/project/tagver.mk
index ebb275e..ada354c 100644
--- a/project/tagver.mk
+++ b/project/tagver.mk
@@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT
VER_MAJOR = 0
VER_MINOR = 5
-VER_PATCH = 6
+VER_PATCH = 7