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
