aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2014-02-22 13:19:39 +0000
committerintrigeri <intrigeri@boum.org>2014-02-22 13:19:39 +0000
commit3c19ee1f8c5e5f0f37853d120b2484e3d57f885e (patch)
tree3264a55a498192b35ed26a8ce6e97a12fa130ddd
parentce4db5dd4fc05c0c9a8138cf29d948b4b699d7e7 (diff)
downloadbackupninja-3c19ee1f8c5e5f0f37853d120b2484e3d57f885e.tar.gz
backupninja-3c19ee1f8c5e5f0f37853d120b2484e3d57f885e.tar.bz2
Update ChangeLog.
-rw-r--r--ChangeLog30
1 files changed, 29 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e73d19..91bd7a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,36 @@
-version 1.1 -- UNRELEASED
+version 1.0.2 -- UNRELEASED
handler changes
+ dsync:
+ . Miscellaneous improvements to this experimental handler.
dup:
. For local backups, check that the destination directory exists.
Thanks to ulrich for the preliminary patch. (Redmine#4049)
+ . Gracefully handle legacy spaces between -o and IdentityFile.
+ mysql:
+ . Make "nodata" option compatible with compress=no.
+ rdiff:
+ . Add option to include rdiff-backup output in reports.
+ Thanks to David Gasaway <dave@gasaway.org> for the patch!
+ rsync:
+ . Solve quoting issue with "su". (Closes: #683731, Redmine#4019)
+ 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).
+ tar:
+ . Support test mode and xz compression.
+ Thanks to Pierre ROUDIER <contact@pierreroudier.net> for the patches.
+ helper changes
+ rdiff:
+ . Don't give misleading information regarding required fields.
+ (Redmine#4410)
+ . Support output_as_info.
+ Thanks to David Gasaway <dave@gasaway.org> for the patch!
+ backupninja changes
+ . Indentation fixes, thanks to exobuzz. (Redmine#6726)
+ documentation changes
+ . Update INSTALL file to add some missing recommended programs.
version 1.0.1 -- June 29, 2012
handler changes