mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
fix changelog
This commit is contained in:
parent
72ebf90574
commit
eabe7da84f
@ -6,6 +6,11 @@ Changelog - 2015
|
||||
|
||||
Please see :doc:`news` for the latest changes.
|
||||
|
||||
19.4.3 / 2015/12/30
|
||||
===================
|
||||
|
||||
- fix: don't check if a file is writable using os.stat with SELINUX (:issue:`1171`)
|
||||
|
||||
19.4.2 / 2015/12/29
|
||||
===================
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@ Changelog - 2016
|
||||
|
||||
Please see :doc:`news` for the latest changes.
|
||||
|
||||
19.4.3 / 2016/01/04
|
||||
19.4.4 / 2016/01/04
|
||||
===================
|
||||
|
||||
- fix: check if a fileobject can be used with sendfile(2) (:issue:`1174`)
|
||||
|
||||
@ -2,12 +2,17 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
19.4.3 / 2016/01/04
|
||||
19.4.4 / 2016/01/04
|
||||
===================
|
||||
|
||||
- fix: check if a fileobject can be used with sendfile(2) (:issue:`1174`)
|
||||
- doc: be more descriptive in errorlog option (:issue:`1173`)
|
||||
|
||||
19.4.3 / 2015/12/30
|
||||
===================
|
||||
|
||||
- fix: don't check if a file is writable using os.stat with SELINUX (:issue:`1171`)
|
||||
|
||||
19.4.2 / 2015/12/29
|
||||
===================
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user