From 9eda979fc5ebc5bdf6056e24fc2af787bee3eea2 Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
Date: Thu, 5 May 2016 21:32:50 -0400
Subject: release 0.5.2

---
 NEWS              | 14 ++++++++++++++
 project/tagver.mk |  2 +-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index ad144dc..0995d2f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+0.5.2:
+
+This patch release includes several fixes of bugs that were discovered while
+testing slibtool as the primary libtool in a pkgsrc comprehensive build. In
+addition, the release includes several improvements to slibtool's own build
+system.
+
+- link mode: legabits: generate a perfectly compatible wrapper.
+- install mode: legabits: install a perfectly compatible wrapper.
+- project: by default, slibtool is now an application-only package.
+- build system: added support of --disable-shared and --disable-static.
+- build system: added support of --all-shared and --all-static.
+- build system: properly handle user inclusion of -static in LDFLAGS.
+
 0.5.1:
 
 This patch release includes several small fixes, as well as the addition of
diff --git a/project/tagver.mk b/project/tagver.mk
index 1ac70d7..1f165a4 100644
--- a/project/tagver.mk
+++ b/project/tagver.mk
@@ -2,4 +2,4 @@ VER_NAMESPACE	= SLBT
 
 VER_MAJOR	= 0
 VER_MINOR	= 5
-VER_PATCH	= 1
+VER_PATCH	= 2
-- 
cgit v1.2.3