aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2011-04-26 11:00:02 +0200
committerintrigeri <intrigeri@boum.org>2011-04-26 11:00:02 +0200
commitcdcc2bc5c9a28c5eaa0f26fca7aa3a20872689e0 (patch)
tree662f270c227c601735c521f7e91d65f484c38f76 /ChangeLog
parentd9f2fca055e54ca9d90fd9d41d9d87e307ecfdf7 (diff)
downloadbackupninja-cdcc2bc5c9a28c5eaa0f26fca7aa3a20872689e0.tar.gz
backupninja-cdcc2bc5c9a28c5eaa0f26fca7aa3a20872689e0.tar.bz2
Do arithmetic using bash rather than bc (Closes: #603173)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cc1ffb..f1a90b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -34,6 +34,7 @@ version 0.9.9 -- UNRELEASED
rsync:
. Fix long rotation.
. Make units clearer (Closes Redmine bug #2737)
+ . Do arithmetic using bash rather than bc (Closes: #603173)
helper changes
dup:
. Fix separate signing key usecase. Thanks to Ian Beckwith for