From 4be3f2661bf9e398706baf4b7622fb8f4c179b1d Mon Sep 17 00:00:00 2001 From: benoitc Date: Mon, 4 Jan 2016 11:00:35 +0100 Subject: [PATCH] fix changelog --- docs/source/2015-news.rst | 5 +++++ docs/source/2016-news.rst | 2 +- docs/source/news.rst | 7 ++++++- 3 files changed, 12 insertions(+), 2 deletions(-) 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 ===================