The IronRuby team is pleased to announce version 0.9.2! As IronRuby approaches 1.0, these 0.9.x releases contain important bug fixes and enhancements that IronRuby users request; this release fixes/closes 44 bugs.
For more information see the
Bugs fixed and changes page for this release.
This release is the first to give IronRuby a MSI-based installer for Windows.
Try it out and let us know if it does not install on your system.
Important note for Silverlight users: While the installer contains Silverlight binaries, it's suggested to still use the zip release, as there are some configuration issues with the MSI in this version. It will be fixed in 0.9.3.
As always, if you encounter any issues with IronRuby please
report it.
Contributors
Shri Borde, Ivan Porto Carrero, Jim Deville, Tomas Matousek, Jimmy Schementi, Dino Viehland
Breaking changes
Kernel#require no longer loads Python files, IronRuby#require should be used
instead.