v0.4.0, 03.12.2014
------------------
- include fingerprints of signatures in result and compare only those
- pubkey_attachment returns default key if no key specified
- key_ids option for find_gnupg_key
- backwards incompatible changes:
- * the default for 'strict' is now False
- * find_gnupg_key returns fingerprints by default

v0.3.1, 10.10.2014
------------------
- update for API incompatible change verify_str in gnupg 1.3.2

v0.3.0, 16.09.2014
------------------
- raise exceptions for invalid input or missing keys
- use pytest for tests
- drop support for Python 2.6
- major bugfixes for line endings
- bugfix: don't modify input
- enable blank line work around only for broken Python versions

v0.2.1, 06.06.2014
------------------
- mark as stable
- depend on gnupg 1.2.6

v0.2.0, 01.05.2014
------------------
- added kryptomime.version
- detect signed single-part mails
- major bugfixes for secure IMAP and SMTP transport
- bugfixes for default key: always lookup key ids
- more tests

v0.1.5, 23.04.2014
------------------
- passes all tests with python 2.6, 2.7, 3.3 and 3.4 with patch python-gnupg
- GPGMIME.pubkey_attachment: new function
- mail.create_mail: new time and headers parameters
- fixed default_key handling

v0.1.4, 02.01.2014
------------------
- add without_signature function

v0.1.3, 29.12.2013
------------------
- encrypt to sender by default (toself)
- more tests: analyze, auto-verifiy, non-strict verify, inline encrypt
- requires dependency gnupg>=1.2.5
- bugfixes: six dependency, no-strict verification, default_key/passphrase handling, auto-verficiation

v0.1.2, 27.12.2013
------------------
- more test coverage
- bugfixes: passphrases for default_key, report whether message was signed, look for valid signature in decrypted message

v0.1.1, 17.12.2013
------------------
- typos, grammar
- minimal bugfix in GPGMIME.sign_file

v0.1.0, 26.11.2013
------------------
- initial release.
