2008-09-20 21:23:41 (1 month, 4 weeks ago)
You can grab the 0.5.1 release in tar or deb format from the download page
Hot on the tails of 0.5.1 release, a small maintenance release to fix some bugs.
- Fixed progressing memory leak
- Hooks/filters are now wrapped in an exception logging wrapper.
- noitem_unsafe decorator applied to all Gui() functions that can't be used without any items
- Fixed uninitialized variable causing crash.
The most important thing here being the exception wrappers for filters and hooks, so that if a user's filter/hook does something wrong, the exception is printed prettily to the log and Canto itself doesn't crash (unless the filter/hook screwed up it's insides *before* the exception).
Thanks to jaacoppi for the reports.