2009-07-29 14:47:25
You can grab the 0.7.1 release from the download page.
- Fix hard (feed) filters
- Fix keyword escaping for non-regex searches
- Fix items with totally undefined titles
- Fix fetchlog header from arg refactor
- Ignore some exceptions cause by multiprocessing
- Minor doc tweaks
Just some little fixes.
Processing Exceptions
Some folks have been getting strange errors in the multiprocessing module trying to use Canto. For example:
OSError: [Errno 13] Permission denied
or
OSError: [Errno 38] Function not implemented
I have diagnosed this as failure to have /dev/shm mounted or writable. I've
added more information to the
section on upgrading.