From 09c7ba95ac34b205f5b691e885e09a544cb9a524 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 12 Feb 2015 14:42:23 +0900 Subject: [PATCH] Update HISTORY notes --- HISTORY | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 6b476d2f..2bb88960 100644 --- a/HISTORY +++ b/HISTORY @@ -1,3 +1,11 @@ +2.0.2 2015-02-?? + Add "--checksum" in rsync when using "--force" (Jaime) + Add option "--initdb-no-pwprompt" (Ian) + Add -S/--superuser option for witness database creation + Use createdb/createuser instead of psql (Jaime) + Fixes to witness creation and monitoring (wamonite) + Documentation fixes and improvements (Ian) + 2.0.1 2014-07-16 Documentation fixes and new QUICKSTART file (Ian) Explicitly specify directories to ignore when cloning (Ian) @@ -25,7 +33,7 @@ Add a ssh_options parameter (Jay Taylor) 2.0beta1 2012-07-27 - Make CLONE command try to make an exact copy including $PGDATA location (Cedric) + Make CLONE command try to make an exact copy including $PGDATA location (Cedric) Add detection of master failure (Jaime) Add the notion of a witness server (Jaime) Add autofailover capabilities (Jaime)