0.9 (2009-08-10)
================

- Fixed the site-id option so that it defaults to 'Plone' properly.
  Thanks to aclark for the bug report.
  [claytron]

0.8 (2009-06-24)
================

- Subversion 1.6 and setuptools are not friends yet. Fixed upload.
  [claytron]

0.7 (2009-06-23)
================

- Clarification to docs.  Cleaning up copy/paste error to post-extras
  [andrewb]

- Fixed the instance option so that it defaults to 'instance' properly
  [claytron]

0.6 (2008-12-16)
================

- Make admin-user configuration option truly optional per the documentation.  
  Fallback to 'admin' which would be the common default per ZopeSkel's
  plone3_buildout template
  [andrewb]

- Added new options pre-extras and post-extras.  The two options are files that
  can be run before and after the quickinstaller and profiles have been run.
  [claytron]

- Add condition so that the script can be used on older versions of plone
  [claytron]

0.5 (2008-11-11)
================

- Fixed a bug where already installed Products would not be re-installed
  [claytron]

- Added example buildout config and updated the READMEs
  [claytron]

- Re-factored the plonesite.py script
  [claytron]

- A dash of PEP 8
  [claytron]

0.4 (2008-11-11)
================

- Added a 'enabled' option so that you can switch the part
  off from the command line. (buildout:parts-=plonesite doesn't
  work yet)
  [claytron]

- Change the script so that profiles prefixed with 'profile-' can
  also be given.
  [claytron]

- Added some docs to the recipe
  [claytron]

0.3 (2008-10-30)
================

- Added site-replace option to the readme
  [claytron]

- The replace-site option is no longer required
  [claytron]

0.2 (2008-10-30)
================

- new Plone sites will be created with a datetime suffix
  which is helpful if you need to re-run new instances
  over and over again e.g. for migration purposes. If you
  need a fixed site id then explictely set the id using
  the site-id option.
  [ajung]

- Fixed error with uninitialized variable
  [jeffk]

- Add buildout recipe option site-replace, defaults to
  off. Use with site-id.

  New recipe option site-replace = on will remove any
  existing object in app named site-id. A new plone site
  will be created to replace it.

  Default option setting site-replace = off will not remove
  existing objects in app named site-id.
  [jeffk]

0.1 (2008-10-11)
================

- Created recipe with ZopeSkel
  [claytron]
