From c33367f8c7a6a32da67a66258cf7ec4d48a143fc Mon Sep 17 00:00:00 2001 From: Randall Leeds Date: Mon, 20 Mar 2017 12:04:15 -0700 Subject: [PATCH] update changelog for 19.7.1 --- docs/source/2017-news.rst | 6 ++++++ docs/source/news.rst | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/docs/source/2017-news.rst b/docs/source/2017-news.rst index 1f72b301..f098a931 100644 --- a/docs/source/2017-news.rst +++ b/docs/source/2017-news.rst @@ -6,6 +6,12 @@ Changelog - 2017 Please see :doc:`news` for the latest changes +19.7.1 / Not yet released +========================= + +- fix: continue if SO_REUSEPORT seems to be available but fails (:issue:`1480`) +- fix: support non-decimal values for the umask command line option (:issue:`1325`) + 19.7.0 / 2017/03/01 =================== diff --git a/docs/source/news.rst b/docs/source/news.rst index 0e1d0373..5c94c46d 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -2,6 +2,12 @@ Changelog ========= +19.7.1 / Not yet released +========================= + +- fix: continue if SO_REUSEPORT seems to be available but fails (:issue:`1480`) +- fix: support non-decimal values for the umask command line option (:issue:`1325`) + 19.7.0 / 2017/03/01 ===================