Skip to content

Commit 4a04195

Browse files
committed
update 19.6.0 changelog
1 parent 37be319 commit 4a04195

2 files changed

Lines changed: 28 additions & 2 deletions

File tree

docs/source/2016-news.rst

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,25 @@ Changelog - 2016
66

77
Please see :doc:`news` for the latest changes55
88

9-
19.6.0 / 2016/05/20
9+
19.6.0 / 2016/05/21
1010
===================
1111

12+
Core & Logging
13+
++++++++++++++
14+
1215
- improvement of the binary upgrade behaviour using USR2: remove file lockin (:issue:`1270`)
16+
- add the ``--capture-output`` setting to capture stdout/stderr tot the log
17+
file (:issue:`1271`)
18+
- Allow disabling ``sendfile()`` via the `SENDFILE`` environment variable
19+
(:issue:`1252`
1320
- fix reload under pycharm (:issue:`1129`)
21+
22+
Workers
23+
+++++++
24+
1425
- fix: make sure to remove the signal from the worker pipe (:issue:`1269`)
26+
- fix: **gthread** worker, handle removed socket in the select loop
27+
(:issue:`1258`)
1528

1629
19.5.0 / 2016/05/10
1730
===================

docs/source/news.rst

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,25 @@
22
Changelog
33
=========
44

5-
19.6.0 / 2016/05/20
5+
19.6.0 / 2016/05/21
66
===================
77

8+
Core & Logging
9+
++++++++++++++
10+
811
- improvement of the binary upgrade behaviour using USR2: remove file lockin (:issue:`1270`)
12+
- add the ``--capture-output`` setting to capture stdout/stderr tot the log
13+
file (:issue:`1271`)
14+
- Allow disabling ``sendfile()`` via the `SENDFILE`` environment variable
15+
(:issue:`1252`
916
- fix reload under pycharm (:issue:`1129`)
17+
18+
Workers
19+
+++++++
20+
1021
- fix: make sure to remove the signal from the worker pipe (:issue:`1269`)
22+
- fix: **gthread** worker, handle removed socket in the select loop
23+
(:issue:`1258`)
1124

1225
19.5.0 / 2016/05/10
1326
===================

0 commit comments

Comments
 (0)