summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-05-03 20:54:52 -0400
committermidipix <writeonce@midipix.org>2016-05-03 20:54:52 -0400
commit316ae0769766209ac00415cf3d25ec808feb371f (patch)
treee5c471f642c06e17b0e2292a8d73ab06fe4aa91b
parentd723e1964c6329410375529fa8e4874ded4c3e2b (diff)
downloadslibtool-316ae0769766209ac00415cf3d25ec808feb371f.tar.bz2
slibtool-316ae0769766209ac00415cf3d25ec808feb371f.tar.xz
release 0.5.1v0.5.1
-rw-r--r--NEWS12
-rw-r--r--project/tagver.mk2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 91f8eca..ca9755a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+v0.5.1:
+
+This patch release includes several small fixes, as well as the addition of
+an optional (opt-in at runtime) yet important compatibility feature, namely
+the installation of .la wrappers. Changes in this release include:
+
+- driver: added --legabits support.
+- install mode: optional installation of .la wrappers.
+- project: added compatibility symlinks (clibtool, clibtool-[shared|static])
+- build system: removed the endian.h test.
+- build system: proper use of any-os.mk.
+
v0.5.0:
This is the first tagged release of slibtool. It is the result of two months of
diff --git a/project/tagver.mk b/project/tagver.mk
index 619082b..1ac70d7 100644
--- a/project/tagver.mk
+++ b/project/tagver.mk
@@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT
VER_MAJOR = 0
VER_MINOR = 5
-VER_PATCH = 0
+VER_PATCH = 1