Changes in version 1.2.2
------------------------

  * Explicitly use python2 in shebang lines
  * Set the logging prefix for the test script
  * Updated license and copyright years
  * Updated minimum version for python-application dependency

Changes in version 1.2.1
------------------------

  * Updated signing/verifying to use the new python-cryptography API

Changes in version 1.2.0
------------------------

  * Fixed integrity check
  * Report when SMP is started by both parties at the same time
  * Protect against spurious SMP aborts generated by startup collisions
  * Notify that we cannot start SMP because another one is in progress

Changes in version 1.1.3
------------------------

  * Allow sending query messages until receiving the first AKE message

Changes in version 1.1.2
------------------------

  * Fixed bug that allowed messages to be sent in the Finished state

Changes in version 1.1.1
------------------------

  * Only accept the DH commit message if it has a version we support

Changes in version 1.1.0
------------------------

  * Reset OTRProtocol public attributes when encryption ends
  * Don't allow restarting the protocol to prevent man-in-the-middle attacks
  * Made OTRSession properties thread-safe
  * Added OTRSession.id property
  * Allow specifying the supported protocol versions with OTRSession
  * Do not allow unsolicited DHCommit messages to restart the AKE

Changes in version 1.0.0
------------------------

  * Initial release
