summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-06-03 21:35:11 +0000
committermidipix <writeonce@midipix.org>2024-06-03 21:35:11 +0000
commitd69d0448cd2f11d0cea7b183765309f0b74ea541 (patch)
tree2b1dc3c31f3090feb67ea72c852664ba5644260e
parenta50ee744ea3b86f7a0fea4df889d4662dbe9bfe2 (diff)
downloadslibtool-0.6.0.tar.bz2
slibtool-0.6.0.tar.xz
release 0.6.0v0.6.0
-rw-r--r--NEWS30
-rw-r--r--THANKS7
-rw-r--r--project/tagver.mk4
3 files changed, 39 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 1f802d3..22a4366 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+0.6.0:
+
+This minor release introduces the slibtoolize execution mode,
+as well as completion of the core slibtool.m4 functionality.
+In addition, this release entails several enhancements and
+fixes in other areas.
+
+- slibtoolize: new execution mode, driver integration, and symlink.
+- slibtoolize: added a no-op, yet backward compatible ltmain.sh.
+- slibtoolize: auxiliary files: added slibtool.sh (optional wrapper).
+- driver: --mkvars: implementation and integration.
+- driver: --mkvars: special case the SLIBTOOL make variable.
+- driver: --heuristics: added slibtool.cfg prioritized support.
+- driver: detect slibtool.cfg in non-heuristics mode where applicable.
+- driver: slbt_output_raw_vector(): refactor and prettify.
+- host: derive as from ranlib as needed.
+- host: derive windres and dlltool from ranlib as needed.
+- host: detect a native build environment based on ar(1).
+- host: set native mode based on the detected ar(1) as needed.
+- host: cfgmeta: mark tools derived from ranlib as such.
+- util: PE/COFF: list is target neutral, process all syms.
+- util: properly set weak aliases of strong symbols.
+- ar: yaml output: initial implementation.
+- ar: internally bind the meta ctx to the archive ctx.
+- ar: sort the syminfo vector in a coff-aware manner.
+- ar: PE/COFF: properly set weak aliases of strong symbols.
+- ar: symbol mapfile: properly set strong aliases of weak symbols.
+- ar: symbol vector: include weak aliases of strong symbols.
+- ar: symbol file: include weak aliases of strong symbols.
+
0.5.36:
This (pinky promise, for real now) absolutely final patch release
diff --git a/THANKS b/THANKS
index 4b27103..9088dc3 100644
--- a/THANKS
+++ b/THANKS
@@ -1,3 +1,10 @@
+0.6.0:
+
+The project owes much of the progress leading to this slibtool[ize]
+release to @orbea, who contineus to tirelessly test, identify bugs
+and areas for improvement, and bring all the dots together. So once
+again, thank you so much!
+
0.5.36:
Getting slibtool to the point where it could build a vast number of
diff --git a/project/tagver.mk b/project/tagver.mk
index 2595fde..f22212f 100644
--- a/project/tagver.mk
+++ b/project/tagver.mk
@@ -1,5 +1,5 @@
VER_NAMESPACE = SLBT
VER_MAJOR = 0
-VER_MINOR = 5
-VER_PATCH = 36
+VER_MINOR = 6
+VER_PATCH = 0