Tres Seaver
2009-11-05 0600544ca8f1f397e97ba8a837a84067a65e6ffa
Prep 1.0.18 release.
2 files modified
6 ■■■■ changed files
CHANGES.txt 4 ●●●● patch | view | raw | blame | history
setup.py 2 ●●● patch | view | raw | blame | history
CHANGES.txt
@@ -1,8 +1,8 @@
repoze.who Changelog
====================
After 1.0.17
------------
1.0.18 (2009-11-05)
-------------------
- Issue #104:  AuthTkt plugin was passing an invalid cookie value in
  headers from ``forget``, and was not setting the ``Max-Age`` and 
setup.py
@@ -19,7 +19,7 @@
from setuptools import setup, find_packages
__version__ = '1.0.17'
__version__ = '1.0.18'
here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, 'README.txt')).read()