From 216326f316dd0052fe156a2d01d8b3391baadd4f Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 30 Aug 2018 13:04:45 +0900 Subject: [PATCH] doc: update release notes --- HISTORY | 3 ++- doc/appendix-release-notes.sgml | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index bc525da5..f0179482 100644 --- a/HISTORY +++ b/HISTORY @@ -1,4 +1,4 @@ -4.1.1 2018-??-?? +4.1.1 2018-09-05 logging: explicitly log the text of failed queries as ERRORs to assist logfile analysis; GitHub #498 repmgr: truncate version string, if necessary; GitHub #490 (Ian) @@ -8,6 +8,7 @@ repmgr: add "cluster_cleanup" event; GitHub #492 (Ian) repmgr: (standby switchover) improve detection of free walsenders; GitHub #495 (Ian) + repmgr: (node rejoin) improve replication slot handling; GitHub #499 (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) diff --git a/doc/appendix-release-notes.sgml b/doc/appendix-release-notes.sgml index 04806484..36769df9 100644 --- a/doc/appendix-release-notes.sgml +++ b/doc/appendix-release-notes.sgml @@ -105,6 +105,14 @@ + + + repmgr node rejoin: + remove new upstream's replication slot if it still exists on the rejoined + standby. (GitHub #495). + + + repmgrd: fix startup on witness node when local data is stale. (GitHub #488, #489).