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

51
HISTORY
View File

@@ -1,24 +1,29 @@
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
Correct warning message for wal_keep_segments (Bas van Oostveen) Fix missing "--force" option in help (Greg Smith)
Add Debian build/usage docs (Bas, Hannu Krosing, Cedric Villemain) Correct warning message for wal_keep_segments (Bas van Oostveen)
Add Debian .deb packaging (Hannu) Add Debian build/usage docs (Bas, Hannu Krosing, Cedric Villemain)
Move configuration data into a structure (Bas, Gabriele Bartolini) Add Debian .deb packaging (Hannu)
Make rsync options configurable (Bas) Move configuration data into a structure (Bas, Gabriele Bartolini)
Add syslog as alternate logging destination (Gabriele) Make rsync options configurable (Bas)
Change from using malloc to static memory allocations (Gabriele) Add syslog as alternate logging destination (Gabriele)
Add debugging messages after every query (Gabriele) Change from using malloc to static memory allocations (Gabriele)
Parameterize schema name used for repmgr (Gabriele) Add debugging messages after every query (Gabriele)
Avoid buffer overruns by using snprintf etc. (Gabriele) Parameterize schema name used for repmgr (Gabriele)
Fix use of database query after close (Gabriele) Avoid buffer overruns by using snprintf etc. (Gabriele)
Add information about progress during "standby clone" (Gabriele) Fix use of database query after close (Gabriele)
Fix double free error in repmgrd (Charles Duffy) Add information about progress during "standby clone" (Gabriele)
Make repmgr exit with an error code when encountering an error (Charles) Fix double free errors in repmgrd (Charles Duffy, Greg)
Standardize on error return codes, use in repmgrd too (Greg) Make repmgr exit with an error code when encountering an error (Charles)
Add [un]install actions/SQL like most contrib modules (Daniel Farina) Standardize on error return codes, use in repmgrd too (Greg)
Wrap all string construction and produce error on overflow (Daniel) Add [un]install actions/SQL like most contrib modules (Daniel Farina)
Correct freeing of memory from first_wal_segment (Daniel) Wrap all string construction and produce error on overflow (Daniel)
Allow creating recovery.conf file with a password (Daniel) Correct freeing of memory from first_wal_segment (Daniel)
Inform when STANDBY CLONE sees an unused config file (Daniel) Allow creating recovery.conf file with a password (Daniel)
Use 64-bit computation for WAL apply_lag (Greg) Inform when STANDBY CLONE sees an unused config file (Daniel)
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)