doc: update release notes

This commit is contained in:
Ian Barwick
2018-06-07 12:48:54 +09:00
parent 638a119c85
commit 20ce53e2d2
2 changed files with 30 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
4.0.6 2018-06-??
repmgr: prevent registration of a witness server with the same name as
an existing node (Ian)
4.0.5 2018-05-02
repmgr: poll demoted primary after restart as a standby during a
switchover operation; GitHub #408 (Ian)

View File

@@ -15,6 +15,31 @@
See also: <xref linkend="upgrading-repmgr">
</para>
<sect1 id="release-4.0.6">
<title>Release 4.0.6</title>
<para><emphasis>June ??, 2018</emphasis></para>
<para>
</para>
<sect2>
<title>Bug fixes</title>
<para>
<itemizedlist>
<listitem>
<para>
<command><link linkend="repmgr-witness-register">repmgr witness register</link></command>:
prevent registration of a witness server with the same name as an existing node.
</para>
</listitem>
</itemizedlist>
</para>
</sect2>
</sect1>
<sect1 id="release-4.0.5">
<title>Release 4.0.5</title>
<para><emphasis>Wed May 2, 2018</emphasis></para>
@@ -24,6 +49,7 @@
generation and (in <application>repmgrd</application>) handling of various
corner-case situations, as well as a number of bug fixes.
</para>
<sect2>
<title>Usability enhancements</title>