trunk (2008-05-21)
==================

  - xxx [Ingeniweb]

0.5.0 (2008-05-21)
==================

  - moved to collective
  [tarek]

  - added package_svn_prepare command to restructure a new created package with
    trunk, tags and branches then add it to the current working copy and ci it 
    to svn as 'initial import' if the current directory is a working copy.
  [mustapha]

0.4.1 (2008-04-29)
==================

  - now `release` can be driven from .pypirc as well
    [tarek]

  - We are not removing setup.cfg in releases anymore,
    because it can have elements. We just remove the dev tag.
    [tarek]

0.3.6 (2008-04-29)
==================

  - wrote the documentation
  [tarek]

  - added the iw_plone_project template
  [tarek]

  - release command take care of version.txt if any
  [gawel]

  - add release hook
  [gawel]

0.3.5 (2008-04-22)
==================

  - added the project_eggs command
  [tarek]

  - now adding a MD5 file in the tarball released
  [tarek]

  - added project_md5
  [tarek]

0.3.4 (2008-04-17)
==================

  - added project_copy_eggs
    [tarek]

0.3.3 (2008-04-17)
==================

  - Excluding Scripts, Lib and downloads/dist 
    [tarek]

0.3.2 (2008-04-17)
==================

  - protecting  shutil.rmtree call 
    [tarek]

  - make the python prompt generation smarter
    [tarek]

  - remove stale bytecode by default. 
    (This mean --keepbytecode has to be used in order for the test 
     to work)

    [tarek]

0.3.0
=====

  - fixed os.curdir misusage

  - fixed build_mo (indent error)

  - fixed over simple build_mo tests by adding garbage files

0.2.9
=====

  - fixed a missing import

0.2.8
=====

  - removed parts, bin, lib and other folders
    from the release. We will have a special
    mode later to provide them when a pre-built
    is needed.

  - fixed the project_diff target location

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

