diff options
author | intrigeri <intrigeri@boum.org> | 2012-01-29 16:44:33 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2012-01-29 16:44:33 +0100 |
commit | e18e7a83e6b9110b348ba8caada6614344854b7a (patch) | |
tree | ad0472410ffb0e9d9444c5fa26dcbb562fde2d89 /ChangeLog | |
parent | 5bfa30bb22cbfe37e06c2c442fe77b5a02602184 (diff) | |
download | backupninja-e18e7a83e6b9110b348ba8caada6614344854b7a.tar.gz backupninja-e18e7a83e6b9110b348ba8caada6614344854b7a.tar.bz2 |
Sort ChangeLog entries.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,5 +1,13 @@ version 1.0 -- UNRELEASED handler changes + dup: + . Make the .dup generated by ninjahelper more consistent with + example.dup. + . Add support for RackSpace's CloudFiles. + Thanks to Yuval Kogman <nothingmuch@woobling.org> for the patch. + . Support bandwidthlimit with new duplicity, using trickle. + mysql: + . Don't attempt to dump performance_schema database (Redmine#3741). rysnc: . Fix numericids option (Redmine#3691). . Mangle $rsync_options just afterwards (Redmine#3702). @@ -9,14 +17,6 @@ version 1.0 -- UNRELEASED . Use fatal instead of custom "exit 1" (Redmine#3721). . Abort on rsync error (Redmine#3692). . Cleanup orphaned metadata (Redmine#3727). - dup: - . Make the .dup generated by ninjahelper more consistent with - example.dup. - . Add support for RackSpace's CloudFiles. - Thanks to Yuval Kogman <nothingmuch@woobling.org> for the patch. - . Support bandwidthlimit with new duplicity, using trickle. - mysql: - . Don't attempt to dump performance_schema database (Redmine#3741). build system changes . Workaround automake sanity check that would prevent us from installing lib/* into lib/backupninja/. Where else are be supposed |