diff --git a/docs/source/2015-news.rst b/docs/source/2015-news.rst index 455d6c30a2..519e1c8b5e 100644 --- a/docs/source/2015-news.rst +++ b/docs/source/2015-news.rst @@ -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 =================== diff --git a/docs/source/2016-news.rst b/docs/source/2016-news.rst index 9e7c569d64..ddcc27efed 100644 --- a/docs/source/2016-news.rst +++ b/docs/source/2016-news.rst @@ -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`) diff --git a/docs/source/news.rst b/docs/source/news.rst index c48cc4621f..3e0721ba2e 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -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 ===================