summaryrefslogtreecommitdiff
path: root/docs/news.txt
diff options
context:
space:
mode:
authorAlex Gr?nholm <alex.gronholm@nextday.fi>2013-12-27 19:39:20 +0200
committerAlex Gr?nholm <alex.gronholm@nextday.fi>2013-12-27 19:39:20 +0200
commit5ad87be617c2cc1dd31625688172e964db2756dc (patch)
tree2dc75324d2468a0b72233bdbd550374bb06a167f /docs/news.txt
parent8d38352c69a7b8b0dc53ced71cee32ad5f347c42 (diff)
parent5616b9958d2aaf1204d2ecbb6b61c950ee75a9ad (diff)
downloadpastedeploy-5ad87be617c2cc1dd31625688172e964db2756dc.tar.gz
Released 1.5.21.5.2
Diffstat (limited to 'docs/news.txt')
-rw-r--r--docs/news.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index c534868..bc1e987 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -1,6 +1,26 @@
Paste Deployment News
=====================
+1.5.2
+-----
+
+* Fixed Python 3 issue in paste.deploy.util.fix_type_error()
+
+1.5.1
+-----
+
+* Fixed use of the wrong variable when determining the context protocol
+
+* Fixed invalid import of paste.deploy.Config to paste.deploy.config.Config
+
+* Fixed multi proxy IPs bug in X-Forwarded-For header in PrefixMiddleware
+
+* Fixed TypeError when trying to raise LookupError on Python 3
+
+* Fixed exception reraise on Python 3
+
+Thanks to Alexandre Conrad, Atsushi Odagiri, Pior Bastida and Tres Seaver for their contributions.
+
1.5.0
-----