Skip to content

Commit 7d61a60

Browse files
committed
add changelog
releae often shoudl be our mantra. We have too much fixes in that release that were waiting since a while. Let's start a month release (ore more) from now.
1 parent 58f190d commit 7d61a60

File tree

2 files changed

+105
-0
lines changed

2 files changed

+105
-0
lines changed

docs/source/2016-news.rst

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
962
19.4.5 / 2016/01/05
1063
===================
1164

docs/source/news.rst

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,58 @@
22
Changelog
33
=========
44

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

0 commit comments

Comments
 (0)