* Code reworked for 0.5 specification (http://www.openarchives.org/rs/0.5/) * Client code handles --baseline, --audit and --incremental sync against the simulator
0.5
* removed experimental code * removed dynamic changememory based on changeid * removed static changememory builder (which needs to be re-written) * tested with current resync client master
0.4
* implemented static changememory * added max events restriction to changememory * implemented changesets (client side) * implemented dump (client side) * added static sitemap creation option to simulator * unified simulator and client sitemap creation
0.3
* unified client and source inventory implementation * wired dynamic inventory with changememory * implemented Dynamic ChangeSet according to draft specification * add resync-client for baseline synchronization * added XMPP publisher implementation * Generalized resource.py for re-use on client and server side * Added change memory with paging implementation
0.2
* Implemented command line publisher * Implemented dynamic digest * Implemented dynamic sitemap inventory * Implemented reflective loading of simulation components * Modularized architecture: source - inventory - change memory - publisher * Implemented command line eventlog * Extracted change model into separate module * Merged simulator and inventory logic into "source" * Cleaned up simulation configuration; switched to YAML
0.1
* Initial release supporting basic simulation, observer interface, sitemap generation, and a simple Web interface.