Updated 2015-03-13 09:39:23 by dkf

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.