History of collective.recipe.i18noverrides
==========================================

0.4 (2009-09-08)
----------------

- Only consider buildout parts for inclusion in the destinations when
  they are actually in the parts section of buildout.  Otherwise you
  can run into errors like this:
  Error: Missing option: zptdebugger:__buildout_signature__
  [maurits]


0.3 (2009-09-08)
----------------

- If no destinations are specified, we automatically copy the po files
  to all parts that use plone.recipe.zope2instance.
  [maurits]


0.2 (2009-08-12)
----------------

- Allow to specify an egg (with optional package)
  where the source directory can be found.
  [gotcha]

- Pin packages (at least zc.buildout) in both the main buildout.cfg
  and the one in the tests, to avoid test failures simply because the
  used zc.buildout is upgraded during the test run.
  [maurits]


0.1 (2009-06-05)
----------------

- Initial implementation moved over from a one-off script.  [maurits]

- Created recipe with ZopeSkel
  [Maurits van Rees]
