aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2011-09-20 22:35:23 +0200
committerintrigeri <intrigeri@boum.org>2011-09-20 22:36:04 +0200
commit65ff22247ef1011a55ed8181440be69e4728e9d9 (patch)
tree47dfcba0961a4a98947674b7a4f1fb05e2f16864 /ChangeLog
parent3b5297425bbc2bf4acacb6f4b2b7d83b5cdf23c2 (diff)
downloadbackupninja-65ff22247ef1011a55ed8181440be69e4728e9d9.tar.gz
backupninja-65ff22247ef1011a55ed8181440be69e4728e9d9.tar.bz2
Remove useless and inconsistent executable bit on sys handler.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 60455d9..8174f76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,8 @@ version 0.9.10 -- UNRELEASED
sh:
. Allow 'when = XXX' with spaces (Redmine#2769).
Thanks to aihtdikh for the patch.
+ sys:
+ . Remove useless and inconsistent executable bit on handler.
helper changes
rdiff:
. Fix infinite loop when version inconsistency is detected.