0.7.0 (2010-09-30)
==================

  - Added some fixes to make (most) tests pass on Windows.
    [dreamcatcher]

  - Fixed issue with broken target file on project_deploy.
    [dreamcatcher]

  - Changed to only upgrade setuptools/zc.buildout if requested.
    [deo]

  - Added a dependency on virtualenv instead of shipping with an
    outdated version which potentially can damage your development
    environment.
    [deo]


0.6.6 (2009-09-17)
==================

  - Made sure to resolve the filename to use an absolute path.
    [gawel]

  - Made sure that our package is in sys.path before releasing.
    [gawel]

  - Fixed ReST formatting issue.
    [gawel]


0.6.5 (2009-08-31)
==================

  - Fixed NameError introduced here (https://dev.plone.org/collective/changeset/85145/collective.releaser/branches/refactor/collective/releaser/project.py)
    [glenfant]

  - Made tests smile
    [glenfant]

0.6.4 (2009-08-18)
==================

  - More docs and sphinxifying docs.
    [gawel]

0.6.3 (2009-08-18)
==================

  - project_release improvement (see http://www.gawel.org/weblog/en/2009/05/collective.releaser_rocks) [gawel]

  - removed the long_description checker (belongs to collective.dist now)
    [tarek]

0.6.2 (2008-04-09)
==================

  - make sure the bootstrap.py works offline [tarek]
  - fixed build_mo command for Django eggs [b_mathieu]

0.6.1 (2008-07-16)
==================

  - adding a buildbot folder, with a pre-generated
    collective.buildbot environment [tarek]

  - prefacing all svn commit messages [tarek]

  - better tarball naming [tarek]

  - introduced glob-style option to be able to do
    glob-style patterns
    [tarek]

  - removed branch creation
    [tarek]

0.6.0 (2008-07-16)
==================

  - fixed `project_deploy` so
    it supports non buildout.cfg buildouts
    Thanks to Hans-Peter Locher for feedback
    [tarek]

  - using Popen to read metadata [tarek]

0.5.2 (2008-06-19)
==================

  - now checking the long_description field to make sure
    it is reST compliant [tarek]

  - backported Python 2.5 tarfile module [tarek]

  - fixed #66 [tarek]

0.5.1 (2008-06-10)
==================

  - emptied parts section in the template/
    [tarek]

  - os.rename -> shutil.move
    [tarek]

  - added paster() in testing to ease tests
    [tarek]

  - Fix empty or missing parts under windows when the recipe use subversion
    [encolpe]

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

