From 0762b28679e4fc7a7195ca9fe55bd0d2d7a34ec1 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 17 Feb 2015 16:12:37 +0900 Subject: [PATCH] Update HISTORY file with items included in 2.0.2 Also standardize on spaces instead of tabs --- HISTORY | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/HISTORY b/HISTORY index b0f3af26..468f6a95 100644 --- a/HISTORY +++ b/HISTORY @@ -1,19 +1,21 @@ -2.0.2 2015-02-?? - Add "--checksum" in rsync when using "--force" (Jaime) +2.0.3 2015-??-?? Add option "--initdb-no-pwprompt" (Ian) - Add -S/--superuser option for witness database creation + Add -S/--superuser option for witness database creation Ian) + +2.0.2 2015-02-17 + Add "--checksum" in rsync when using "--force" (Jaime) Use createdb/createuser instead of psql (Jaime) Fixes to witness creation and monitoring (wamonite) Use default master port if none supplied (Martín) 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) - Fix log level for some log messages (Ian) - RHEL/CentOS specfile, init script and Makefile fixes (Nathan Van Overloop) +2.0.1 2014-07-16 + Documentation fixes and new QUICKSTART file (Ian) + Explicitly specify directories to ignore when cloning (Ian) + Fix log level for some log messages (Ian) + RHEL/CentOS specfile, init script and Makefile fixes (Nathan Van Overloop) Debian init script and config file documentation fixes (József Kószó) - Typo fixes (Riegie Godwin Jeyaranchen, PriceChild) + Typo fixes (Riegie Godwin Jeyaranchen, PriceChild) 2.0stable 2014-01-30 Documentation fixes (Christian) @@ -42,15 +44,15 @@ Make the monitoring optional and turned off by default, it can be turned on with --monitoring-history switch (Jaime) Add tunables to specify number of retries to reconnect to master and the time between them (Jaime) -1.2.0 2012-07-27 - Test ssh connection before trying to rsync (Cédric) +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) + Improve version message (Carlo) -1.1.1 2012-04-18 +1.1.1 2012-04-18 Add --ignore-rsync-warning (Cédric) Add strnlen for compatibility with OS X (Greg) Improve performance of the repl_status view (Jaime) @@ -61,7 +63,7 @@ 1.1.0 2011-03-09 Make options -U, -R and -p not mandatory (Jaime) -1.1.0b1 2011-02-24 +1.1.0b1 2011-02-24 Fix missing "--force" option in help (Greg Smith) Correct warning message for wal_keep_segments (Bas van Oostveen) Add Debian build/usage docs (Bas, Hannu Krosing, Cedric Villemain)