Imported Upstream version 1.1.1 upstream/1.1.1
authorPatrick Ohly <patrick.ohly@intel.com>
Fri, 28 Jun 2013 11:42:09 +0000 (11:42 +0000)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 28 Jun 2013 11:42:09 +0000 (11:42 +0000)
ChangeLog
NEWS
README
README.html
configure
configure-pre.in
configure.in
src/synthesis/ChangeLog

index d6b4041..d5dc051 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,23 @@
 # Generated by configure.  Do no edit.
 
+2010-12-26  Patrick Ohly  <patrick.ohly@intel.com>
+
+       * NEWS:
+
+       NEWS: added release date
+
+2010-12-26  Patrick Ohly  <patrick.ohly@intel.com>
+
+       * configure-pre.in:
+
+       bumped version to 1.1.1
+
+2010-12-26  Patrick Ohly  <patrick.ohly@intel.com>
+
+       * NEWS:
+
+       NEWS: updated in response to 1.1.0.99.1 testing + feedback
+
 2010-12-20  Patrick Ohly  <patrick.ohly@intel.com>
 
        * configure-pre.in:
diff --git a/NEWS b/NEWS
index 49236bb..7506ab7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-SyncEvolution 1.1 -> 1.1.1, xxxxxxxxxx
+SyncEvolution 1.1 -> 1.1.1, 26.12.2010
 ======================================
 
 Maintenance release, in particular improving syncing with phones.
@@ -7,7 +7,7 @@ a failed sync with a phone, so updating is highly recommended.
 
 * Synthesis engine: fixed a corruption issue in internal meta data which
   caused duplicates and other problems in a pretty indeterminstic way;
