aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2010-09-12 20:13:16 +0200
committerintrigeri <intrigeri@boum.org>2010-09-12 20:19:44 +0200
commitb87d36489ba1f584e6cfe3fec54de49dc9d1a2a6 (patch)
tree0898500342a12e85d977329783e0676cbc60539a /debian/changelog
parent6275acd074e394ace5cb5903ddd94b419c021815 (diff)
downloadbackupninja-b87d36489ba1f584e6cfe3fec54de49dc9d1a2a6.tar.gz
backupninja-b87d36489ba1f584e6cfe3fec54de49dc9d1a2a6.tar.bz2
Update Debian NEWS and changelog.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog26
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e6aa364..fb2ceca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,29 @@
+backupninja (0.9.8-1) unstable; urgency=low
+
+ * Bump Standards version: no changes
+ * New upstream release
+ . only run mdadm if RAID devices actually exist (Closes: #572450)
+ . duplicity handler now defaults to use --full-if-older-than
+ (Closes: #572523, #535996)
+ . duplicy handler now gets rid of unnecessary old cache files
+ (Closes: #572721)
+ . fix duplicity version comparison (Closes: #578987)
+ . duplicity now uses /var/cache/backupninja/duplicity as a cache
+ directory (Closes: #580016)
+ . allow to securely transmit the FTP password from backupninja to
+ duplicity (closes an unreported security issue)
+ . mysql handler does not lock tables in the information_schema
+ database anymore (Closes: #587011)
+ . mysql dbusername/dbpassword options are now actually usable
+ . include the rsync handler (Closes: #515108)
+ . prevents multiple instances of the same rsync job to run in
+ parallel
+ . avoid passing the remote user twice to rsync-over-ssh
+ . documentation improvements (Closes: #583778)
+ . support systems that lack gzip's --rsyncable option
+
+ -- Micah Anderson <micah@riseup.net> Sun, 12 Sep 2010 19:58:49 +0200
+
backupninja (0.9.7-5) unstable; urgency=low
* Upload experimental package to unstable