From 65bd0878fad1e15b5dd3582a63600ed412ab2e73 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 1 Jul 2021 13:42:30 +0900 Subject: [PATCH] doc: update release notes --- HISTORY | 5 ++++ doc/appendix-release-notes.xml | 43 +++++++++++++++++++++++++++++++++- 2 files changed, 47 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index d95af708..20ef6ba3 100644 --- a/HISTORY +++ b/HISTORY @@ -1,3 +1,8 @@ +5.2.2. 2021-??-?? + standby clone: set "slot_name" in node record if required (Ian) + node rejoin: emit rejoin target note information as NOTICE (Ian) + repmgrd: ensure short option "-s" is accepted (Ian) + 5.2.1 2020-12-07 config: fix parsing of "replication_type"; GitHub #672 (Ian) standby clone: handle missing "postgresql.auto.conf" (Ian) diff --git a/doc/appendix-release-notes.xml b/doc/appendix-release-notes.xml index 5705b10c..c71b5df8 100644 --- a/doc/appendix-release-notes.xml +++ b/doc/appendix-release-notes.xml @@ -16,9 +16,50 @@ + + Release 5.2.2 + ??? ? ???, 2021 + + &repmgr; 5.2.2 is a minor release. + + + Bug fixes + + + + + + repmgr standby clone: + if using on a node + which was set up without replication slots, but the &repmgr; configuration + was since changed to , + &repmgr; will now set slot_name in the + node record, if it was previously empty. + + + + + + repmgr node rejoin: + emit rejoin target note information as NOTICE. + + + This makes it clearer what &repmgr; is trying to do. + + + + + &repmgrd;: ensure short option is accepted. + + + + + + + - Release 5.2.1 + Release 5.2.1 Mon 7 December, 2020