summaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-12-30 15:10:58 +0000
committermidipix <writeonce@midipix.org>2024-12-30 15:10:58 +0000
commit6b26fe25d4ed0bcddb3be7a802cca54b0ee7b4af (patch)
treefc16f9e66c04bf67b5380da31da0000bbfb0f669 /NEWS
parent942f5fa3eb43b8c3c119f531b6bed9b2a619151d (diff)
downloadslibtool-6b26fe25d4ed0bcddb3be7a802cca54b0ee7b4af.tar.bz2
slibtool-6b26fe25d4ed0bcddb3be7a802cca54b0ee7b4af.tar.xz
release 0.6.1HEADv0.6.1main
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,