From ce06e6c8e0b4dbc396c163bb4a38e9e0458c981c Mon Sep 17 00:00:00 2001 From: Greg Smith Date: Thu, 10 Feb 2011 19:34:50 -0500 Subject: [PATCH] Fix some mistakes in the history file --- HISTORY | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY b/HISTORY index cbcf1d31..6a79dce9 100644 --- a/HISTORY +++ b/HISTORY @@ -1,11 +1,11 @@ 1.0.0 2010-12-05 First public release -1.0.1 2011-02-XX Fix missing "--force" option in help (Greg Smith) +1.1.0 2011-02-XX 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) Add Debian .deb packaging (Hannu) - Move configuration data into a structure (Bas) - Make rsync options configurable (Bas, Gabriele Bartolini) + Move configuration data into a structure (Bas, Gabriele Bartolini) + Make rsync options configurable (Bas) Add syslog as alternate logging destination (Gabriele) Change from using malloc to static memory allocations (Gabriele) Add debugging messages after every query (Gabriele)