diff options
author | Micah Anderson <micah@riseup.net> | 2012-06-11 10:02:34 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2012-06-11 10:02:34 -0400 |
commit | f8e69f738e6887fcc3f2eaf203c123a10534a0c0 (patch) | |
tree | 7c2fd7637c2a36c3d312df78a760c89318066881 /ChangeLog | |
parent | 79916c4c20af65063f280641f48d1f3c64a63171 (diff) | |
parent | 7af82be3ecf950fd19190d06fb9ad0f3f0aca97a (diff) | |
download | backupninja-f8e69f738e6887fcc3f2eaf203c123a10534a0c0.tar.gz backupninja-f8e69f738e6887fcc3f2eaf203c123a10534a0c0.tar.bz2 |
Merge branch 'master' of labs.riseup.net:backupninja
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 30 |
1 files changed, 27 insertions, 3 deletions
@@ -1,5 +1,13 @@ version 1.0 -- UNRELEASED handler changes + 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. + +version 1.0-rc1 -- May 15, 2012 + handler changes dup: . Make the .dup generated by ninjahelper more consistent with example.dup. @@ -10,6 +18,8 @@ version 1.0 -- UNRELEASED (Closes: #657201) . Report failure output at error loglevel so that it is emailed (Closes: #536858) + maildir: + . Remove 'loadlimit' parameter - it is not used anywhere. mysql: . Don't attempt to dump performance_schema database (Redmine#3741). pgsql: @@ -22,15 +32,29 @@ version 1.0 -- UNRELEASED . Fix metadata rotation. . Allow disabling rotation or setting 2 days as minimum for backup increments in rsync short format (Redmine#2107). - . Use fatal instead of custom "exit 1" (Redmine#3721). . Abort on rsync error (Redmine#3692). . Cleanup orphaned metadata (Redmine#3727). - . Use the backup start time and not the time the backup was finished - (Closes: #654192) + . Use the backup start time and not the time the backup was finished. + (Closes: #654192). + . Use 'debug', 'fatal' and 'warning' functions instead of regular echo + and exit (Redmine#3840, Redmine#3721). + . Quoting $starttime (Redmine#3868). + . Validate created date on long_rotation to avoid too many arguments + at comparison (Redmine#3868). + . Quoting $exclude and $excludes and avoiding a for loop on $exclude + to not expand wildcards in beforehand (Redmine#3882). + . Quote excludes (Redmine#3882). + . Changing remaining 'exit' to 'fatal' at rsync handler (Redmine#3721). + . Removing duplicated locking support (Redmine#3838). + . Documenting rotation parameters at example.rsync (Redmine#3891). + . Ensure that a non-zero rsync exit status is caught (Redmine#3892). build system changes . Workaround automake sanity check that would prevent us from installing lib/* into lib/backupninja/. Where else are be supposed to install such files anyway? + . Have "make dist" ship handlers/*.in instead of make results. + . Have "make dist" ship the FAQ. + . Install handlers as pkgdata_DATA, instead of their .in files. documentation changes . Document what features available to .sh jobs (Redmine #1558). |