diff --git a/HISTORY b/HISTORY index 36d9eab2..a38f21eb 100644 --- a/HISTORY +++ b/HISTORY @@ -2,6 +2,11 @@ repmgrd: prefix all shared library functions with "repmgr_" to minimize the risk of clashes with other shared libraries (Ian) +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 f9a72f2e..dca6fdcf 100644 --- a/doc/appendix-release-notes.xml +++ b/doc/appendix-release-notes.xml @@ -37,6 +37,49 @@ + + + + + + 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. + + + + +