diff --git a/HISTORY b/HISTORY index c681bc50..74207f6d 100644 --- a/HISTORY +++ b/HISTORY @@ -1,4 +1,5 @@ 4.3 2019-?? + repmgr: add "daemon (start|stop)" command; GitHub #528 (Ian) repmgr: add --version-number command line option (Ian) repmgr: add --terse option to "cluster show"; GitHub #521 (Ian) repmgr: add --dry-run option to "standby promote"; GitHub #522 (Ian) diff --git a/doc/appendix-release-notes.sgml b/doc/appendix-release-notes.sgml index 1defe51d..6d7ce39c 100644 --- a/doc/appendix-release-notes.sgml +++ b/doc/appendix-release-notes.sgml @@ -17,7 +17,7 @@ Release 4.3 - ???, 2019 + Feb ???, 2019 &repmgr; 4.3 is a major release. @@ -48,9 +48,25 @@ + + + New commands repmgr daemon start and + repmgr daemon stop: + these provide a standardized way of starting and stopping repmgrd. + GitHub #528. + + + + For these commands to work reliably, the configuration file settings + repmgrd_service_start_command and repmgrd_service_stop_command + should be set in repmgr.conf. + + + + - Add to repmgr cluster show (GitHub #521). + Add option to repmgr cluster show (GitHub #521). This makes it easier to copy the output into emails, chats etc. as a compact table. @@ -101,7 +117,7 @@ &repmgr;: when executing repmgr standby switchover, prevent escaping issues with connection URIs when executing repmgr node rejoin - on the demotion candidate (GitHub #525). + on the demotion candidate. GitHub #525. @@ -114,7 +130,7 @@ - + 2