From 41dbc3952774c3884d008889caad728a7f1e42d6 Mon Sep 17 00:00:00 2001 From: Jaime Casanova Date: Thu, 5 Jul 2012 09:35:23 -0500 Subject: [PATCH] Add release notes --- HISTORY | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index d441656e..2e954b75 100644 --- a/HISTORY +++ b/HISTORY @@ -42,7 +42,12 @@ Add CLUSTER CLEANUP command (Jaime) Add function write_primary_conninfo (Marco) Teach repmgr how to get tablespace's location in different pg version (Jaime) + Improve version message (Carlo) 2.0.0 2012-XX-XX + 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) - Make CLONE command try to make an exact copy including $PGDATA location + Add a configuration parameter to indicate the script ti execute on failover or follow (Jaime) + Add an option to supress the INSERT to repl_monitor (Jaime)