summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-08-10 15:54:38 -0400
committermidipix <writeonce@midipix.org>2017-08-10 15:54:38 -0400
commit4df68fcd282811eacedf8b1a4253d4982ee9e78c (patch)
treee6d612cf7e94d030e879fca35041a77d3ba23932
parentcd541a44cbf6a1b71eda2c2da4c3b0aaf69d0128 (diff)
downloadslibtool-4df68fcd282811eacedf8b1a4253d4982ee9e78c.tar.bz2
slibtool-4df68fcd282811eacedf8b1a4253d4982ee9e78c.tar.xz
release 0.5.17v0.5.17
-rw-r--r--NEWS5
-rw-r--r--project/tagver.mk2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3c4b297..4f59a2a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+0.5.17:
+
+This patch release fixes a subtle bug in the newly added support for
+packages that depend on the reordering of linker arguments.
+
0.5.16:
This patch release fixes a subtle bug in slibtool-shared's
diff --git a/project/tagver.mk b/project/tagver.mk
index 2bed3e1..eef3bd7 100644
--- a/project/tagver.mk
+++ b/project/tagver.mk
@@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT
VER_MAJOR = 0
VER_MINOR = 5
-VER_PATCH = 16
+VER_PATCH = 17