summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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