GraphicsMagick: TclMagick: Add some news
GraphicsMagick Commits <[email protected]> Mon, 28 Oct 2024 09:13:19 -0500
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.30899.1730124812.7812.graphicsmagick-commit@lists.sourceforge.net> |
changeset 9c7afd058c92 in /hg/GraphicsMagick details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=9c7afd058c92 summary: TclMagick: Add some news diffstat: TclMagick/NEWS | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diffs (21 lines): diff -r 5b87afae00c5 -r 9c7afd058c92 TclMagick/NEWS --- a/TclMagick/NEWS Mon Oct 28 09:06:26 2024 -0500 +++ b/TclMagick/NEWS Mon Oct 28 09:13:02 2024 -0500 @@ -0,0 +1,17 @@ +TclMagick News +============== + +2024-10-28 +---------- + +* The Autotools configuration is modernized. + +* TclMagick is updated to eliminate the libttkcommon "shim" library. + +* TclMagick/TkMagick library names match the names produced by the TEA tcl.m4 module. + +* Known crashes are rectified. + +* Many bugs (mostly typos) are fixed. + +* Test suite tests all pass.