python-afl (0.5.1) unstable; urgency=low

  * Fix TypeError when built with Cython 0.23.2.

 -- Jakub Wilk <jwilk@jwilk.net>  Fri, 18 Sep 2015 11:12:12 +0200

python-afl (0.5) unstable; urgency=low

  * Fix deprecated call to afl.start() in README.
  * Make afl.start() emit DeprecationWarning.
  * Enable persistent mode only if PYTHON_AFL_PERSISTENT set.
    Let py-afl-fuzz set this variable.
  * Don't install the exception hook, unless enabled with PYTHON_AFL_SIGNAL.
    Let py-afl-fuzz set this variable to SIGUSR1.

 -- Jakub Wilk <jwilk@jwilk.net>  Wed, 02 Sep 2015 11:12:42 +0200

python-afl (0.4) unstable; urgency=low

  * Rename afl.start() as afl.init(), for consistency with AFL >= 1.89b.
    The old name is still available, but it's deprecated.
  * Add new interface for persistent mode, afl.loop().
    Remove the old interface, afl.persistent().
  * Improve the test suite.

 -- Jakub Wilk <jwilk@jwilk.net>  Tue, 01 Sep 2015 16:28:06 +0200

python-afl (0.3) unstable; urgency=low

  * Implement persistent mode.
  * Add docstrings for the exported functions.
  * Add __version__.
  * Don't rely on the Python hash() function for computing code location
    identifiers.
    + Don't set PYTHONHASHSEED in py-afl-fuzz.
    + Remove the py-afl-showmap command.
      afl-showmap proper can be now used for Python code.
    + Remove the AflError class. It was only used for checking PYTHONHASHSEED.
  * Improve the setup script:
    + Run Cython only in those setup.py commands that actually build extensions.
    + Check Cython version.
  * Implement a small test suite.

 -- Jakub Wilk <jwilk@jwilk.net>  Mon, 31 Aug 2015 16:56:12 +0200

python-afl (0.2.1) unstable; urgency=low

  * Make the setup script install the py-afl-fuzz and py-afl-showmap binaries.

 -- Jakub Wilk <jwilk@jwilk.net>  Tue, 14 Jul 2015 19:34:35 +0200

python-afl (0.2) unstable; urgency=low

  * Automatically disable instrumentation when the -n option is provided.
    Setting the PYTHON_AFL_DUMB environment variable is no longer needed.
    Thanks to Michal Zalewski for the hint how to implement this feature.
  * Update the module description to stress that it's dedicated for
    pure-Python code.

 -- Jakub Wilk <jwilk@jwilk.net>  Mon, 27 Apr 2015 19:31:08 +0200

python-afl (0.1) unstable; urgency=low

  * Initial release.

 -- Jakub Wilk <jwilk@jwilk.net>  Fri, 17 Apr 2015 00:15:16 +0200
