- Added SMTP authentication support for email logger on Python 2.6.
2.7.1
==================
- Improved documentation
- Fixed tests failures on windows.
2.7.0
==================
- Added a convenience function, ``ZConfig.configureLoggers(text)`` for configuring loggers.
- Relaxed the requirement for a logger name in logger sections, allowing the logger section to be used for both root and non-root loggers.
2.6.1
==================
- Fixed support for schema descriptions that override descriptions from a base schema. If multiple base schema provide descriptions but the derived schema does not, the first base mentioned that provides a description wins. https://bugs.launchpad.net/zconfig/+bug/259475
- Fixed compatibility bug with Python 2.5.0.
- No longer trigger deprecation warnings under Python 2.6.