summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--NEWS15
-rw-r--r--project/tagver.mk2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 22a4366..258b7fe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+0.6.1:
+
+This patch release fixes incorrect formatted printing of
+address offsets on 32-bit hosts, and likewise works around
+non-conformant definitions of type_t and/or st.st_ino.
+
+- ar: slbt_ar_merge_archives(), slbt_tmpfile(): guard against 32-bit time_t types.
+- ar: slbt_ar_merge_archives(): properly handle 32-bit pointers vs. 64-bit formats.
+- ar: slbt_ar_store_archive(): guard against 32-bit time_t types.
+- ar: slbt_ar_store_archive(): guard against 32-bit st_ino types.
+- slibtool.m4: slibtool_set_flavor(): define shared and static suffix variables.
+- slibtoolize: compatibility: install (copy or symlink) a no-op ar-lib as needed.
+- driver: heuristics: ignore errors if invoked with any of the -print commands.
+- driver: added the -print-shared-ext and -print-static-ext output commands.
+
0.6.0:
This minor release introduces the slibtoolize execution mode,
diff --git a/project/tagver.mk b/project/tagver.mk
index f22212f..cec273c 100644
--- a/project/tagver.mk
+++ b/project/tagver.mk
@@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT
VER_MAJOR = 0
VER_MINOR = 6
-VER_PATCH = 0
+VER_PATCH = 1