summaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 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,