From 42847e44d278fd4cdac43e0c68b63e509e268724 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 23 Sep 2015 10:29:20 +0900 Subject: [PATCH] Update HISTORY file --- HISTORY | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/HISTORY b/HISTORY index 62d07fc8..6d8697e3 100644 --- a/HISTORY +++ b/HISTORY @@ -1,3 +1,13 @@ +3.0.2 2015-09- + Improve handling of --help/--version options; and improve help output (Ian) + Improve handling of situation where logfile can't be opened (Ian) + Always pass -D/--pgdata option to pg_basebackup (Ian) + Bugfix: standby clone --force does not empty pg_xlog (Gianni) + Bugfix: autofailover with reconnect_attempts > 1 (Gianni) + Bugfix: ignore comments after values (soxwellfb) + Bugfix: handle string values in 'node' parameter correctly(Gregory Duchatelet) + Allow repmgr to be compiled with a newer libpq (Marco) + 3.0.1 2015-04-16 Prevent repmgrd from looping infinitely if node was not registered (Ian) When promoting a standby, have repmgr (not repmgrd) handle metadata updates (Ian)