* trunk
  -
* 0.2.7
  - now has a config file to target the pypi servers
  - project_release was not working with svn:// repositories
* 0.2.6
  - copying the libpython*.a file into buildout's libs
  folder, so virtualenv works with MinGW under windows.
  - added a version.txt file in the releases.
* 0.2.5
  - making sure we get virtualenv python2.4.* 
  - cleaned up tarball content
  - making project_deploy work within the same folder
* 0.2.4
  - removed extra questions in project_release
  - fixed release name
  - fixed checkouts
* 0.2.3
  - added project_diff
* 0.2.2
  - make sure virtualenv (some version under win32) work with
  Scripts/python

* 0.2.1
  - make sure virtualenv work with 'python' or 'python2.4'
  - the auto mode for package release is not launching the tests anymore
  - fixed msgfmt type comparison  
* 0.2.0
  - making sure the right cfg file is called with project_deploy
* 0.1.9
  - added 'build_mo' command for setuptools
  - fix project_release relative paths
  - explicitely uses ingeniweb-private to release
    package
* 0.1.8
  - fix CR/LF
* 0.1.7
  - fix multiple upload
* 0.1.6
  - removing eggchecker
* 0.1.5
  - make sure we don't release by accident on unwanted server
* 0.1.4
  - fixed the caller
  - using virtualenv to isolate egg on project_deploy step
* 0.1.3
  - added command line options
* 0.1.2
  - making sure download-cache is present
  - added a snapshot file that is commited in the buildout
    that is beeing released
  - now tarball can contain only diffs from snapshots
  - added iw.dist support
* 0.1.1
  -
* 0.1d
  - release step is not mandatory anymore
* 0.1c
  - removed eggchecker dependency
* 0.1b
  - renamed release module to packet module
  - implemented a project release-r
* 0.1
 - initial version created by IngeniSkel

