Het Tcl Core Team heeft een nieuwe versie uitgebracht van het Tcl/Tk-pakket 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 aangekomen bij 8.4.11 en wordt zoals gewoonlijk als broncode verspreid. De release notes zien er als volgt uit:
The Tcl Core Team is pleased to announce the 8.4.11 releases of the Tcl dynamic language and the Tk toolkit. This is the eleventh patch release of Tcl/Tk 8.4. 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.4.10:
The following were the main changes in Tcl/Tk 8.4.11. 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
- Corrected compile failure on unix in thread-enabled configuration.
- Stopped crash in stack tests on Windows/gcc.
- Stopped crashes in execution traces.
- Stopped crash due to [file split] error on Windows.
- Stopped crash/UMR in pipe close/finalization on Windows.
- Fixed UID thread-safety in canvas.
- Eliminate buffer overflow in GIF decoder.
- Aqua: better default [entry] border width
Don Porter, Interim Tcl Core Release Manager