diff --git a/ChangeLog b/ChangeLog
index 0c2d561f5c36c048b8ccd63d58d39d49f0ddc470..ec12b6fcfacc4cb85efb52dd14f29e6389d49836 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,9 @@ version 0.9.10 -- UNRELEASED
 	dup:
 	 . Cleanup: stop supporting duplicity < 0.6.01 (Redmine#2538).
 	rsync:
-	 . Fixing $rsync_options output when rsync is local (Redmine#3001).
+	 . Fixing $rsync_options output when rsync is local
+	   (Closes Redmine bug #3001)
+	   (Closes: #639545)
 	sh:
 	 . Allow 'when = XXX' with spaces (Redmine#2769).
 	   Thanks to casper for the patch.