From fd52c8ec3c9d200a436c755e205ea975c2cbe0f6 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Fri, 12 Aug 2016 09:58:04 +0900 Subject: [PATCH] Update HISTORY --- HISTORY | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/HISTORY b/HISTORY index 4be74945..5a476046 100644 --- a/HISTORY +++ b/HISTORY @@ -1,20 +1,16 @@ -3.2 2016- - repmgr: suppress connection error display in `repmgr cluster show` - unless `--verbose` supplied (Ian) - repmgr: remove deprecated command line options --initdb-no-pwprompt and - -l/--local-port (Ian) - -3.1.5 2016-08- +3.1.5 2016-08-12 repmgrd: in a failover situation, prevent endless looping when attempting to establish the status of a node with `failover=manual` (Ian) repmgrd: improve handling of failover events on standbys with `failover=manual`, and create a new event notification for this, `standby_disconnect_manual` (Ian) - improve "repmgr-auto" Debian package (Gianni) repmgr: add further event notifications (Gianni) repmgr: when executing `standby switchover`, don't collect remote - command output unless required (Gianni) + command output unless required (Gianni, Ian) + repmgrd: improve standby monitoring query (Ian, based on suggestion + from Álvaro) + repmgr: various command line handling improvements (Ian) 3.1.4 2016-07-12 repmgr: new configuration option for setting "restore_command"