Tres Seaver
2012-11-05 0cfb1a9cf4cddc76bef484c2a47d4be47e9b47a4
CHANGES.txt
@@ -1,8 +1,35 @@
repoze.who Changelog
====================
Unreleased
----------
2.1b1 (2012-11-05)
------------------
- Ported to Py3k using the "compatible subset" mode.
  - Dropped support for Python < 2.6.x.
  - Dropped dependency on Paste (forking some code from it).
  - Added dependency on WebOb instead.
  Thanks to Atsushi Odagiri (aodag) for the initial effort.
2.0 (2011-09-28)
----------------
- ``auth_tkt`` plugin:  strip any port number from the 'Domain' of generated
  cookies.  http://bugs.repoze.org/issue66
- Further harden middleware, calling ``close()`` on the iterable even if
  raising an exception for a missing challenger.
  http://bugs.repoze.org/issue174
2.0b1 (2011-05-24)
------------------
- Enabled standard use of logging module's configuration mechanism.
  See http://docs.python.org/dev/howto/logging.html#configuring-logging-for-a-library
  Thanks to jgoldsmith for the patch: http://bugs.repoze.org/issue178
- ``repoze.who.plugins.htpasswd``:  defend against timing-based attacks.