From 729a1b848a63a38aec4237897660584902dcbed2 Mon Sep 17 00:00:00 2001 From: Christian Kruse Date: Thu, 30 Jan 2014 13:59:17 +0100 Subject: [PATCH] release notes for 2.0 stable --- HISTORY | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/HISTORY b/HISTORY index 68f84d1e..6ff508bc 100644 --- a/HISTORY +++ b/HISTORY @@ -1,3 +1,14 @@ +2.0stable 2014-01-30 + Documentation fixes (Christian) + General refactoring, code quality improvements and stabilization work (Christian) + Added proper daemonizing (-d/--daemonize) (Christian) + Added PID file handling (-p/--pid-file) (Christian) + New config option: monitor_interval_secs (Christian) + New config option: retry_promote_interval (Christian) + New config option: logfile (Christian) + New config option: pg_bindir (Christian) + New config option: pgctl_options (Christian) + 2.0beta2 2013-12-19 Improve autofailover logic and algorithms (Jaime, Andres) Ignore pg_log when cloning (Jaime)