aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2010-09-12 19:56:32 +0200
committerintrigeri <intrigeri@boum.org>2010-09-12 19:56:32 +0200
commit37cb23043c1631ce844256b995ba953def713d94 (patch)
treec325a0b909f4492dd469ca72e832872d8729f8e1 /ChangeLog
parent93041732b3ccffa113693af8480d69fc080d9ec1 (diff)
parent34e439ea7bd26f1cbe6741c19319a3d9182356ea (diff)
downloadbackupninja-37cb23043c1631ce844256b995ba953def713d94.tar.gz
backupninja-37cb23043c1631ce844256b995ba953def713d94.tar.bz2
Merge branch 'master' into debian
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index dd8f605..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
@@ -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)