From 09dc43a61ca1cfe8f54c9008a30dbf2afd70ae70 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 27 Dec 2017 10:22:25 +0900 Subject: [PATCH] docs: update HISTORY --- HISTORY | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 41d90f1a..37f2170f 100644 --- a/HISTORY +++ b/HISTORY @@ -1,4 +1,9 @@ -4.0.1 2017-11- +4.0.2 2018-01- + repmgr: enable documentation to be build as single HTML file; GitHub #353 (fanf2) + repmgr: add missing -W option to getopt_long() invocation; GitHub #350 (Ian) + docs: various fixes (Ian, Daymel, Martín, ams) + +4.0.1 2017-12-13 repmgr: ensure "repmgr node check --action=" returns appropriate return code; GitHub #340 (Ian) repmgr: add missing schema qualification in get_all_node_records_with_upstream()