From efd50f11ac2b9f8b80da46e2cf9d83c414763a24 Mon Sep 17 00:00:00 2001 From: Jaime Casanova Date: Fri, 27 Jul 2012 11:30:35 -0500 Subject: [PATCH] Fix HISTORY to show from newest to oldest --- HISTORY | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/HISTORY b/HISTORY index 9916e922..28c5da95 100644 --- a/HISTORY +++ b/HISTORY @@ -1,5 +1,21 @@ -1.0.0 2010-12-05 - First public release +1.2.0 2012-07-27 + Test ssh connection before trying to rsync (Cédric) + Add CLUSTER SHOW command (Carlo) + 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) + +1.1.1 2012-04-18 + Add --ignore-rsync-warning (Cédric) + Add strnlen for compatibility with OS X (Greg) + Improve performance of repl_status view (Jaime) + Remove last argument from log_err (Jaime, Reported by Jeroen Dekkers) + Complete documentation about possible error conditions (Jaime) + Document how to clean history (Jaime) + +1.1.0 2011-03-09 + Make options -U, -R and -p not mandatory (Jaime) 1.1.0b1 2011-02-24 Fix missing "--force" option in help (Greg Smith) @@ -28,21 +44,5 @@ Map old verbose flag into a useful setting for the new logger (Greg) Document repmgrd startup restrictions and log info about them (Greg) -1.1.0 2011-03-09 - Make options -U, -R and -p not mandatory (Jaime) - -1.1.1 2012-04-18 - Add --ignore-rsync-warning (Cédric) - Add strnlen for compatibility with OS X (Greg) - Improve performance of repl_status view (Jaime) - Remove last argument from log_err (Jaime, Reported by Jeroen Dekkers) - Complete documentation about possible error conditions (Jaime) - Document how to clean history (Jaime) - -1.2.0 2012-07-27 - Test ssh connection before trying to rsync (Cédric) - Add CLUSTER SHOW command (Carlo) - 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) +1.0.0 2010-12-05 + First public release