aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2010-01-18 11:43:55 +1300
committerMicah Anderson <micah@riseup.net>2010-01-27 17:07:03 -0500
commit41ce8625ed7c6d45c0a9de0ea52dc074ec3d4380 (patch)
tree9e56aec8dddf5c37f6123080392bbe119988db18
parenta0d56eb517ff6b3d10bff05453fc85c66035f16a (diff)
downloadbackupninja-41ce8625ed7c6d45c0a9de0ea52dc074ec3d4380.tar.gz
backupninja-41ce8625ed7c6d45c0a9de0ea52dc074ec3d4380.tar.bz2
add Chris Nolan to Authors for the maildir directory fix, and add
something to the changelog all for 98e62c95372a398922c1fc36f7517cb95e9f11c3
-rw-r--r--AUTHORS1
-rw-r--r--ChangeLog1
2 files changed, 2 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index ef7ee3d..30fcc5c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -33,4 +33,5 @@ Ian Beckwith <ianb@erislabs.net> -- dup bandwidthlimit fix
Olivier Berger <oberger@ouvaton.org> -- dup debug output bugfix, reportinfo option
stefan <s.freudenberg@jpberlin.de> -- dup support for Amazon S3 buckets
maniacmartin <martin@maniacmartin.com> -- rdiff confusing error message fix
+Chris Nolan <chris@cenolan.com> -- maildir subdirectory expansion
diff --git a/ChangeLog b/ChangeLog
index d207502..0b31499 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,7 @@ version 0.9.7 -- UNRELEASED
. add missing destid_file options to ssh connections
. added sshoptions variable for arbitrary ssh options
. updated example file to include destid_file, destport and sshoptions
+ . use any subdirectories not just "a" to "z". Thanks Chris Nolan! (Redmine#606)
mysql:
. Options passed to mysqldump are now customizable with the new
sqldumpoptions configuration variable. Thanks to Chris Lamb for his