summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorowsla <owsla@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2009-02-11 14:00:00 +0000
committerowsla <owsla@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2009-02-11 14:00:00 +0000
commitbb72f96f9ddda0c9e7faf68f982bb75459f6fd3f (patch)
tree43ea54c56f2f139b75e14aa55f757e1f9ad38aa3
parent1c6d599299c80dba1fb2ecb6c5e8bb02db2f9054 (diff)
downloadrdiff-backup-bb72f96f9ddda0c9e7faf68f982bb75459f6fd3f.tar.gz
Use Ryan Hughes' full name
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@1024 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/CHANGELOG4
1 files changed, 2 insertions, 2 deletions
diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG
index 27fd3a2..8480315 100644
--- a/rdiff-backup/CHANGELOG
+++ b/rdiff-backup/CHANGELOG
@@ -4,10 +4,10 @@ New in v1.3.2 (????/??/??)
Fix Python 2.2 compatibility. Closes Savannah bug #25529. (Andrew Ferguson)
Fix typo which caused failure when checking if another rdiff-backup process is
-running on Windows. Thanks to Ryan for the bug report. (Andrew Ferguson)
+running on Windows. Thanks to Ryan Hughes for the bug report. (Andrew Ferguson)
Disable hardlinks by default on Windows when performing operations such as
---compare, etc. Thanks to Ryan for the bug report. (Andrew Ferguson)
+--compare, etc. Thanks to Ryan Hughes for the bug report. (Andrew Ferguson)
Change --min-file-size and --max-file-size to agree with man page. These
options no longer include files, and will only apply to regular files. Thanks