summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS14
-rw-r--r--project/tagver.mk2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4f59a2a..ff29860 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+0.5.18:
+
+This patch release includes several important fixes to the link mode
+and driver logic. In addition, it adds mdso support to midipix targets,
+as well as updates slibtool's own build system.
+
+- link mode: re-implemented slbt_exec_link_finalize_argument_vector().
+- link mode: import library generation: added mdso support.
+- link mode: use -fpic objects with -disable-static.
+- driver: added --mdso and --implib support.
+- driver: added initial -dlpreopen support.
+- driver: support -thread-safe more elegantly.
+- driver: properly handle -thread-safe (no-op, compatibility).
+
0.5.17:
This patch release fixes a subtle bug in the newly added support for
diff --git a/project/tagver.mk b/project/tagver.mk
index eef3bd7..af64acb 100644
--- a/project/tagver.mk
+++ b/project/tagver.mk
@@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT
VER_MAJOR = 0
VER_MINOR = 5
-VER_PATCH = 17
+VER_PATCH = 18