.. This file is part of everyapp.bootstrap.
.. Copyright (C) 2010-2012 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.2.2
=============

*Release date: 2012-02-22*

* Fixed a Windows bug where the virtual environment's pip was not being used to
  pip install dependencies.

Release 0.2.1
=============

*Release date: 2012-02-19*

* Fixed a couple bugs in the documentation.  No code changes in this release.

Release 0.2
===========

*Release date: 2012-02-19*

* Upgraded dependencies to:

  * distribute_ 0.6.24
  * virtualenv_ 1.7.1.2
  * pip_ 1.1

* Upgraded development dependencies to:

  * Pygments_ 1.4
  * Jinja2_ 2.6
  * docutils_ 0.8.1
  * Sphinx_ 1.1.2

* Removed these development dependencies:

  * pep8_
  * pyflakes_

* Added these development dependencies:

  * flake8_ 1.1

* Removed now-redundant |--global-site-packages| from |bootstrap.py|.  Use
  |--system-site-packages| instead.
* Changed the |bootstrap.cfg| template:

  * *everyapp.bootstrap* 0.2 is now required.
  * Changed the pip_ install examples.
  * *everyapp.bootstrap* is now installed using pip_ instead of |easy_install|.

* setup.py will no longer try to replace setuptools_ with distribute_ and so
  installation using setuptools should now be possible.

Release 0.1.5
=============

*Release date: 2010-12-08*

* Fixed a bug with |setup.py| using the wrong |README.txt|.
* Fixed a documentation bug.
* Fixed a bug where the documentation was not being included in the source
  distribution.

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

*Release date: 2010-12-08*

* 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.
