# python-exec-2.0.1 (2013-11-16)
- fix uninitialized memory access (missing null terminator).

# python-exec-2.0 (2013-09-17)
- switch to new wrapping scheme, using /usr/lib/python-exec/${EPYTHON}.

# python-exec-0.3.1 (2013-02-27)
- avoid using execvp(), instead rely on kernel providing the full path,
- support guessing EPYTHON on systems with executable suffixes (.exe),
- support 'env' tool fallback for systems lacking direct shebang support.

# python-exec-0.3 (2013-02-23)
- use 'epython' module to obtain EPYTHON if available,
- support symlinks to wrapped scripts,
- add a small test suite.

# python-exec-0.2 (2012-11-23)
- support running the wrapper through Python.

# python-exec-0.1.1 (2012-11-01)
- add Prefix support ($EPREFIX to paths),
- try preferred Python2 & 3 implementation from eselect as well.

# python-exec-0.1 (2012-10-12)

