summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Bicking <ianb@colorstudy.com>2010-09-01 18:37:58 -0500
committerIan Bicking <ianb@colorstudy.com>2010-09-01 18:37:58 -0500
commitc36883f52e019c4d609f3a787f37b74880a0fdf4 (patch)
treed5a72d7f0a7cb6600856b8a48152b25003a81721 /docs
parent459cadcc2fdaee9ead583510b27af3e0738f8941 (diff)
downloadpaste-c36883f52e019c4d609f3a787f37b74880a0fdf4.tar.gz
Use X-Forwarded-For in translogger: http://trac.pythonpaste.org/pythonpaste/ticket/412 -- also news for last commits
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 5bacc24..f2899c5 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -6,6 +6,13 @@ News
tip
---
+* Won't install ``tests/`` directory (also caused installation
+ problems on some Mac systems).
+
+* Fixed problem with gzip middleware and zero-length responses.
+
+* Use ``X-Forwarded-For`` header in :mod:`paste.translogger`
+
* Fixed problems with mimeparse code
* Fixed some corner cases with CGI scripts