From da0d879567344729854fc11d20741a864b50a0ea Mon Sep 17 00:00:00 2001 From: Unrud Date: Mon, 31 Aug 2020 14:23:03 +0200 Subject: [PATCH] Bump version to 3.0.5 --- NEWS.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 8d22b6a0d..9e195529e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,12 @@ # News +## 3.0.5 + + * Start storage hook in own process group + * Kill storage hook on error or exit + * Try to kill child processes of storage hook + * Internal Server: Exit immediately when signal is received (do not wait for clients or storage hook to finish) + ## 3.0.4 * Fix internal server on FreeBSD diff --git a/setup.py b/setup.py index 4a00affcd..38d23dace 100755 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ # When the version is updated, a new section in the NEWS.md file must be # added too. -VERSION = "3.0.4" +VERSION = "3.0.5" WEB_FILES = ["web/internal_data/css/icon.png", "web/internal_data/css/main.css", "web/internal_data/fn.js",