doc: update release notes

This commit is contained in:
Ian Barwick
2022-01-04 12:32:43 +09:00
parent 2dce8e14f9
commit 5de74d9e18
2 changed files with 28 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
5.3.1 2022-??-??
repmgrd: fixes for potential connection leaks (hslightdb)
5.3.0 2021-10-12
standby switchover: improve handling of node rejoin failure (Ian)
repmgrd: prefix all shared library functions with "repmgr_" to

View File

@@ -16,6 +16,31 @@
</para>
<!-- remember to update the release date in ../repmgr_version.h.in -->
<sect1 id="release-5.3.1">
<title>Release 5.3.1</title>
<para><emphasis>??? ?? ???, 2022</emphasis></para>
<para>
&repmgr; 5.3.1 is a minor release.
</para>
<sect2>
<title>Bug fixes</title>
<para>
<itemizedlist>
<listitem>
<para>
&repmgrd;: ensure potentially open connections are closed.
</para>
<para>
In some cases, when recovering from degraded state in local node monitoring,
new connection was opened to the local node without closing
the old one, which will result in memory leakage.
</para>
</listitem>
</itemizedlist>
</para>
</sect2>
</sect1>
<sect1 id="release-5.3.0">
<title id="release-current">Release 5.3.0</title>
<para><emphasis>Tue 12 October, 2021</emphasis></para>