Changelog for fakechroot
========================

0.2.1 (2014-06-03)
------------------

- Ensure stdout is a native string before attempting to split it

- Add some methods to the chroot object for inspecting pwd/grp/spwd


0.2.0 (2014-06-01)
------------------

- Add some more API wrappers for poking the fakechroot.

- Port to python 3 and pypy.


0.0.9 (2014-04-05)
------------------

- Fix missing overlay_dir case.


0.0.8 (2014-03-31)
------------------

- Refactor to allow multiple instances of the ``FakeChroot`` class to point at
  the same directory. This is useful if you want don't control where
  ``FakeChroot`` is instantiated.

- Switch project from buildout to virtualenv.


0.0.7 (2014-02-27)
------------------

- Nothing changed yet.


0.0.6 (2013-09-15)
------------------

- Include subversion in base image.


0.0.5 (2013-06-12)
------------------

- Introduce locks to stop multi-process runners from having multiple processes building a base image.


0.0.4 (2013-06-09)
------------------

- File permissions aren't respected so need this horrible kludge.


0.0.3 (2013-06-09)
------------------

- More packaging fixes.


0.0.2 (2013-06-09)
------------------

- Add overlay directory. This contains a mock of 'sudo' and 'env' that doesn't
  interfere with the chrooting.


0.0.1 (2013-06-09)
------------------

- Packaging fixes and backport things from Yaybu.


0.0.0 (2013-06-09)
------------------

- Initial release.


