doc: update release notes

This commit is contained in:
Ian Barwick
2021-07-01 13:28:15 +09:00
parent 078b4ad863
commit 99ed17b838
2 changed files with 29 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
5.3.0 2021-??-??
repmgrd: prefix all shared library functions with "repmgr_" to
minimize the risk of clashes with other shared libraries (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,33 @@
</para>
<!-- remember to update the release date in ../repmgr_version.h.in -->
<sect1 id="release-5.3.0">
<title id="release-current">Release 5.3.0</title>
<para><emphasis>??? ? ???, 2021</emphasis></para>
<para>
&repmgr; 5.3.0 is a major release.
</para>
<sect2>
<title>Bug fixes</title>
<para>
<itemizedlist>
<listitem>
<para>
&repmgrd;: rename internal shared library functions to minimize the
risk of clashes with other shared libraries.
</para>
<para>
This does not affect user-facing SQL functions.
</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>