- Squashed a bug that caused children to not properly apply their TLS context.
2.1.2
=====
- Squashed a bug that caused workers to be spawned with their old privileges when combined with the ``-d`` or ``--daemon`` flags and a reduced privilege user and group. - Squashed a bug that caused the pid file to retain old privileges when given a reduced privilege user and group and the ``-d`` or ``--daemon`` flags.
2.1.1
=====
*(This is actually the planned 2.1.0 release, but PyPI refused to let me use that version number)*
- Fix ``SIZE=`` being parsed in the ``MAIL`` verb. - Huge overhaul of testing, finally almost all of :class:`blackhole.smtp.Smtp` is tested. - Added worker processes.
2.1.0
2.0.14
======
- SMTP Submission (port 587) is automatically used as a listener alongside port 25. - Added ``SIZE=`` checks in ``MAIL FROM`` command, rather than waiting until ``DATA``. - Added EXPN verb. -- :ref:`expn` - Updated many verbs to allow on-the-fly modification of return codes. -- :ref:`dynamic-responses` - Added a list of :ref:`commands`