2009-04-17 13:42:00
You can grab the 0.6.10 release in tar or OSX portfile format from the download page.
- Make HTML parser more resistant to broken HTML
- Fix minor exception in c-f thread
- Finally make exceptions play nice with ncurses
When it rains, it pours. Just a couple of other fixes, pretty self explanatory. There was a case that caused the HTMLParser to croak and except, but that's been fixed such that it can't happen again and indeed should result in better output for broken HTML anyway. The minor exception in c-f shouldn't have caused any headaches more than some cron output in your email if you use it that way. Lastly, it's become more likely that canto won't kill your terminal if it excepts (although it's not 100%, there are some cases in which it still won't kill curses properly, but I think that the exceptions stemming from those cases should be pretty rare by now).
Anyway, have fun. Report more bugs. Thanks to evg_krsk and cyborg for
reporting these.