===============
 BPT changelog
===============

Version 0.5.2
=============

- Fixed MANPATH issue: on Linux it does no more shadow system manpath

- Minor fixes

Version 0.5.1
=============

- Switched to new version numbering scheme!

- pip-box checks for already installed packages only in the current
  box

Version 0.5
===========

- Added ability to ``pip-box`` to freeze only packages contained in
  the current box
  
- Added the ability of redirecting stdout from the build API
  
- Minor fixes

Version 0.4
===========

- Included a forked version of `PIP
  <http://pypi.python.org/pypi/pip>`_ 0.3.1 that installs packages in
  the current box. Installing python packages is now as easy as
  ``easy_install``

- Implemented the ``autoremove`` command that removes all the disabled
  packages (unless they match given patterns)

- Written some new documentation, added a TODO list

Version 0.3
===========

- Improved documentation

- Fixed a bug that prevented the ``env`` script to be ``source``\'d
  (Works only with bash >= 3.0)

- Fixed a bug in the creation of symlinks that broken relocatability.

- ``env`` script does no more rely on GNU's ``readlink``, that is not
  present in vanilla OSX

- Other minor fixes

Version 0.2a
============

- First public version



