=======================
CHANGELOG
=======================


1.100 (2013-06-02)
------------------

- fix install from urls


1.99 (2013-04-02)
-----------------

- QA release (pep8, coverage, new test layer & contineous integration)


1.97 (2013-03-29)
-----------------

- Support for looking distribution inside default cache directory
- Offline bugfix, load correctly source dist from all download caches


1.96 (2013-02-23)
-----------------

- avoid circular error (buildout2 again) [kiorky]


1.94 (2013-02-19)
-----------------

- buildout2 compat again


1.93 (2013-02-13)
-----------------

- buildout2 compat


1.92 (2012-08-28)
-----------------

- fix extras handling in some border cases


1.91 (2012-06-08)
-----------------

- less verbose again


1.90 (2012-06-08)
-----------------

- less verbose


1.89 (2012-06-08)
-----------------
- fix some dependency tree bugs [kiorky]

1.88
------------------------
 - compatibility with buildout.dumppickledversion


1.82
-------

- more compatible with allow-picked-version == False


1.81
------

- handle comments in versions bloc.


1.76 - 1.77
------------

- Some distribute/setuptools fixes
- fix tests
- better error output

1.75
-----

- better handle of download problems

1.73 - 1.74:
--------------

- Fix for cross platform builds
      It allows lot of things on OSX

            (mostly run buildout with a flat compiled python
             and use a targeted python compiled for i386)

1.72
------

- fix to avoid conflicterror when you fix versions in buildout.cfg and somerone fix another in setup.py, it just display a big warning

1.71
-----

- better support for distribute, again.

1.62
-----

- specific dir changepath fixed
- modify how environ is computed
- ugly bugfix when your egg cache is not on the same partition as the
      buildout as it make cross device references errors when renaming from
      sandbox
- zipped egg bugfix
- make sdist take precedence over eggs when you are patching on the fly.
- bugfix for compatibility with python2.4 and urlparse(tuple)
- add bdist_ext options support like zc.recipe.egg:custom
- make recipe cooler with distribution filename identifiers
- split tests in multiple files

1.38
------

- decorator helper

1.37
------

- fix exception mappings when a patch fails

1.36
--------

- fix tests develop eggs

1.35
-------

- splitted out from minitage.recipe


