aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2009-12-24 16:57:31 +0100
committerintrigeri <intrigeri@boum.org>2009-12-24 16:57:31 +0100
commit6606cce4454fc040c60889db82c274704d840ec8 (patch)
treef343ea2d0fca19477621b2769ce2eb7e9c1a55ce /ChangeLog
parent34d0d30593e09a6d0af06e2f201b879cc391c6af (diff)
downloadbackupninja-6606cce4454fc040c60889db82c274704d840ec8.tar.gz
backupninja-6606cce4454fc040c60889db82c274704d840ec8.tar.bz2
easydialog: allow form fields input to grow up to 100 chars (Closes: #562249)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a4a3b1..9a6ccaa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@ version 0.9.7 -- UNRELEASED
. add 'when = manual' option, that can be used in the global config
file or in a given backup action file. Thanks Tuomas Jormola for the
preliminary patch (Closes: #511299)
+ lib changes
+ easydialog:
+ . Allow form fields input to grow up to 100 chars (Closes: #562249)
handler changes
ldap:
. Use gzip's --rsyncable option.