summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-09-25 22:41:29 -0400
committermidipix <writeonce@midipix.org>2016-09-25 22:41:29 -0400
commitf74b92cf929b833723ec2e6471205ad0cf431e1a (patch)
treed6fb6b7fe0c7ad3f774a1caf982adb3879a883ce
parente5d83d0dcc7740b98989572ba6de7c3de36b5606 (diff)
downloadslibtool-f74b92cf929b833723ec2e6471205ad0cf431e1a.tar.bz2
slibtool-f74b92cf929b833723ec2e6471205ad0cf431e1a.tar.xz
release 0.5.11v0.5.11
-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