---------------- - launchpad 1040011: works with current OpenERP trunk (future 7.0) - launchpad 1027994: 'base_url' option, to download from mirrors - launchpad 1035978: restored 'local' version scheme for OpenERP itself. Also implemented the 'url' version scheme. - removed deprecated renaming of 6.1 to 6.1-1 - Refactored the documentation
0.17
----------------- - launchpad 1033525: startup_delay option - launchpad 1019888: Gunicorn integration. - launchpad 1019886: installation of 'openerp' as a develop distribution, and full python server startup script. - launchpad 1025617: Support for nightly versions in 6.1 series - launchpad 1025620: Support for latest version - launchpad 1034124: Fix interference of buildout options with gtkclient recipe - launchpad 1021083: optional development tools loading in startup script - launchpad 1020967: stop creating scripts by default - launchpad 1027986: Better handling of interrupted downloads
0.16
----------------- - launchapd 1017252: relying on Pillow to provide PIL unless PIL is explicitely wanted. - launchpad 1014066: lifted the prerequirement for Babel. Now the recipe installs it if needed before inspection of OpenERP's setup.py
0.15
----------------- - launchpad 1008931: Mercurial pull don't take URL changes into account. Now the recipe manages the repo-local hgrc [paths] section, updates the default paths while storing earlier values - launchpad 1012899: Update problems with standalone vcs addons - launchpad 1005509: Now bzr branches are stacked only if ``bzr-stacked-branches`` option is set to ``True``.
0.14.1
------------------- - launchpad 1000352: fixed a concrete problem in Bzr reraising
0.14
----------------- - launchpad 1000352: option vcs-clear-retry to retrieve from scratch in case of diverged Bzr branches. Raising UpdateError in right place would trigger the same for other VCSes. - Basic tests for Git and Svn - Refactor with classes of VCS package