diff options
author | intrigeri <intrigeri@boum.org> | 2011-04-26 11:00:02 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2011-04-26 11:00:02 +0200 |
commit | cdcc2bc5c9a28c5eaa0f26fca7aa3a20872689e0 (patch) | |
tree | 662f270c227c601735c521f7e91d65f484c38f76 /ChangeLog | |
parent | d9f2fca055e54ca9d90fd9d41d9d87e307ecfdf7 (diff) | |
download | backupninja-cdcc2bc5c9a28c5eaa0f26fca7aa3a20872689e0.tar.gz backupninja-cdcc2bc5c9a28c5eaa0f26fca7aa3a20872689e0.tar.bz2 |
Do arithmetic using bash rather than bc (Closes: #603173)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |