Skip to content

Commit

Permalink
Update HISTORY and appendix for v5.5.0
Browse files Browse the repository at this point in the history
References: HL-38
  • Loading branch information
gonzalemario committed Nov 22, 2024
1 parent 836894c commit c0d9dc6
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
7 changes: 6 additions & 1 deletion HISTORY
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
5.4.1 2023-??-??
5.5.0 2024-11-20
Support for PostgreSQL 17 added
Fix warnings detected by the -Wshadow=compatible-local
added in PostgreSQL 16

5.4.1 2023-07-04
repmgrd: ensure witness node metadata is updated (Ian)

5.4.0 2023-03-16
Expand Down
17 changes: 16 additions & 1 deletion doc/appendix-release-notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,24 @@
</para>

<!-- remember to update the release date in ../repmgr_version.h.in -->

<sect1 id="release-5.5.0">
<title>Release 5.5.0</title>
<para><emphasis>Wed 20 November, 2024</emphasis></para>
<para>
&repmgr; 5.5.0 is a major release.
</para>
<para>
This release adds support for PostgreSQL 17
</para>
<para>
Fixes warnings detected by the -Wshadow gcc flag added in PostgreSQL 16.
</para>
</sect1>

<sect1 id="release-5.4.1">
<title id="release-current">Release 5.4.1</title>
<para><emphasis>??? ?? ??????, 202?</emphasis></para>
<para><emphasis>Tue 04 Jul, 2023</emphasis></para>
<para>
&repmgr; 5.4.1 is a minor release providing ...
</para>
Expand Down
2 changes: 1 addition & 1 deletion doc/repmgr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<abstract>
<para>
This is the official documentation of &repmgr; &repmgrversion; for
use with PostgreSQL 9.4 - PostgreSQL 15.
use with PostgreSQL 12 - PostgreSQL 17.
</para>
<para>
&repmgr; is being continually developed and we strongly recommend using the
Expand Down

0 comments on commit c0d9dc6

Please sign in to comment.