From 0be0100a7ce11d65f2bec2ae8a13c12b9a05705d 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 aacce0be..6006546f 100644 --- a/HISTORY +++ b/HISTORY @@ -1,4 +1,9 @@ -4.0.1 2017-12-04 +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()