mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
doc: update release notes
This commit is contained in:
4
HISTORY
4
HISTORY
@@ -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
|
5.2.1 2020-12-07
|
||||||
config: fix parsing of "replication_type"; GitHub #672 (Ian)
|
config: fix parsing of "replication_type"; GitHub #672 (Ian)
|
||||||
standby clone: handle missing "postgresql.auto.conf" (Ian)
|
standby clone: handle missing "postgresql.auto.conf" (Ian)
|
||||||
|
|||||||
@@ -16,9 +16,33 @@
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<!-- remember to update the release date in ../repmgr_version.h.in -->
|
<!-- 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">
|
<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><emphasis>Mon 7 December, 2020</emphasis></para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
|||||||
Reference in New Issue
Block a user