2010-08-17 Guillaume Rousse <guillomovitch@mandriva.org> 2.2.0
	* switch to autotools-based build system, for better FHS compliance
	* don't use repsys configuration files anymore, for better autonomy
	* use a new set of configuration directives
	* fix date reporting in mdvsys info (mdv bug #58428)
	* ensure ssh is run in background (mdv bug #36603)
	* fix nasty warning when importing a package without changelog
	* drop useless memory allocation trick in subversion bindings
	* add a --submit option to import action (misc)

2009-11-21 Guillaume Rousse <guillomovitch@mandriva.org> 2.1.0
	* renaming to mdvsys
	* initial support for incoming split binary/text repository
	* support for incoming changelog file location change
	* API cleanup for changelog handling
	* build action now accepts --stage and --short-circuit options
	* ensure URL normalisation, so as to avoid issue with / termination
	* usual code cleanups
	* more tests

2009-07-25 Guillaume Rousse <guillomovitch@mandriva.org> 2.0.6
	* ensure Youri::Package::RPM::Updater does not compare versions when
	  updating perl packages (mdv bug #51038)
	* do not import empty changelogs (mdv bug #51490)
	* use absolute path for given directory, so as to compute source
	  synchronisation correctly (mdv bug #40393)
	* fix URL computing for stable distributions
	* various code cleanup
	* additional changes from Michaël Scherer <misc@mandriva.org>:
	 - add --keep-on-failure for extract action
	 - add --keep-on-failure for extract action
	 - make --nocommit implies --nosubmit
	 - use a prefix for temporary directories
	 - add -k alias for --keep-on-failure

2009-01-19 Guillaume Rousse <guillomovitch@mandriva.org> 2.0.5
	* fix invisible changes regression introduced in previous release

2009-01-18 Guillaume Rousse <guillomovitch@mandriva.org> 2.0.4
	* quicker _check_url method improve submission command speed drastically
	* better error reporting by trapping specific underlying exceptions
	* turn change file upside down
	* fix wrong return values in build action when no build dependencies
	  installation command is defined

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)

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

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-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
