diff options
author | intrigeri <intrigeri@boum.org> | 2012-06-15 20:35:04 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2012-06-15 20:35:04 +0200 |
commit | 7d4ef67e2202fb80c341f1dee80baf8d69aa55fc (patch) | |
tree | d3b1c5eb99bd64f89f9b17bf6b38b3c31a224003 /ChangeLog | |
parent | 29dcdbae919787978fafd41a12d48338958e92f9 (diff) | |
download | backupninja-7d4ef67e2202fb80c341f1dee80baf8d69aa55fc.tar.gz backupninja-7d4ef67e2202fb80c341f1dee80baf8d69aa55fc.tar.bz2 |
Update and fix ChangeLog.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -3,10 +3,15 @@ version 1.0 -- UNRELEASED mysql: . Use --skip-events when backing up the performance_schema database. (Closes: #673572) - backupninja changes - . Make it clear what lockfile could not be acquired, if any. + 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 |