summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-09-11 09:52:22 -0400
committermidipix <writeonce@midipix.org>2016-09-11 09:52:22 -0400
commit7f7c4f95802cd8d430bb305f01e04560a55c5471 (patch)
tree94d59b11da3cf74374729c20376645033d54603a
parent6fda2b770fedb6ca3553bcb3490a4c1738495d23 (diff)
downloadslibtool-7f7c4f95802cd8d430bb305f01e04560a55c5471.tar.bz2
slibtool-7f7c4f95802cd8d430bb305f01e04560a55c5471.tar.xz
release 0.5.8v0.5.8
-rw-r--r--NEWS12
-rw-r--r--project/tagver.mk2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 336eac1..3202b2c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+0.5.8:
+
+This patch release follows several important bug-fixes, as well as the
+addition and integration of error trace support.
+
+- install mode: support the -f (force copy) command line argument.
+- link mode: properly use dependency information associated with .la wrappers.
+- link mode: ignore -rpath when deciding whether to create an executable.
+- utility: added error trace support, integration, and annotated output.
+- library: added public error trace interfaces.
+- argv.h: error message formatting: handle lonely long options.
+
0.5.7:
This patch release contains one future-looking change in the project's
diff --git a/project/tagver.mk b/project/tagver.mk
index ada354c..67fceda 100644
--- a/project/tagver.mk
+++ b/project/tagver.mk
@@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT
VER_MAJOR = 0
VER_MINOR = 5
-VER_PATCH = 7
+VER_PATCH = 8