====================
- LP 221151: keep ``unittest.TestCase.shortDescription`` happy by supplying
a ``_testMethodDoc`` attribute.
- LP 595052: keep the distribution installable under Python 2.4: its
distutils appears to munge the empty ``__init__.py`` file in the
``foo.bar`` egg used for testing into a directory.
- LP 580083: fix the ``bin/test`` script to run only tests from
``zope.testrunner``.
- LP 579019: When layers were run in parallel, their tearDown was
not called. Additionally, the first layer which was run in the main
thread did not have its tearDown called either.