summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-09-15 19:38:47 -0400
committermidipix <writeonce@midipix.org>2016-09-15 19:38:47 -0400
commite7323083cef75db971720fd4367c78cfc3ec4d08 (patch)
tree9c1e010bff0c0429ab3b23d6b7531b3fe140b626
parentffa593c0605bda78be7568c1514583a283c4b902 (diff)
downloadslibtool-e7323083cef75db971720fd4367c78cfc3ec4d08.tar.bz2
slibtool-e7323083cef75db971720fd4367c78cfc3ec4d08.tar.xz
release 0.5.10v0.5.10
-rw-r--r--NEWS7
-rw-r--r--project/tagver.mk2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9fef199..a86154a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+0.5.10:
+
+This patch release fixes the following subtle link-mode bugs:
+
+- link mode: archive creation: .la-associated objects are always under .libs/.
+- link mode: soname: properly handle -module when output begins with dso prefix.
+
0.5.9:
This patch release enhances support of indirect dependencies, as well
diff --git a/project/tagver.mk b/project/tagver.mk
index b9f1279..7834cca 100644
--- a/project/tagver.mk
+++ b/project/tagver.mk
@@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT
VER_MAJOR = 0
VER_MINOR = 5
-VER_PATCH = 9
+VER_PATCH = 10