summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorpjenvey <devnull@localhost>2008-10-10 01:11:17 +0000
committerpjenvey <devnull@localhost>2008-10-10 01:11:17 +0000
commitf4f9e198e7ab71816233a30caf8b1926e3de72f5 (patch)
treef7ece8943e1bd95aa65509f77a7704bb964a028a /docs
parent75a72177136f1cf56381e4838fd74105d683ab39 (diff)
downloadpaste-f4f9e198e7ab71816233a30caf8b1926e3de72f5.tar.gz
fix auth cookie generating bad headers
thanks Alberto Valverde, jnelson, Jorge Vargas, Graham Dumpleton
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index beaa4f0..390a003 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -26,6 +26,10 @@ svn trunk
* Added :func:`paste.reloader.add_file_callback`, which lets you watch
files based on a callback.
+* Quiet Python 2.6 deprecation warnings.
+
+* Fix :mod:`paste.auth.cookie` generating bad headers.
+
1.7.1
-----