From 6dfcaa357e3297c06409a80865aa98dd33b918fc Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 12 Jul 2018 15:13:29 +0900 Subject: [PATCH] doc: update release notes --- HISTORY | 1 + doc/appendix-release-notes.sgml | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/HISTORY b/HISTORY index 1c826f02..10505d89 100644 --- a/HISTORY +++ b/HISTORY @@ -10,6 +10,7 @@ repmgr: add CSV output mode to "cluster event"; GitHub #471 (Ian) repmgr: add -q/--quiet option to suppress non-error output; GitHub #468 (Ian) repmgr: "node status" returns non-zero value if an issue encountered (Ian) + repmgr: enable "recovery_min_apply_delay" to be 0; GitHub #448 (Ian) repmgrd: create a PID file by default; GitHub #457 (Ian) repmgrd: daemonize process by default; GitHub #458 (Ian) diff --git a/doc/appendix-release-notes.sgml b/doc/appendix-release-notes.sgml index 16f1c737..a51ddebc 100644 --- a/doc/appendix-release-notes.sgml +++ b/doc/appendix-release-notes.sgml @@ -47,6 +47,14 @@ (GitHub #470). + + + + recovery_min_apply_delay now accepts a minimum value + of zero (GitHub #448). + + +