diff options
author | intrigeri <intrigeri@boum.org> | 2011-04-25 18:55:58 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2011-04-25 18:55:58 +0200 |
commit | 6aca9c822b640372b0fad24d2a3a288ef2cd6a0f (patch) | |
tree | 3ee69280b1f12fc64859ba029a97db1fb913e42f /ChangeLog | |
parent | 2392094a242248f702ebfcb4644f623d2d3aedde (diff) | |
download | backupninja-6aca9c822b640372b0fad24d2a3a288ef2cd6a0f.tar.gz backupninja-6aca9c822b640372b0fad24d2a3a288ef2cd6a0f.tar.bz2 |
All handlers: stop using "local VAR" outside functions. (Closes: #530647)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ version 0.9.9 -- UNRELEASED action. Thanks to Olivier Berger <oberger@ouvaton.org> for the patch. (Closes: #511300) handler changes + all handlers: + . Stop using "local VAR" outside functions. (Closes: #530647) dup: . Use --tempdir option rather than TMPDIR environment variable. (Closes Roundup bug #598) |