Changes ******* 0.2 (unreleased) ================ Feature changes --------------- * Started switch to groktoolkit (grok 1.1) based application. `waeup.sirp` is not compatible with grok 1.0 anymore. * Added first rudimentary support for application plugins. Plugins are looked up by the main app on creation time and created afterwards. * Added first rudimentary support for RSS2.0 feeds. * Generated filenames now have a filename extension that indicates mode of processing. So fred.csv becomes fred.create.pending.csv when being batch processed and something fails. * Coverage reports are now generated in ``coverage-report`` subdir of build-directory. Bug fixes --------- * Removed all references to stuff in university submodule into the module itself or replaced it with proper code. This way the university submodule could be factored out of the waeup.sirp package. Fixed bug #23. * Fixed default obj updater in batchprocessing. Fixed bug #17. * Fixed handling of pending file names, fixed bug #16. * Removed quick importer and all related components. * Removed TestData folder. It was too heavy and test data can be created on-the-fly. 0.1 (2010-01-31) ================ Initial version. (Incomplete) rewrite from the former CPS-based application.