Update HISTORY file with items included in 2.0.2

Also standardize on spaces instead of tabs
This commit is contained in:
Ian Barwick
2015-02-17 16:12:37 +09:00
parent 5dff3017c8
commit 0762b28679

28
HISTORY
View File

@@ -1,19 +1,21 @@
2.0.2 2015-02-?? 2.0.3 2015-??-??
Add "--checksum" in rsync when using "--force" (Jaime)
Add option "--initdb-no-pwprompt" (Ian) 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) Use createdb/createuser instead of psql (Jaime)
Fixes to witness creation and monitoring (wamonite) Fixes to witness creation and monitoring (wamonite)
Use default master port if none supplied (Martín) Use default master port if none supplied (Martín)
Documentation fixes and improvements (Ian) Documentation fixes and improvements (Ian)
2.0.1 2014-07-16 2.0.1 2014-07-16
Documentation fixes and new QUICKSTART file (Ian) Documentation fixes and new QUICKSTART file (Ian)
Explicitly specify directories to ignore when cloning (Ian) Explicitly specify directories to ignore when cloning (Ian)
Fix log level for some log messages (Ian) Fix log level for some log messages (Ian)
RHEL/CentOS specfile, init script and Makefile fixes (Nathan Van Overloop) RHEL/CentOS specfile, init script and Makefile fixes (Nathan Van Overloop)
Debian init script and config file documentation fixes (József Kószó) 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 2.0stable 2014-01-30
Documentation fixes (Christian) 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) 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) Add tunables to specify number of retries to reconnect to master and the time between them (Jaime)
1.2.0 2012-07-27 1.2.0 2012-07-27
Test ssh connection before trying to rsync (Cédric) Test ssh connection before trying to rsync (Cédric)
Add CLUSTER SHOW command (Carlo) Add CLUSTER SHOW command (Carlo)
Add CLUSTER CLEANUP command (Jaime) Add CLUSTER CLEANUP command (Jaime)
Add function write_primary_conninfo (Marco) Add function write_primary_conninfo (Marco)
Teach repmgr how to get tablespace's location in different pg version (Jaime) 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 --ignore-rsync-warning (Cédric)
Add strnlen for compatibility with OS X (Greg) Add strnlen for compatibility with OS X (Greg)
Improve performance of the repl_status view (Jaime) Improve performance of the repl_status view (Jaime)