diff --git a/AUTHORS b/AUTHORS
index 07d55c0a3ee6cb8c32976332ffd71ec15aac3895..be4e7e6545e1c93acdb6798d5be43a21c0ae55fb 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -33,3 +33,4 @@ 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 b1e140b72e9463d947ebea67f7d61cf1872db626..c665f9dc9fb06bf9fcca2eada607e3ee029fcd68 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