From 4ea5271362ebbaa7015a7a993f9b230334842d53 Mon Sep 17 00:00:00 2001 From: Trygve Aaberge Date: Mon, 11 Aug 2014 16:13:40 +0200 Subject: [PATCH] docs: Return exit status 1 on initialization error --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8409054a..8fdbb8ba 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -17,6 +17,8 @@ Bug fix release. - Logging: Fix that some loggers would be disabled if :confval:`logging/config_file` was set. (Fixes: :issue:`740`) +- Core: Return exit status 1 when exiting because of initialization error. + v0.19.3 (2014-08-03) ====================