Update history for 1.1.0-beta1

This commit is contained in:
Greg Smith
2011-02-24 19:25:40 -05:00
parent bf0bbd747b
commit 3e960286c7

11
HISTORY
View File

@@ -1,6 +1,8 @@
1.0.0 2010-12-05 First public release 1.0.0 2010-12-05
First public release
1.1.0 2011-02-XX Fix missing "--force" option in help (Greg Smith) 1.1.0b1 2011-02-24
Fix missing "--force" option in help (Greg Smith)
Correct warning message for wal_keep_segments (Bas van Oostveen) Correct warning message for wal_keep_segments (Bas van Oostveen)
Add Debian build/usage docs (Bas, Hannu Krosing, Cedric Villemain) Add Debian build/usage docs (Bas, Hannu Krosing, Cedric Villemain)
Add Debian .deb packaging (Hannu) Add Debian .deb packaging (Hannu)
@@ -13,7 +15,7 @@
Avoid buffer overruns by using snprintf etc. (Gabriele) Avoid buffer overruns by using snprintf etc. (Gabriele)
Fix use of database query after close (Gabriele) Fix use of database query after close (Gabriele)
Add information about progress during "standby clone" (Gabriele) Add information about progress during "standby clone" (Gabriele)
Fix double free error in repmgrd (Charles Duffy) Fix double free errors in repmgrd (Charles Duffy, Greg)
Make repmgr exit with an error code when encountering an error (Charles) Make repmgr exit with an error code when encountering an error (Charles)
Standardize on error return codes, use in repmgrd too (Greg) Standardize on error return codes, use in repmgrd too (Greg)
Add [un]install actions/SQL like most contrib modules (Daniel Farina) Add [un]install actions/SQL like most contrib modules (Daniel Farina)
@@ -22,3 +24,6 @@
Allow creating recovery.conf file with a password (Daniel) Allow creating recovery.conf file with a password (Daniel)
Inform when STANDBY CLONE sees an unused config file (Daniel) Inform when STANDBY CLONE sees an unused config file (Daniel)
Use 64-bit computation for WAL apply_lag (Greg) Use 64-bit computation for WAL apply_lag (Greg)
Add info messages for database and general work done (Greg)
Map old verbose flag into a useful setting for the new logger (Greg)
Document repmgrd startup restrictions and log info about them (Greg)