From 9c0d1a0cad97b6c1cc2819b2aae7ccf23e5e4bc4 Mon Sep 17 00:00:00 2001 From: benoitc Date: Wed, 3 Jul 2013 09:59:18 +0200 Subject: [PATCH] add R17.5 changelog --- docs/source/2013-news.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/source/2013-news.rst b/docs/source/2013-news.rst index 0f09cb84..ea08b495 100644 --- a/docs/source/2013-news.rst +++ b/docs/source/2013-news.rst @@ -1,6 +1,20 @@ Changelog - 2013 ================ +R17.5 / 2013-07-03 +------------------ + +- new: add signals documentation +- new: add post_worker_init hook for workers +- new: try to use gunicorn.conf.py in current folder as the default + config file. +- fix graceful timeout with the Eventlet worker +- fix: don't raise an error when closing the socket if already closed +- fix: fix --settings parameter for django application and try to find + the django settings when using the ``gunicorn`` command. +- fix: give the initial global_conf to paster application +- fix: fix 'Expect: 100-continue' support on Python 3 + 0.17.4 / 2013-04-24 -------------------