2007-09-18 Guillaume Rousse <guillomovitch@mandriva.org> 2.0.0
	* large code cleanup:
	 - one unique module
	 - consistent object interface
	 - consistent method names
	 - drop unused variables and methods
	 - more error checking
	* fix svn connections staying alive until process termination
	* add new update and mass-update methods
	* add bash completion
	* enforce distinct list of options per action
	* documentation rewriting
	* changes file
	* actions behaviour and names changed, see man page for details

2007-09-24 Guillaume Rousse <guillomovitch@mandriva.org> 2.0.1
	* fix heavily broken extract action
	* fix rpm output unavailability in build action
	* document general usage scenario, changes from previous release
	* allow usage of --help option for each action
	* don't escape rpm macro symbol '%' in commit message (avoid warnings)
	* fix a few log levels

2007-11-01 Guillaume Rousse <guillomovitch@mandriva.org> 2.0.2
	* align changelog formatting on repsys
	* allow ldap usage for formatting packages names
	* really use -m option value in update action (blino)
	* make update action more robust in case of repository with already 
	  commited sources
	* new --sync option for commit action
	* minor fixes in bash completion
	* few code cleanups

2008-02-16 Guillaume Rousse <guillomovitch@mandriva.org> 2.0.3
	* switch to Youri::Package::RPM::Builder for building and updating
	  package, meaning mdvsys build now install build dependencies
	* lazy module loading: -40% loading time speedup
	* make computing of new/old sources more robust for update
	* allow to pass options to underlying commands when building
	  and submitting
	* notify users from changes to be commited when entering commit
	  message interactively, and abort if an empty one is given
	* fix dependencies (Olivier Thauvin)
