summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2009-10-19 15:42:13 +0200
committerPatrick Ohly <patrick.ohly@intel.com>2009-10-19 15:42:13 +0200
commite89593f3dffa0599c047cb6d0e708162d32fd20e (patch)
tree7b7f9488df39b52502c3ba47f1e0e731e15623dc
parent8d0f6dca036cbf0a20b4eb106a2acf25bee30474 (diff)
NEWS, version: updated for 0.9.1 beta 2syncevolution-0-9-1-beta2
-rw-r--r--NEWS50
-rw-r--r--configure-pre.in2
2 files changed, 49 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 8749d0fe..91e22386 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,51 @@
-SyncEvolution 0.9 -> 0.9.1, 06.10.2009
-======================================
+SyncEvolution 0.9.1 beta 1 -> 0.9.1 beta 2, 19.10.2009
+======================================================
+Synthesis SyncML Engine version: see src/synthesis/ChangeLog
+
+Several fixes:
+
+* Receiving photos from Mobical failed because Mobical
+ does not quite follow the vCard 2.1 (Moblin Bugzilla #6668).
+ Sending photos worked, but added a few bytes of garbage
+ at the end of each photo (typically ignored when showing).
+ Parser was made more tolerant by Synthesis and encoder bug
+ was fixed.
+
+* Task priorities used by Mobical and Evolution did not match:
+ vCalendar 1.0 uses 1-3, iCalendar 2.0 uses 1-9 (MB #6664).
+ SyncEvolution now translates between the two ranges, with
+ some information getting lost when talking to a peer which
+ only supports the smaller range.
+
+* The workaround for detecting an endless stream of Alert 222
+ messages (caused by misbehavior of certain servers when
+ a specific message has to be resent) aborted certain
+ valid (albeit somewhat pathologic) sync sessions. Improved
+ the heuristic so that it still catches the real loop without
+ aborting in that other case.
+
+* sync-ui: now disables sources which are not supported when
+ setting up a configuration, like memos on Moblin (MB #6672).
+ Previously the source was enabled, which prevented using
+ using the configuration as-is on the command line.
+
+* .rpms on syncevolution.org no longer specify a dependency
+ on certain Perl features. This depencency was a problem on
+ Mandriva. Unwanted hard dependencies on libecal in syncevolution.org
+ binaries are avoided for real this time (MB#6552).
+
+* Trying to remove a non-existent configuration via the command
+ line now raises an error, to catch typos (MB #6673).
+
+* Message resend options: added sanity checks to catch negative
+ values, clarified that duration is given in seconds, 0s resend
+ interval disables resending (MB #6500).
+
+* Spelling fix: "aboring" => "aborting"
+
+
+SyncEvolution 0.9 -> 0.9.1 beta 1, 06.10.2009
+=============================================
Synthesis SyncML Engine version: see src/synthesis/ChangeLog
Mobical and Memotoo are now officially supported.
diff --git a/configure-pre.in b/configure-pre.in
index 3b39c304..591b3db4 100644
--- a/configure-pre.in
+++ b/configure-pre.in
@@ -1,7 +1,7 @@
dnl -*- mode: Autoconf; -*-
dnl Invoke autogen.sh to produce a configure script.
-AC_INIT([syncevolution], [0.9+0.9.1beta1])
+AC_INIT([syncevolution], [0.9+0.9.1beta2])
AM_INIT_AUTOMAKE([tar-ustar])
AC_CONFIG_MACRO_DIR([m4])
define([SYNTHESISSRC_REPO], [])