1.0-rc1
=======

 * Initial release

1.1-beta
========

New features
------------
 * CA certificates handeling with libgnutls
 * Improve configuration handeling

Minor improvements
------------------
 * Initialize the backend on startup, so that the configuration check is done
 * Move system information handeling from UI to backend, as it is now possible
   because the backend is initialised early
 * Remove the non-starttls send_message function from mail.py
 * Move gettext initialisation from whisperback.py to __init__.py
 * Add a "configration" section to the readme.
 * Move config.sample to doc/

Bug fixes
---------
 * Add a long timeout to socket, because we want to use tor which is slow
 * Fix exception dialog

1.1-beta2
=========

Minor improvements
------------------
 * Add a changelog

Bug fixes
---------
 * English corrections

1.2-beta
========

New features
------------
 * New python configuration file
 * Support of custom function to add debugging information
 * Implement opt-out in the UI to exclude details
 * Send the mail in another thread
 * Display a progression dialog while sending mail
 * Add a configuration file for amnesia

Minor improvements
------------------
 * Add debian packaging
 * Print tracback of GUI catched exceptions
 * Rename GtkBuilder file to canonical .ui
 * Precise error messages when sending mail
 * Move README file to package toplevel
 * Properly add custom build commands
 * Add the license to setup.py

Bugfixes
--------
 * Bugfix: remove unused argument from WhisperBackUI
 * Bugfix: handle different exception formats in show_exception
 * Bugfix in configuration check

1.2-beta2
=========

Minor improvements
------------------
 * Re-raise the exception catched in the sender thread

Bugfixes
--------
 * Bugfix: really use the given CA
 * Bugfix: info on sending process was not cleared after success
 * Bugfix: custom tls_quit raised OperationWouldBlock


1.2-beta3
=========

Minor improvements
------------------
 * Improve copyright information
 * Improve sample configuration file readability
 * Add missing documentation on SMTP configuration
 * Correct comments of man source headers
 * Include debian build infrastructure into the tarball

Bugfixes
--------
 * Fix typo in the API
 * Bugfix: path to the certificate in amnesia's config.py
 * Bugfix: mail was sent without TLS on severs without STARTTLS

1.2
===

Bugfixes
--------
 * Bugfix: debian/files should not be included

1.2.1
=====

Minor improvements
------------------
 * Amnesia config: add a random id to mail subject

Bugfixes
--------
 * Bugfix: headers was not actually sent