-  apparently caused by failed syncs (BMC #10358, #11044).
+  apparently caused by failed syncs (BMC #11044).
 
 * Synthesis engine: recurrence rules with end date now sent correctly to phones (BMC #11241).
 
@@ -16,6 +16,10 @@ a failed sync with a phone, so updating is highly recommended.
   were okay. Probably also affected SyncML servers without iCalendar 2.0
   support.
 
+  The fix was confirmed to work with Nokia phones. It also helps with Sony Ericsson
+  phones, but at least the t700 still has a problem: depending on the phone's
+  time zone, it repeats the event for one day too long (BMC #10092).
+
 * Synthesis engine: fixed broken time zone information when sending to phone;
   previously that broke sending calendar updates to Nokia phones (BMC #9600).
 
@@ -24,11 +28,27 @@ a failed sync with a phone, so updating is highly recommended.
   phones accepted such data when part of a new event, but rejected
   updates of it.
 
+* Synthesis engine: shorter TZIDs, might help N900 calendar (BMC #6680).
+
+  The shorter TZIDs will be included in iCalendar 2.0 data exported
+  by libsyntesis and thus SyncEvolution. This change is motivated primarily
+  by the observation that the N900 calendar storage can handle TZID=<location>,
+  but not TZID=/softwarestudio.org/Tzfile/<location>.
+
 * ScheduleWorld: disable configuration template because service has shut down.
 
   The template is only hidden from the GTK sync-ui, but remains in SyncEvolution
   for the time being because it is referenced in several places.
 
+* Evolution CalDAV: added workaround for "must sync twice" (BMC #10265)
+
+  The Evolution CalDAV backend seems to update its data when closing the
+  database, not when opening it. As a result, syncevolution had to be run
+  twice to see all data changes. The workaround is to open the database
+  twice at the start of the sync. This is done for all calendar databases,
+  regardless of which backend they use, in case that some other (yet unknown)
+  backend needs the same workaround.
+
 * GTK sync-ui: workaround for "Sync Now" button not reacting to online
   status changed (BMC #9949).
 
diff --git a/README b/README
index 8928db2..f977768 100644 (file)
--- a/README
+++ b/README
@@ -7,8 +7,8 @@ synchronize personal information management data
 ------------------------------------------------
 
 :Manual section: 1
-:Version: 1.1.0.99.1
-:Date: 2010-12-21
+:Version: 1.1.1
+:Date: 2010-12-26
 
 SYNOPSIS
 ========
index cae2585..00546cd 100644 (file)
@@ -5,7 +5,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <meta name="generator" content="Docutils 0.6: http://docutils.sourceforge.net/" />
 <title>SyncEvolution</title>
-<meta name="date" content="2010-12-21" />
+<meta name="date" content="2010-12-26" />
 <style type="text/css">
 
 /*
@@ -315,9 +315,9 @@ ul.auto-toc {
 <tr class="field"><th class="docinfo-name">Manual section:</th><td class="field-body">1</td>
 </tr>
 <tr><th class="docinfo-name">Version:</th>
-<td>1.1.0.99.1</td></tr>
+<td>1.1.1</td></tr>
 <tr><th class="docinfo-name">Date:</th>
-<td>2010-12-21</td></tr>
+<td>2010-12-26</td></tr>
 </tbody>
 </table>
 <div class="section" id="synopsis">
index 496918a..f5e9b9f 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for syncevolution 1.1.0.99.1.
+# Generated by GNU Autoconf 2.61 for syncevolution 1.1.1.
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
@@ -726,8 +726,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='syncevolution'
 PACKAGE_TARNAME='syncevolution'
-PACKAGE_VERSION='1.1.0.99.1'
-PACKAGE_STRING='syncevolution 1.1.0.99.1'
+PACKAGE_VERSION='1.1.1'
+PACKAGE_STRING='syncevolution 1.1.1'
 PACKAGE_BUGREPORT=''
 
 # Factoring default headers for most tests.
@@ -1628,7 +1628,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures syncevolution 1.1.0.99.1 to adapt to many kinds of systems.
+\`configure' configures syncevolution 1.1.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1698,7 +1698,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of syncevolution 1.1.0.99.1:";;
+     short | recursive ) echo "Configuration of syncevolution 1.1.1:";;
    esac
   cat <<\_ACEOF
 
@@ -2016,7 +2016,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-syncevolution configure 1.1.0.99.1
+syncevolution configure 1.1.1
 generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -2030,7 +2030,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by syncevolution $as_me 1.1.0.99.1, which was
+It was created by syncevolution $as_me 1.1.1, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
@@ -2723,7 +2723,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='syncevolution'
- VERSION='1.1.0.99.1'
+ VERSION='1.1.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -29497,7 +29497,7 @@ exec 6>&1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by syncevolution $as_me 1.1.0.99.1, which was
+This file was extended by syncevolution $as_me 1.1.1, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -29550,7 +29550,7 @@ Report bugs to <bug-autoconf@gnu.org>."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-syncevolution config.status 1.1.0.99.1
+syncevolution config.status 1.1.1
 configured by $0, generated by GNU Autoconf 2.61,
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
index 406f52f..ded7d8e 100644 (file)
@@ -8,7 +8,7 @@ dnl Invoke autogen.sh to produce a configure script.
 #
 # Starting with the 1.1 release cycle, the rpm-style
 # .99 pseudo-version number is used to mark a pre-release.
-AC_INIT([syncevolution], [1.1.0.99.1])
+AC_INIT([syncevolution], [1.1.1])
 # STABLE_VERSION=1.0.1+
 AC_SUBST(STABLE_VERSION)
 
index 7ea6343..c7b7585 100644 (file)
@@ -8,7 +8,7 @@ dnl Invoke autogen.sh to produce a configure script.
 #
 # Starting with the 1.1 release cycle, the rpm-style
 # .99 pseudo-version number is used to mark a pre-release.
-AC_INIT([syncevolution], [1.1.0.99.1])
+AC_INIT([syncevolution], [1.1.1])
 # STABLE_VERSION=1.0.1+
 AC_SUBST(STABLE_VERSION)
 
index b4485cd..f7042a1 100644 (file)
@@ -1,6 +1,6 @@
 # Generated by configure.  Do no edit.
 # git revision 31f90cff28d24a5f31579039597ccfc5a534288a
-# git tag libsynthesis_3.4.0.6+syncevolution-1-1-0-99-1
+# git tag libsynthesis_3.4.0.6+syncevolution-1-1-1
 
 2010-12-16  Lukas Zeller  <luz@plan44.ch>