From 2fd905cf9e6310e534ff07a4531f38c8d781591a Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Fri, 2 Oct 2015 14:40:28 +0900 Subject: [PATCH] Update HISTORY --- HISTORY | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index a61e8cda..e1aa0367 100644 --- a/HISTORY +++ b/HISTORY @@ -12,7 +12,9 @@ Update tablespace remapping in --rsync-only mode for 9.5 and later (Ian) Deprecate `-l/--local-port` option - the port can be extracted from the conninfo string in repmgr.conf (Ian) - Add STANDBY UNREGISTE (Vik Fearing) + Add STANDBY UNREGISTER (Vik Fearing) + Don't fail with error when registering master if schema already defined (Ian) + Fixes to whitespace handling when parsing config file (Ian) 3.0.1 2015-04-16 Prevent repmgrd from looping infinitely if node was not registered (Ian)