aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2014-05-03 14:02:56 +0000
committerintrigeri <intrigeri@boum.org>2014-05-03 14:02:56 +0000
commite91b1080f4719a08a69f07412580ec9c3a34b79d (patch)
treebceaa8af02fe1c972c371c97bfa2b917eb2e4050
parent8db80421aa1c591766bc753a8f9fe328bba3543e (diff)
downloadbackupninja-e91b1080f4719a08a69f07412580ec9c3a34b79d.tar.gz
backupninja-e91b1080f4719a08a69f07412580ec9c3a34b79d.tar.bz2
Update ChangeLog and AUTHORS.
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog11
2 files changed, 13 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 06c70c6..233d6f9 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -51,3 +51,5 @@ Pierre ROUDIER <contact@pierreroudier.net> -- xz and test mode for tar handler
olb <olb@nebkha.net> -- update of duplicity/paramiko SSH options handling
Alexander Mette <mail@amette.eu> -- duplicity bugfix
Dominik George <nik@naturalnet.de> -- Support using a different passphrase for the signing key from the one used for the encryption key in the dup handler
+Christian Prause <cprause@suse.com> -- Support suse in the sys handler
+Jools Wills <jools@oxfordinspire.co.uk> -- Bugfix in the sys helper, indentation fixes
diff --git a/ChangeLog b/ChangeLog
index 2224984..0a9792f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,11 +25,19 @@ version 1.0.2 -- UNRELEASED
Thanks to David Gasaway <dave@gasaway.org> for the patch!
rsync:
. Solve quoting issue with "su". (Closes: #683731, Redmine#4019)
+ . Update increment folder date to avoid ending up with contradictory
+ information. (Closes: Redmine#3929)
+ . Force rsync handler run bash at the remote destination.
+ (Closes: Redmine#3003)
sys:
. Fix LUKS header backup to properly detect partitions.
. Provide the ability to backup the MBR for every device found,
and to backup the BIOS (if the flashrom program is installed,
and the mainboard is supported).
+ . Add suse to the list of supported OS (Redmine#7101).
+ Thanks to Christian Prause <cprause@suse.com> for the patch.
+ . Fix indentation. Thanks to Jools Wills <jools@oxfordinspire.co.uk>
+ for the patch. (Closes: Redmine#6802)
tar:
. Support test mode and xz compression.
Thanks to Pierre ROUDIER <contact@pierreroudier.net> for the patches.
@@ -39,6 +47,9 @@ version 1.0.2 -- UNRELEASED
(Redmine#4410)
. Support output_as_info.
Thanks to David Gasaway <dave@gasaway.org> for the patch!
+ sys:
+ . Remove spurious quotes that broke the helper (Closes: Redmine#6803).
+ Thanks to Jools Wills <jools@oxfordinspire.co.uk> for the patch.
backupninja changes
. Indentation fixes, thanks to exobuzz. (Redmine#6726)
documentation changes