From b83ce6b147232dd4002e58faf69231b46e30e64a Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Mon, 30 Nov 2020 16:14:04 +0900 Subject: [PATCH] doc: update 5.2.1 release notes --- HISTORY | 10 +++++--- doc/appendix-release-notes.xml | 46 ++++++++++++++++++++++++++++++++-- 2 files changed, 51 insertions(+), 5 deletions(-) diff --git a/HISTORY b/HISTORY index 75073995..6f6853f7 100644 --- a/HISTORY +++ b/HISTORY @@ -1,7 +1,11 @@ 5.2.1 2020-??-?? - config: fix parsing of "replication_type" - standby clone: handle missing "postgresql.auto.conf" - standby clone: add option --recovery-min-apply-delay + config: fix parsing of "replication_type"; GitHub #672 (Ian) + standby clone: handle missing "postgresql.auto.conf" (Ian) + standby clone: add option --recovery-min-apply-delay (Ian) + repmgrd: prevent termination when local node not available and + standby_disconnect_on_failover; GitHub #675 (Ian) + repmgrd: ensure reconnect_interval" is correctly handled; + GitHub #673 (Ian) 5.2.0 2020-10-22 general: add support for PostgreSQL 13 (Ian) diff --git a/doc/appendix-release-notes.xml b/doc/appendix-release-notes.xml index 6dd4ee7f..8873a61a 100644 --- a/doc/appendix-release-notes.xml +++ b/doc/appendix-release-notes.xml @@ -17,21 +17,63 @@ Release 5.2.1 - ??? ?? ???, 2020 + ??? ?? December, 2020 &repmgr; 5.2.1 is a minor release. + Improvements + + + + + repmgr standby clone: + option added, overriding any + setting in repmgr.conf. + + + + + repmgr witness --help: fix witness unregister + description. GitHub #676. + + + + + + + Bug fixes - + + + + Fix parsing of . GitHub #672. + + + + + repmgr standby clone: + handle case where postgresql.auto.conf is absent on the + source node. + + + + &repmgrd;: prevent termination when local node not available and is set. GitHub #675. + + + &repmgrd;: ensure is correctly handled. + GitHub #673. + + +