Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Commit

Permalink
Version 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vfaronov committed Mar 24, 2017
1 parent 2420c51 commit 869d924
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_
(which means it is unstable until 1.0).


0.5.2 - 2017-03-24
~~~~~~~~~~~~~~~~~~
- Fixed a few rare crashing bugs found with `american fuzzy lop`_.
- Fixed a couple cosmetic bugs in HTML reports.
- When parsing a message with an unknown `transfer coding`_, HTTPolice now
correctly skips any checks on its payload body (such as notice `1038`_).

.. _american fuzzy lop: http://lcamtuf.coredump.cx/afl/
.. _transfer coding: https://tools.ietf.org/html/rfc7230#section-4


0.5.1 - 2017-03-15
~~~~~~~~~~~~~~~~~~
- Fixed compatibility with `httpolice-devtool`_ (when you point it to a local
Expand Down
2 changes: 1 addition & 1 deletion httpolice/__metadata__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8; -*-

version = '0.5.1'
version = '0.5.2'

0 comments on commit 869d924

Please sign in to comment.