summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-02-01 19:26:01 +0000
committerianb <devnull@localhost>2007-02-01 19:26:01 +0000
commit9ef5ec5c72b50a9ecee19fa78e51b0b5407d29cd (patch)
treef9849b84078fa640ef93f6f7f1c21f37561caa99
parentc44d5633ca9f79e4754d378187a7a52d66ed0c29 (diff)
downloadpaste-9ef5ec5c72b50a9ecee19fa78e51b0b5407d29cd.tar.gz
updated news for 1.2.11.2.1
-rw-r--r--docs/news.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 965b301..0319742 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -3,8 +3,14 @@ News
.. contents::
-svn trunk
----------
+1.2.1
+-----
+
+* ``paste.httpserver`` didn't implement the ``readline`` that the
+ ``cgi`` module wants (regression in 1.2).
+
+1.2
+---
* **Backward incompatible change**: ``paste.fileapp.FileApp`` properly
supports request methods, including HEAD. If you were subclassing