##########
Change Log
##########

Mail Drake
##########

This document is the `change log`_ for this distribution. It is a
record of all notable changes in each version released.

Version strings conform to the `Semantic Versioning`_ specification,
`version 2.0.0 <http://semver.org/spec/v2.0.0.html>`__.

..  _change log: http://keepachangelog.com/
..  _Semantic Versioning: https://semver.org/


Version 0.1.7
=============

:Released: 2017-04-02
:Maintainer: Ben Finney <ben+python@benfinney.id.au>

Bug fixes
---------

* Install web interface files as package data.

Additions
---------

* Implement a message store management tool, ‘maildrake-store’.


Version 0.1.6
=============

:Released: 2017-04-02
:Maintainer: Ben Finney <ben+python@benfinney.id.au>

Bug fixes
---------

* Add dependency on Flask to Setuptools configuration.

* Add web interface files to the distribution.

Additions
---------

* Use the default server address if not specified on the command line.

* Include Mail Drake artwork designed by Ben Hemming.


Version 0.1.5
=============

:Released: 2017-04-02
:Maintainer: Ben Finney <ben+python@benfinney.id.au>

Bug fixes
---------

* Build the distribution using the version data from source.

* Handle installation when third-party modules are not yet available.


Version 0.1.4
=============

:Released: 2017-04-01
:Maintainer: Ben Finney <ben+python@benfinney.id.au>

Bug fixes
---------

* Include the version data file in the distribution.

* Include project source files in the source distribution.


Version 0.1.3
=============

:Released: 2017-04-01
:Maintainer: Ben Finney <ben+python@benfinney.id.au>

Bug fixes
---------

* Distutils commands ‘build’ and ‘clean’ now correctly manage the
  distribution version data file.


Version 0.1.2
=============

:Released: 2017-03-29
:Maintainer: Ben Finney <ben+python@benfinney.id.au>

Additions
---------

* Command-line programs support a ‘--version’ option.


Version 0.1.1
=============

:Released: 2017-03-25
:Maintainer: Ben Finney <ben+python@benfinney.id.au>

Changes
-------

* Use a data file to determine the distribution version.

Removals
--------

* Remove unused version-handling module.


Version 0.1.0
=============

:Released: 2017-03-25
:Maintainer: Ben Finney <ben+python@benfinney.id.au>

Additions
---------

* Initial release of Mail Drake.


..
    This document is written using `reStructuredText`_ markup, and can
    be rendered with `Docutils`_ to other formats.

    ..  _Docutils: http://docutils.sourceforge.net/
    ..  _reStructuredText: http://docutils.sourceforge.net/rst.html

..
    Copyright © 2017 Ben Finney <ben+python@benfinney.id.au>

    This is free software: you may copy, modify, and/or distribute this work
    under the terms of the GNU Affero General Public License as published by the
    Free Software Foundation; version 3 of that license or any later version.
    No warranty expressed or implied. See the file ‘LICENSE.AGPL-3’ for details.

..
    Local variables:
    coding: utf-8
    mode: text
    mode: rst
    End:
    vim: fileencoding=utf-8 filetype=rst :
