source: main/waeup.sirp/trunk/CHANGES.txt @ 5051

Last change on this file since 5051 was 5017, checked in by uli, 15 years ago

Update history.

File size: 1.1 KB
Line 
1Changes
2*******
3
40.2 (unreleased)
5================
6
7Feature changes
8---------------
9
10* Added first rudimentary support for application plugins. Plugins are
11  looked up by the main app on creation time and created afterwards.
12
13* Added first rudimentary support for RSS2.0 feeds.
14
15* Generated filenames now have a filename extension that indicates
16  mode of processing. So fred.csv becomes fred.create.pending.csv when
17  being batch processed and something fails.
18
19Bug fixes
20---------
21
22* Removed all references to stuff in university submodule into the
23  module itself or replaced it with proper code. This way the
24  university submodule could be factored out of the waeup.sirp
25  package. Fixed bug #23.
26
27* Fixed default obj updater in batchprocessing. Fixed bug #17.
28
29* Fixed handling of pending file names, fixed bug #16.
30
31* Removed quick importer and all related components.
32
33* Removed TestData folder. It was too heavy and test data can be
34  created on-the-fly.
35
36
370.1 (2010-01-31)
38================
39
40Initial version. (Incomplete) rewrite from the former CPS-based
41application.
Note: See TracBrowser for help on using the repository browser.