From 99ed17b8388f016b54473e95dbb0a5dee791918d Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 1 Jul 2021 13:28:15 +0900 Subject: [PATCH] doc: update release notes --- HISTORY | 4 ++++ doc/appendix-release-notes.xml | 26 +++++++++++++++++++++++++- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index d95af708..36d9eab2 100644 --- a/HISTORY +++ b/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 config: fix parsing of "replication_type"; GitHub #672 (Ian) standby clone: handle missing "postgresql.auto.conf" (Ian) diff --git a/doc/appendix-release-notes.xml b/doc/appendix-release-notes.xml index 5705b10c..f9a72f2e 100644 --- a/doc/appendix-release-notes.xml +++ b/doc/appendix-release-notes.xml @@ -16,9 +16,33 @@ + + Release 5.3.0 + ??? ? ???, 2021 + + &repmgr; 5.3.0 is a major release. + + + + Bug fixes + + + + + &repmgrd;: rename internal shared library functions to minimize the + risk of clashes with other shared libraries. + + + This does not affect user-facing SQL functions. + + + + + + - Release 5.2.1 + Release 5.2.1 Mon 7 December, 2020