From f1ea5e62df53fe63ce4c7a1241abe239a4421df9 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 15 Feb 2018 14:42:29 +0900 Subject: [PATCH] doc: update release notes --- HISTORY | 2 +- doc/appendix-release-notes.sgml | 16 ++++++++++++---- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/HISTORY b/HISTORY index b640346e..9e0f3d6c 100644 --- a/HISTORY +++ b/HISTORY @@ -179,7 +179,7 @@ 3.0.3 2016-01-04 Create replication slot if required before base backup is run (Abhijit) - standy clone: when using rsync, clean up "pg_replslot" directory (Ian) + standby clone: when using rsync, clean up "pg_replslot" directory (Ian) Improve --help output (Ian) Improve config file parsing (Ian) Various logging output improvements, including explicit HINTS (Ian) diff --git a/doc/appendix-release-notes.sgml b/doc/appendix-release-notes.sgml index ae153e26..c7094759 100644 --- a/doc/appendix-release-notes.sgml +++ b/doc/appendix-release-notes.sgml @@ -17,7 +17,7 @@ Release 4.0.3 - ??? Feb ??, 2018 + Thu Feb 15, 2018 &repmgr; 4.0.3 contains some bug fixes and and a number of @@ -65,16 +65,24 @@ add --dry-run mode to repmgr standby follow - (GitHub #369) + (GitHub #368) - add standby_register_sync event notification, which is fired when + provide information about the primary node for + repmgr standby register and + repmgr standby follow event notifications (GitHub #375) + + + + + + add standby_register_sync event notification, which is fired when repmgr standby register is run with the option and the new or updated standby node - record has synchronised to the standy (GitHub #374) + record has synchronised to the standby (GitHub #374)