Het Tcl Core Team heeft een nieuwe versie van het Tcl/tk-pakket uitgebracht, dat bestaat uit de tcl-scriptingtaal en de bijbehorende toolkit. Tcl is een krachtige scriptingtaal die eenvoudig is opgebouwd en ondersteuning biedt voor verschillende platformen. Tk is een grafische toolkit voor deze scriptingtaal en geeft je de mogelijk om grafische applicaties te ontwikkelen. Het versienummer is inmiddels aangekomen bij 8.5.4 en wordt zoals gewoonlijk als broncode verspreid. De aankondiging van deze uitgave ziet er als volgt uit:
Tcl/Tk 8.5.4 Release Announcement
The Tcl Core Team is pleased to announce the 8.5.4 releases of the Tcl dynamic language and the Tk toolkit. This is the fourth patch release of Tcl/Tk 8.5. More details can be found below. We would like to express our gratitude to all those who submit bug reports and patches. This information is invaluable in enabling us to identify and eliminate problems in the core.
Summary of Changes since Tcl/Tk 8.5.3:
The following were the main changes in Tcl/Tk 8.5.4. A complete list can be found in the changes file at the root of the source tree. The more complete ChangeLog is also included with each source release. This is a patch release, so it primarily included bug fixes and corrections to erratic behavior. Below are only the most notable changes.Tcl Core Team and Maintainers
- Restored ability to compile Tk against the latest X header files from X.org, which are incompatible with earlier Tk releases.
- Restored ability to embed non-stub-enabled Tk in a C program as a static package using MSVC compilers, by providing a missing export.
- Restored ability to find packages on Samba shares on Windows.
- Fixed duplicate inode errors accessing native filesystem on Windows.
- Fixed crash in [ttk::scale].
- Fixed crashes in unmapped toplevel windows.
- Better internal rep preservation shimmering lists and dicts.
- Improved Tcl Module maintenance with automatic [package provide].
- Improved portability of value returned by [winfo id].
- Fixed rare panic in [scan].
Don Porter, Tcl Core Release Manager