add R17.5 changelog

This commit is contained in:
benoitc 2013-07-03 09:59:18 +02:00
parent 012d60f1e0
commit 9c0d1a0cad

View File

@ -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
-------------------