- Improve ugly/brittle ID of ``zope.security.management.system_user``.
3.4.0b3
====================
- Add support for Python 2.5.
- Bug: ``zope.security.management.system_user`` wasn't a valid principal (didn't provide IPrincipal).
- Bug: Fix inclusion of doctest to use the doctest module from ``zope.testing``. Now tests can be run multiple times without breaking. (98250)
3.4.0b2
====================
- Bug: Remove stack extraction in ``newInteraction``. When using eggs this is an extremly expensive function. The publisher is now more than 10 times faster when using eggs and about twice as fast with a zope trunk checkout.
3.4.0b1
=======
- Temporarily fixed the hidden (and accidental) dependency on zope.testing to become optional.
Note: The releases between 3.2.0 and 3.4.0b1 where not tracked as an individual package and have been documented in the Zope 3 changelog.