From f8f81f4bf18acfd2f5271db8c339f4975da6f20e 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 | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/HISTORY b/HISTORY index 939dad0f..59481d00 100644 --- a/HISTORY +++ b/HISTORY @@ -5,14 +5,24 @@ Enable tablespace remapping using `pg_basebackup` (in PostgreSQL 9.3 with `rsync`) (Ian) Code consolidation and cleanup (Ian) +2.0.3 2015-??-?? + Add option "--initdb-no-pwprompt" (Ian) + Add -S/--superuser option for witness database creation 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.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) 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) @@ -41,15 +51,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) @@ -60,7 +70,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)