diff --git a/HISTORY b/HISTORY index 448d35bb..a5765a43 100644 --- a/HISTORY +++ b/HISTORY @@ -1,11 +1,13 @@ 4.1.1 2018-??-?? repmgr: truncate version string, if necessary; GitHub #490 (Ian) repmgr: improve messages emitted during "standby promote" (Ian) - repmgr: "standby clone" - don't copy external config files in --dry-run - mode; GitHub #491 (Ian) + repmgr: "standby clone" - don't copy external config files in --dry-run + mode; GitHub #491 (Ian) repmgrd: ensure that sending SIGHUP always results in the log file being reopened; GitHub #485 (Ian) repmgrd: report version number *after* logger initialisation; GitHub #487 (Ian) + repmgrd: fix startup on witness node when local data is stale; GitHub #488/#489 (Ian) + repmgrd: improve cascaded standby failover handling; GitHub #480 (Ian) 4.1.0 2018-07-31 repmgr: change default log_level to INFO, add documentation; GitHub #470 (Ian) diff --git a/doc/appendix-release-notes.sgml b/doc/appendix-release-notes.sgml index 8ef40233..87715da6 100644 --- a/doc/appendix-release-notes.sgml +++ b/doc/appendix-release-notes.sgml @@ -21,6 +21,24 @@ + + repmgr enhancements + + + + + + repmgr standby switchover --dry-run + no longer copies external configuration files to test they can be copied; this avoids making + any changes to the target system. (GitHub #491). + + + + + + + + repmgrd enhancements @@ -28,7 +46,7 @@ - repmgrd: always reopen the log file after + Always reopen the log file after receiving SIGHUP. Previously this only happened if a configuration file change was detected. (GitHub #485). @@ -37,15 +55,36 @@ - repmgrd: report version number after + Report version number after logger initialisation. (GitHub #487). + + + Improve cascaded standby failover handling. (GitHub #480). + + + + + Bug fixes + + + + + + repmgrd: fix startup on witness node when local data is stale. (GitHub #488, #489). + + + + + + +