From 9ec23c5471542a37dac83a61ad8d697d269f524a Mon Sep 17 00:00:00 2001 From: intrigeri Date: Fri, 3 Sep 2010 18:33:14 +0200 Subject: Update ChangeLog with rsync changes. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dd8f605..e4d359f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -27,6 +27,10 @@ version 0.9.8 -- UNRELEASED (Closes: #587011) . Fix code logic to make dbusername/dbpassword actually usable (Closes Redmine bug #2264) + rsync: + . Fix lockfile checks. This prevents multiple instances of the same + rsync job to run in parallel. + . Avoid passing the remote user twice to rsync-over-ssh. doc changes manpage: . Fix typo in manpage (Closes: #583778) -- cgit v1.2.3 From 34e439ea7bd26f1cbe6741c19319a3d9182356ea Mon Sep 17 00:00:00 2001 From: intrigeri Date: Sun, 12 Sep 2010 19:24:12 +0200 Subject: Release 0.9.8 --- ChangeLog | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e4d359f..7eb37d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -version 0.9.8 -- UNRELEASED +version 0.9.8 -- September 12, 2010 backupninja changes . Added GZIP_OPTS option, defaulting to --rsyncable, so that this option can be disabled on systems that don't support it. This diff --git a/configure.in b/configure.in index da2d6ba..59ccd10 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ # The maintainer mode is causing me grief with newest versions of autotools #AM_MAINTAINER_MODE -AC_INIT([backupninja],[0.9.7],[backupninja@lists.riseup.net]) +AC_INIT([backupninja],[0.9.8],[backupninja@lists.riseup.net]) AC_CONFIG_SRCDIR([src/backupninja.in]) AM_INIT_AUTOMAKE -- cgit v1.2.3