From 05c1dc2b9253619ac50a0916ac63d25e66ba02ee Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 11 Jan 2018 16:39:58 +0900 Subject: [PATCH] doc: add 4.0.2 release notes --- HISTORY | 9 ++- doc/appendix-release-notes.sgml | 125 ++++++++++++++++++++++++++++---- 2 files changed, 119 insertions(+), 15 deletions(-) diff --git a/HISTORY b/HISTORY index dfadeb3c..7dbac924 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,11 @@ 4.0.2 2018-01- - repmgr: enable documentation to be build as single HTML file; GitHub #353 (fanf2) repmgr: add missing -W option to getopt_long() invocation; GitHub #350 (Ian) + repmgr: automatically create slot name if missing; GitHub #343 (Ian) + repmgr: fixes to parsing output of remote repmgr invocations; GitHub #349 (Ian) + repmgr: BDR support - create missing connection replication set + if required; GitHub #347 (Ian) + repmgr: handle missing node record in "repmgr node rejoin"; GitHub #358 (Ian) + repmgr: enable documentation to be build as single HTML file; GitHub #353 (fanf2) repmgr: recognize "--terse" option for "repmgr cluster event"; GitHub #360 (Ian) repmgr: add "--wait-start" option for "repmgr standby register"; GitHub #356 (Ian) repmgr: add "%p" event notification parameter for "repmgr standby switchover" @@ -243,7 +248,7 @@ Add a ssh_options parameter (Jay Taylor) 2.0beta1 2012-07-27 - Make CLONE command try to make an exact copy including $PGDATA location (Cedric) + Make CLONE command try to make an exact copy including $PGDATA location (Cedric) Add detection of master failure (Jaime) Add the notion of a witness server (Jaime) Add autofailover capabilities (Jaime) diff --git a/doc/appendix-release-notes.sgml b/doc/appendix-release-notes.sgml index 678f097b..4b39b2a5 100644 --- a/doc/appendix-release-notes.sgml +++ b/doc/appendix-release-notes.sgml @@ -1,20 +1,119 @@ - Release notes - - Release notes - + Release notes + + Release notes + - - Changes to each &repmgr; release are documented in the release notes. - Please read the release notes for all versions between - your current version and the version you are plan to upgrade to - before performing an upgrade, as there may be version-specific upgrade steps. - + + Changes to each &repmgr; release are documented in the release notes. + Please read the release notes for all versions between + your current version and the version you are plan to upgrade to + before performing an upgrade, as there may be version-specific upgrade steps. + - - See also: - + + See also: + + + + Release 4.0.2 + Thu Jan 18, 2018 + + + repmgr 4.0.2 contains some bug fixes and minor usability enhancements. + + + Usability enhancements + + + + + + Recognize the / option for + repmgr cluster event to hide + the Details column (GitHub #360) + + + + + + Add "--wait-start" option for + repmgr standby register + (GitHub #356) + + + + + + Add %p event notification parameter + for repmgr standby switchover + + + + + + + + + Bug fixes + + + + + + Add missing -W option to getopt_long() invocation (GitHub #350) + + + + + + Automatically create slot name if missing (GitHub #343) + + + + + + Fixes to parsing output of remote repmgr invocations (GitHub #349) + + + + + + + When registering BDR nodes, automatically create missing connection replication set (GitHub #347) + + + + + + + Handle missing node record in repmgr node rejoin + (GitHub #358) + + + + + + + + + + + Documentation + + + + + + The documentation can now be built as a single HTML file (GitHub pull request #353) + + + + + + + Release 4.0.1