summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--NEWS11
-rw-r--r--project/tagver.mk2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ff29860..21db91e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+0.5.19:
+
+This patch release includes several improvements in the driver logic,
+as well as one important fix to the compile mode logic.
+
+- driver: support -export-dynamic.
+- driver: allow flavor-based use of native tools (ar,ranlib,etc.)
+- driver: slbt_init_host_params(): improve native target detection logic.
+- driver: -shrext support: only use the extension portion of the extension.
+- compile mode: gnu libtool compatibility: do not add -c to compiler arguments.
+
0.5.18:
This patch release includes several important fixes to the link mode
diff --git a/project/tagver.mk b/project/tagver.mk
index af64acb..2f666b8 100644
--- a/project/tagver.mk
+++ b/project/tagver.mk
@@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT
VER_MAJOR = 0
VER_MINOR = 5
-VER_PATCH = 18
+VER_PATCH = 19