.. This file is part of everyapp.bootstrap.
.. Copyright (C) 2010 Krys Lawrence
..
.. everyapp.bootstrap is free software: you can redistribute it and/or modify
.. it under the terms of the GNU General Public License as published by the
.. Free Software Foundation, either version 3 of the License, or (at your
.. option) any later version.
..
.. everyapp.bootstrap is distributed in the hope that it will be useful, but
.. WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
.. or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
.. more details.
..
.. You should have received a copy of the GNU General Public License along with
.. this program.  If not, see <http://www.gnu.org/licenses/>.

.. index::
   single: news
   single: release; notes
   single: installation; release notes
   single: upgrading; release notes
.. _news:
.. _release_notes:

*************
Release Notes
*************

Below is the list of the important changes found in each release of
*everyapp.bootstrap*.

Release 0.1.4
=============

*Release date: UNRELEASED*

* Greatly added and expanded on the documentation.
* :pep:`314`/:pep:`345` dependency listings can now accept an arbitrary amount
  of whitespace.
* |mkbootstrap --help| now includes links to web resources.
* Default |bootstrap.cfg| file now includes better help comments.
* Fixed a bug where options in bootstrap.cfg with more than one equals sign (=)
  would cause bootstrap.py to crash.

Release 0.1.3
=============

*Release date: 2010-09-20*

* Upgraded to virtualenv 1.5.1 and removed patch for virtualenv's bug #60.

Release 0.1.2
=============

*Release date: 2010-09-18*

* Documentation improvements and a small change to mkbootstrap's help message.
* Added ``# prompt =`` to the ``[options]`` section of the default
  bootstrap.cfg in order to indicate support for virtualenv 1.5's new
  ``--prompt`` option.
* Minimal testing on Linux and Windows under Python 2.6 and 2.7.
* Added an automatic patch for virtualenv's bug #60.  This makes bootstrapping
  work properly under Windows.

Release 0.1.1
=============

*Release date: 2010-09-17*

* Upgraded virtualenv dependency to 1.5.
* Fixed an issue with the wrong version of distribute causing the bootstrapping
  of new projects to fail.

Release 0.1
===========

*Release date: 2010-09-17*

* Initial Release.
