summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2010-04-19 13:56:07 +0200
committerPatrick Ohly <patrick.ohly@intel.com>2010-04-19 14:06:55 +0200
commit4d5a1ba273dd36de994e75637fd9b1f1667de2b1 (patch)
treea8f6680ccd02cdb1150b2f9e9ef8ef64a6db121d /NEWS
parent1404b78d9ac6d2d993b83d1bbd5acb9399ae60ad (diff)
RetryInterval: 0 for Funambol, 2M for everyone else (MB #10451)
A user reported that the default 1 minute resend interval did not work for him with his own Funambol server installation. The Funambol developers are notified, but won't be able to do much about this in the near future. Therefore this patch disables message resend in the Funambol server template. Existing configurations have to be updated manually, both to suppress the resending and to enable it again later. The default resend interval is also increased from 1 minute to 2 minutes, to help other slow servers which might have problems handling resends when they arrive to quickly.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a6d1e5e9..f8154aea 100644
--- a/NEWS
+++ b/NEWS
@@ -82,6 +82,14 @@ Other changes:
* restore: no longer updates the time of the backup (MB #9963)
* various minor improvements and fixes, see ChangeLog
+Upgrading:
+* The new "RetryInterval" property causes messages to be resent
+ after 2 minutes (increased from 1 minute in previous 1.0 betas).
+ At least the Funambol server is known to not handle this correctly
+ in all cases (http://funzilla.funambol.com/show_bug.cgi?id=7910).
+ So in the Funambol config template the interval is set to zero,
+ disabling the feature. Enabling or disabling the feature must
+ be done manually in existing configurations.
SyncEvolution 1.0 beta 1 -> beta 2, 23.02.2010
==============================================