aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2011-09-12 20:33:58 +0200
committerintrigeri <intrigeri@boum.org>2011-09-12 20:33:58 +0200
commitf9f2f2a812b74edeef1194209e1fb8f501b5cba6 (patch)
tree8c2e5d09366fd205ed7eea746512cfb73334186d
parent5d94e2ad0d54be54476885ad199ab61de2d1a02e (diff)
downloadbackupninja-f9f2f2a812b74edeef1194209e1fb8f501b5cba6.tar.gz
backupninja-f9f2f2a812b74edeef1194209e1fb8f501b5cba6.tar.bz2
Fix credits.
-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.