doc: update release notes

This commit is contained in:
Ian Barwick
2021-07-01 13:42:30 +09:00
parent f1592f009a
commit 65bd0878fa
2 changed files with 47 additions and 1 deletions

View File

@@ -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)

View File

@@ -16,9 +16,50 @@
</para>
<!-- remember to update the release date in ../repmgr_version.h.in -->
<sect1 id="release-5.2.2">
<title id="release-current">Release 5.2.2</title>
<para><emphasis>??? ? ???, 2021</emphasis></para>
<para>
&repmgr; 5.2.2 is a minor release.
</para>
<sect2>
<title>Bug fixes</title>
<para>
<itemizedlist>
<listitem>
<para>
<command><link linkend="repmgr-standby-clone">repmgr standby clone</link></command>:
if using <option>--replication-conf-only</option> on a node
which was set up without replication slots, but the &repmgr; configuration
was since changed to <option>use_replication_slots=1</option>,
&repmgr; will now set <varname>slot_name</varname> in the
node record, if it was previously empty.
</para>
</listitem>
<listitem>
<para>
<command><link linkend="repmgr-node-rejoin">repmgr node rejoin</link></command>:
emit rejoin target note information as <literal>NOTICE</literal>.
</para>
<para>
This makes it clearer what &repmgr; is trying to do.
</para>
</listitem>
<listitem>
<para>
&repmgrd;: ensure short option <option>-s</option> is accepted.
</para>
</listitem>
</itemizedlist>
</para>
</sect2>
</sect1>
<sect1 id="release-5.2.1">
<title id="release-current">Release 5.2.1</title>
<title>Release 5.2.1</title>
<para><emphasis>Mon 7 December, 2020</emphasis></para>
<para>