addd 17.5 changelog to main news page

forgot to update this page.

fix #566
This commit is contained in:
benoitc 2013-07-10 08:09:00 +02:00
parent 460b757a29
commit 3c0ea0cad1

View File

@ -1,6 +1,19 @@
Changelog
=========
17.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
0.17.4 / 2013-04-24
-------------------