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