Changes
*******

0.9.0 (2011-11-21)
==================

- Fixed test dependencies.

- Using Python's ``doctest`` module instead of deprecated
  ``zope.testing.doctest``.

- Added a directory option for configuration to override default etc
  directory.


0.8.0 (2010-05-18)
==================

Features Added
--------------

Added recipe for updating configuration files that may shared by
multiple applications.

0.7.1 (2010-03-05)
==================

Bugs fixed
----------

- Fixed a serious bug that cause buildouts to fail when using new
  versions of the deployment recipe with older buildouts.

- Made uninstall more tolerant of directories it's about to delete
  already being deleted.

0.7.0 (2010-02-01)
==================

Features Added
--------------

You can now specify a user for crontab entries that is different than
a deployment user.

0.6 (2008-02-01)
================

Features Added
--------------

Added the ability to specify a name independent of the section name.
Also, provide a name option for use by recipes.

Important note to recipe authors: Recipes should use the deployment
name option rather than the deployment name when computing names of
generated files.

0.5 (Mar 23, 2007)
==================

Features Added
--------------

Added recipe for generating crontab files in /etc/cron.d.

0.4 (Mar 22, 2007)
==================

Features Added
--------------

- Added setting for the logrotate configuration directories.

Bugs Fixed
----------

- The documentation gave the wrong name for the crontab-directory option.

0.3 (Feb 14, 2007)
==================

Features Added
--------------

- Added a configuration recipe for creating configuration files.

0.2.1 (Feb 13, 2007)
====================

- Fixed bug in setup file.

0.2 (Feb 7, 2007)
=================

Bugs Fixed
----------

- Non-empty log and run directories were deleated in un- and
  re-install.
