----------------------------
- Add support for custom bind mounts to the pychroot script. Now users are able
to do things like::
pychroot -R /home/user ~/chroot
which will recursively bind mount their home directory into the chroot in
addition to the standard set of bind mounts.
- Use "source[:dest]" as keys for mountpoints. This enables support for
mounting the same source onto multiple destinations. For example, with
pychroot it's now possible to run::
pychroot -B tmpfs:/dev/shm -B tmpfs:/tmp