summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2009-01-08 21:19:22 +0000
committerianb <devnull@localhost>2009-01-08 21:19:22 +0000
commit166fc5868b3f33798a8adabe12f48739b0fff508 (patch)
treededf05aaba8af56677609cd0b44a5312c6ced08c /docs
parent1b33d09c7f0a5d33db805cc296c1da855b0260a7 (diff)
downloadpaste-166fc5868b3f33798a8adabe12f48739b0fff508.tar.gz
Fix #257, newlines in paste.auth.cookie cookies
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 9528086..a53d4fb 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -10,6 +10,9 @@ svn trunk
* Fix :mod:`paste.httpserver` on Python 2.6.
+* Fix :mod:`paste.auth.cookie`, which would insert newlines for long
+ cookies.
+
1.7.2
-----