@@ -6,6 +6,59 @@ Changelog - 2016
66
77 Please see :doc: `news ` for the latest changes55
88
9+ 19.5.0 / 2016/05/10
10+ ===================
11+
12+ Core
13+ ++++
14+
15+ - fix: Ensure response to HEAD request won't have message body
16+ - fix: lock domain socket and remove on last arbiter exit (:issue: `#1220 `)
17+ - improvement: use EnvironmentError instead of socket.error (:issue: `939 `)
18+ - add: new $FORWARDDED_ALLOW_IPS environment variable (:issue: `1205 `)
19+ - fix: infinite recursion when destroying sockets (:issue: `1219 `)
20+ - fix: close sockets on shutdown (:issue: `922 `)
21+ - fix: clean up sys.exc_info calls to drop circular refs (:issue: `1228 `)
22+ - fix: do post_worker_init after load_wsgi (:issue: `1248 `)
23+
24+ Workers
25+ +++++++
26+
27+ - fix access logging in gaiohttp worker (:issue: `#1193 `)
28+ - eventlet: handle QUIT in a new coroutine (:issue: `#1217 `)
29+ - gevent: remove obsolete exception clauses in run (:issue: `#1218 `)
30+ - tornado: fix extra "Server" response header (:issue: `1246 `)
31+ - fix: unblock the wait loop under python 3.5 in sync worker (:issue: `1256 `)
32+
33+ Logging
34+ +++++++
35+
36+ - fix: log message for listener reloading (:issue: `1181 `)
37+ - Let logging module handle traceback printing (:issue: `1201 `)
38+ - improvement: Allow configuring logger_class with statsd_host (:issue: `#1188 `)
39+ - fix: traceback formatting (:issue: `1235 `)
40+ - fix: print error logs on stderr and access logs on stdout (:issue: `1184 `)
41+
42+
43+ Documentation
44+ +++++++++++++
45+
46+ - Simplify installation instructions in gunicorn.org (:issue: `1072 `)
47+ - Fix URL and default worker type in example_config (:issue: `1209 `)
48+ - update django doc url to 1.8 lts (:issue: `1213 `)
49+ - fix: miscellaneous wording corrections (:issue: `1216 `)
50+ - Add PSF License Agreement of selectors.py to NOTICE (:issue: `1226 `)
51+ - document LOGGING overriding (:issue: `1051 `)
52+ - put a note that error logs are only errors from Gunicorn (:issue: `1124 `)
53+ - add a note about the requirements of the threads workers under python 2.x (:issue: `1200 `)
54+ - add access_log_format to config example (:issue: `1251 `)
55+
56+ Tests
57+ +++++
58+
59+ - Use more pytest.raises() in test_http.py
60+
61+
96219.4.5 / 2016/01/05
1063===================
1164
0 commit comments