------------------
- Support for Python 2.6 has been dropped. On Python 2, Superlance
now requires Python 2.7.
- Support for Python 3.2 and 3.3 has been dropped. On Python 3, Superlance
now requires Python 3.4 or later.
- Fixed a bug introduced in 0.10 where if the timeout value is shorter
than the time to wait between retries, the httpok check never executed.
Issue 110.
- Fixed a bug where ``crashmailbatch`` and ``fatalmatchbatch`` did not set
the intended default subject. Patch by Joe Portela.
- Added a new ``--tls`` option to ``crashmailbatch``, ``fatalmailbath``, and
``crashsms`` to use Transport Layer Security (TLS). Patch by Zhe Li.