Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kura committed May 5, 2016
1 parent 7ac2a1f commit 15b684f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
10 changes: 3 additions & 7 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ If you have a feature you need or would like, feel free to put an issue on the
the :ref:`contributing` section for information on how you could implement
the functionality yourself.

--------------
Future release
--------------
---------------
Current release
---------------

.. _2.1.0:

Expand All @@ -35,10 +35,6 @@ Future release
tested.
- Added worker processes.

---------------
Current release
---------------

.. _2.0.14:

2.0.14
Expand Down
8 changes: 8 additions & 0 deletions TODO.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ Things on the todo list, in no particular order.
- :strikethrough:`Add pass= and fail= to more verbs` -- :ref:`2.0.14`
- Properly implement ``PIPELINING`` -- build responses in a list and return in
order after ``.\r\n``
- Added base level server that can be extended, i.e. ``NOT IMPLEMENTED`` most
features.
- Strip out :any:`blackhole.config.Config` context and make it loadable on
creation -- allowing any config context to be passed.
- Command injection -- move HELO, EHLO etc to separate modules, allowing them
to be injected and that injection to be overriden by a user-defined method.
- Add auth mechanisms as injectables, special injectables that, unlike the
command inections, these are injected specially in to the auth system.

Possible future features
========================
Expand Down
2 changes: 1 addition & 1 deletion blackhole/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
__copyright__ = "None"
__credits__ = ["Kura", ]
__license__ = "MIT"
__version__ = "2.0.14"
__version__ = "2.1.0"
__maintainer__ = "Kura"
__email__ = "[email protected]"
__status__ = "Stable"
7 changes: 4 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
========================================================
Blackhole |pypi| |travis| |requires| |coverage| |gitter|
========================================================
=========
Blackhole
=========

|pypi| |travis| |requires| |coverage| |gitter|

Blackhole is an `MTA (message transfer agent)
<https://en.wikipedia.org/wiki/Message_transfer_agent>`_ that (figuratively)
Expand Down

0 comments on commit 15b684f

Please sign in to comment.