summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--NEWS13
-rw-r--r--project/tagver.mk2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a86154a..3fcdc67 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+0.5.11:
+
+This patch release provides -portbld- support for systems that still need
+it, as well as an initial implementation of the --uninstall mode. In addition,
+this release includes a few important bug fixes, as well as adds --source-dir
+support to slibtool's own build system.
+
+- driver: accommodate hosts that occasionally use '-portbld-' in their triple.
+- link mode: properly handle -all-static when creating an executable image.
+- link mode: add -L.libs for current-directory .la input arguments.
+- uninstall mode: initial implementation.
+- build system: support setting an external folder as the source directory.
+
0.5.10:
This patch release fixes the following subtle link-mode bugs:
diff --git a/project/tagver.mk b/project/tagver.mk
index 7834cca..cc5c5fb 100644
--- a/project/tagver.mk
+++ b/project/tagver.mk
@@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT
VER_MAJOR = 0
VER_MINOR = 5
-VER_PATCH = 10
+VER_PATCH = 11