CHANGES
=======

* Fix the test suite
* Fix creating missing mountpoints in linux-user-chroot backend, update docs
* Log the actual commandline being run
* Don't have a 'base' environment, make the caller specify 'env'
* Add support for output redirection
* Add sandbox_module_for_platform() method
* Fix error when mount type is None (used for bind mounts)
* README: Add a bunch of info
* Add 'filesystem_root' and 'filesystem_writable_paths' settings
* Mention 'mounts' in documentation of maximum_possible_isolation()
* chroot: Fix mounting
* Initial work to allow configuring mount sharing and mounting
* Add a basic test suite using 'py.test' and 'tox'
* Add simple setup.py using the 'pbr' module
* Return the exit code, stdout and stderr from run_sandbox()
* Let's get some real documentation started
* Add the ability to isolate the sandbox from the network, or not
* chroot: Handle failure better
* run-sandbox: Small compliance improvement for App Container images
* README: Add note about App Container spec, now I know more about what it is
* README: Fix broken links, copy 'license' section from YBD README
* Add an initial README
* HACKING: correct some details
* Honour environment variables defined in App Container images
* Add 'cwd' option to run_sandbox() functions
* Add linux-user-chroot backend, run-sandbox script, 'appc' loader
* Create a 'sandboxlib' package, rework 'chroot' module
* Add initial sandboxing tools
