aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2012-06-15 20:40:27 +0200
committerintrigeri <intrigeri@boum.org>2012-06-15 20:40:27 +0200
commitedfe2adb85faef277283e65454ca533fde8f7e89 (patch)
tree545f1d278d6541fcba09091d196bd189ddc9d042 /ChangeLog
parent13edaf0912f8b36d5035b5ebdbbc28fd0d498427 (diff)
parentaae966981e259b11afc1e01b68d4fa7c59cde646 (diff)
downloadbackupninja-edfe2adb85faef277283e65454ca533fde8f7e89.tar.gz
backupninja-edfe2adb85faef277283e65454ca533fde8f7e89.tar.bz2
Merge tag 'backupninja-1.0' into upstream
Releasing backupninja 1.0 Happy birthdays!
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 209eacf..179d52f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+version 1.0 -- June 15, 2012
+ The "happy birthdays" release!
+ handler changes
+ mysql:
+ . Use --skip-events when backing up the performance_schema database.
+ (Closes: #673572)
+ rsync:
+ . Generate excludes command-line snippet the same way as
+ the duplicity handler does.
+ . Run rsync command-line through a shell, so that single-quotes
+ around excludes are interpreted (Closes: #677410)
+ sys:
+ . Don't execute /usr/bin/lspci or /sbin/modinfo when $hardware == "no"
+ backupninja changes
+ . Make it clear what lockfile could not be acquired, if any.
+
version 1.0-rc1 -- May 15, 2012
handler changes
dup: