From 47e7cbe147766e4774979f8e6a8cf7cce23b1c33 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 28 Nov 2017 13:00:31 +0900 Subject: [PATCH] Update HISTORY --- HISTORY | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 6721fa4d..cfa3c09e 100644 --- a/HISTORY +++ b/HISTORY @@ -1,8 +1,12 @@ 4.0.1 2017-11- repmgr: ensure "repmgr node check --action=" returns appropriate return - code (Ian) + code; GitHub #340 (Ian) repmgr: add missing schema qualification in get_all_node_records_with_upstream() query (Martín) + repmgr: initialise "voting_term" table in application, not extension SQL; + GitHub #344 (Ian) + repmgr: delete any replication slots copied by pg_rewind; GitHub #334 (Ian) + repmgr: fix configuration file sanity check; GitHub #342 (Ian) 4.0.0 2017-11-21 Complete rewrite with many changes; for details see the repmgr 4.0.0 release