Changes in Tcl/Tk 8.4.12

Updated packages

Tcl: Changed behavior

The package ifneeded commands in the index scripts of packages are now checked during package require to verify that the $script in

   package ifneeded $pkg $version $script

actually provides version $version of package $pkg. If not, a warning is logged using tclLog. Use these warnings to fix broken packages.