From 69d7b6f7eb4d4639deb32eeddeced53731d1d25f Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 7 Jun 2018 17:14:50 +0900 Subject: [PATCH] doc: 4.0.6 release notes --- HISTORY | 17 ++++++++- doc/appendix-release-notes.sgml | 65 +++++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index 9cc4b357..a5531ae5 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,19 @@ 4.0.6 2018-06-?? - repmgr: prevent registration of a witness server with the same name as - an existing node (Ian) + repmgr: (witness register) prevent registration of a witness server with the + same name as an existing node (Ian) + repmgr: (standby follow) check node has actually connected to new primary + before reporting success; GitHub #444 (Ian) + repmgr: (standby clone) improve handling of external configuration file copying, + including consideration in --dry-run check; GitHub #443 (Ian) + repmgr: (standby clone) don't require presence of "user" parameter in + conninfo string; GitHub #437 (Ian) + repmgr: (standby clone) improve documentation of --recovery-conf-only + mode; GitHub #438 (Ian) + repmgr: (node rejoin) fix bug when parsing --config-files parameter; + GitHub #442 (Ian) + repmgr: when using --dry-run, force log level to INFO to ensure output + will always be displayed; GitHub #441 (Ian) + repmgrd: ensure local node is counted as quorum member; GitHub #439 (Ian) 4.0.5 2018-05-02 repmgr: poll demoted primary after restart as a standby during a diff --git a/doc/appendix-release-notes.sgml b/doc/appendix-release-notes.sgml index 01337c59..e361c177 100644 --- a/doc/appendix-release-notes.sgml +++ b/doc/appendix-release-notes.sgml @@ -19,7 +19,14 @@ Release 4.0.6 June ??, 2018 + &repmgr; 4.0.6 contains a number of bug fixes and usability enhancements. + + We recommend upgrading to this version as soon as possible. + This release can be installed as a simple package upgrade from repmgr 4.0 ~ 4.0.5; + repmgrd (if running) should be restarted. See + for more details. + Bug fixes @@ -34,6 +41,64 @@ + + + + repmgr standby follow: + check node has actually connected to new primary before reporting success + (GitHub #444) + + + + + + + repmgr standby clone: + Improve handling of external configuration file copying, including consideration in + check + (GitHub #443) + + + + + + repmgr standby clone: + Don't require presence of user parameter in conninfo string + (GitHub #437) + + + + + + repmgr standby clone: + Improve documentation of mode + (GitHub #438) + + + + + + repmgr node rejoin: + Fix bug when parsing parameter + (GitHub #442) + + + + + + When using , force log level to INFO + to ensure output will always be displayed + (GitHub #441) + + + + + + repmgrd: ensure local node is counted as quorum member + (GitHub #439) + + +