# v2.4.6 (2018-05-27)
- do not report non-fatal errors to non-tty stderr,
- do not report error when disabling unknown (obsolete) implementation.

# python-exec-2.4.5 (2017-01-26)
- use fallback for finding symlinks when PATH is wiped off env.

# python-exec-2.4.4 (2016-11-16)
- fixed Cygwin support.

# python-exec-2.4.3 (2016-03-07)
- fix pythonwrap-copy-test not to try to use non-installed interpreters,
- fix python-argv0-test not to error out due to disabled interpreter.

# python-exec-2.4.2 (2016-02-23)
- use stdout for informational -l, -h and -V output

# python-exec-2.4.1 (2016-02-21)
- fix symlink resolution when C wrapper is started via PATH,
- add --list-implementations to get supported impl list.

# python-exec-2.4 (2016-02-20)
- improved symlink handling that uses only the final symlink for lookup,
- per-script configuration overrides.

# python-exec-2.3.2 (2016-02-18)
- improved error handling,
- fixed argv[0] to wrapped script path for wrapping Python interpreter,
- added COPYING and README files, the latter with recovery instructions.

# python-exec-2.3.1 (2016-02-16)
- rename python-exec2-c to python-exec2c,
- move python-exec2c to bindir for linking as python{,2,3}.

# python-exec-2.3 (2016-02-07)
- use python-exec.conf for impl preferences,
- use --sysconfdir for configuration, rather than --with-epython+/etc,
- tests no longer depend on system configs.

# python-exec-2.2.1 (2016-01-31)
- new internal configuration format
- misc fixes

# python-exec-2.2 (2016-01-11)
- python-exec2-c can now be symlinked directly as wrapper,
  as /usr/bin/python on Prefix must be a real executable.

# python-exec-2.1 (2015-11-17)
- read python[23] selection from files, like eselect-python-20151117.

# python-exec-2.0.2 (2015-05-26)
- update script location in script comment,
- fix off-by-one error in try_file(),
- enable largefile support for improved portability.

# 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)

