From 95a2e9e61075852897f8d1525e612a1836ad1a56 Mon Sep 17 00:00:00 2001 From: benoitc Date: Fri, 16 Nov 2012 11:22:21 +0100 Subject: [PATCH] what's new in 0.16.0 --- docs/source/news.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/source/news.rst b/docs/source/news.rst index 8ee33174..0827c048 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -1,6 +1,18 @@ Changelog ========= +0.16.0 / develop +---------------- + +- **Added support for Python 3.2 & 3.3** +- Expose --pythonpath command to all gunicorn commands +- Honor $PORT environment variable, useful for deployement on heroku +- Removed support for Python 2.5 +- Make sure we reopen teh logs on the console +- Fix django settings module detection from path +- Reverted timeout for client socket. Fix issue on blocking issues. +- Fixed gevent worker + 0.15.0 / 2012-10-18 -------------------