aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog2
2 files changed, 2 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 43542d5..a4a5fa5 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -39,5 +39,5 @@ Jordi Mallach <jordi@debian.org> -- do not error when no jobs are configured
Jacob Anawalt <jlanawalt@gmail.com> -- pg_dump format option
Sergio Talens-Oliag <sto@debian.org> -- pipefail fixes
Bruno Bigras <bigras.bruno@gmail.com> -- enable tar handler in the build system
-casper -- Allow 'when = XXX' with spaces in .sh files.
+aihtdikh -- Allow 'when = XXX' with spaces in .sh files.
Chris Lamb <lamby@debian.org> -- rdiff.helper bugfix
diff --git a/ChangeLog b/ChangeLog
index 114ec40..043d93f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,7 +12,7 @@ version 0.9.10 -- UNRELEASED
(Closes: #639545)
sh:
. Allow 'when = XXX' with spaces (Redmine#2769).
- Thanks to casper for the patch.
+ Thanks to aihtdikh for the patch.
helper changes:
rdiff:
. Fix infinite loop when version inconsistency is detected.