summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-05-07 20:41:19 -0400
committermidipix <writeonce@midipix.org>2016-05-07 20:49:26 -0400
commita6544253fd2f1b0a25aed2ec548db2ba02fea4c1 (patch)
tree76133671ea5addb46507a0793c39764250a5b5c1
parent42e1ff0389cbaa95365086ade841703671c4a303 (diff)
downloadslibtool-a6544253fd2f1b0a25aed2ec548db2ba02fea4c1.tar.bz2
slibtool-a6544253fd2f1b0a25aed2ec548db2ba02fea4c1.tar.xz
release 0.5.3v0.5.3
-rw-r--r--NEWS12
-rw-r--r--project/tagver.mk2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0995d2f..b61a761 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+0.5.3:
+
+This patch release includes a few minor fixes and several improvements, all
+related to slibtool's own build system.
+
+- build system: app.tag: avoid unconditional step execution.
+- build system: configure: added --strict, --ccstrict, --ldstrict support.
+- build system: Makefile: added the .conf convenience target.
+- build system: Makefile: added the .display_cc convenience target.
+- build system: Makefile: added the -display_cflags convenience target.
+- build system: Makefile: added custom header installation support.
+
0.5.2:
This patch release includes several fixes of bugs that were discovered while
diff --git a/project/tagver.mk b/project/tagver.mk
index 1f165a4..668d16d 100644
--- a/project/tagver.mk
+++ b/project/tagver.mk
@@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT
VER_MAJOR = 0
VER_MINOR = 5
-VER_PATCH = 2
+VER_PATCH = 3