Commit Graph

141 Commits

Author SHA1 Message Date
Patrick Ohly 238f9368c2 autotools, NEWS: SyncEvolution 2.0.0
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
2021-03-21 07:16:32 -07:00
Patrick Ohly 83fe101576 autotools, NEWS: SyncEvolution 1.5.3
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
2018-01-09 07:53:28 -08:00
Patrick Ohly 9993e16e2a NEWS: finalize 1.5.2
Mention the TDE desktop, today's date added.
2016-11-08 03:33:29 -08:00
Patrick Ohly 8fccc44cc5 NEWS: SyncEvolution 1.5.2 snapshot 2016-09-26 13:18:13 +02:00
Patrick Ohly 5a7bb9b572 autotools, NEWS: SyncEvolution 1.5.1 2015-06-05 14:58:41 +02:00
Patrick Ohly 97b2051c2d autotools, NEWS: SyncEvolution 1.5 2014-10-31 13:22:05 +01:00
Patrick Ohly d6a3ab3209 autotools, NEWS: SyncEvolution 1.4.99.4 2014-09-12 11:38:57 +02:00
Patrick Ohly 76599a8056 autotools, NEWS: SyncEvolution 1.4.99.3 2014-07-23 12:29:44 +02:00
Patrick Ohly b3d6024247 autotools, NEWS: SyncEvolution 1.4.99.2 2014-05-23 15:46:22 +02:00
Patrick Ohly 372992a20d autotools, NEWS: SyncEvolution 1.4.99.1 2014-04-01 16:57:04 +02:00
Patrick Ohly 7771ee4ad1 autotools, NEWS: SyncEvolution 1.4.1 2014-03-31 16:35:58 +02:00
Patrick Ohly bb73c877a6 autotools, NEWS: SyncEvolution 1.4 2014-02-16 20:56:14 +01:00
Patrick Ohly f3cf4a80b9 autotools, NEWS: SyncEvolution 1.3.99.7 2014-01-22 01:39:59 -08:00
Patrick Ohly 7ccfc4f524 NEWS, autotools: SyncEvolution 1.3.99.6 2013-12-04 13:57:30 +01:00
Patrick Ohly da4987a1aa NEWS, autotools: SyncEvolution 1.3.99.6 preparations 2013-10-30 11:55:18 +01:00
Patrick Ohly 10de41f262 NEWS: typo fix 2013-10-18 09:58:28 +02:00
Patrick Ohly 5267926a04 autotools, NEWS: SyncEvolution 1.3.99.5 2013-10-01 12:09:18 +02:00
Patrick Ohly 94ab0a279a NEWS, autotools: SyncEvolution 1.3.99.4 2013-07-12 16:19:53 +02:00
Patrick Ohly aff78c4fe5 NEWS, configure: SyncEvolution 1.3.99.3 2013-03-07 19:57:34 +01:00
Patrick Ohly de56cc626b SyncML: workarounds for broken peers, attempt 2
Some peers have problems with meta data (CtCap, old Nokia phones) and
the sync mode extensions required for advertising the restart
capability (Oracle Beehive).

Because the problem occurs when SyncEvolution contacts the peers
before it gets the device information from the peer, dynamic rules
based on the peer identifiers cannot be used. Instead the local config
must already disable these extra features in advance.

The "SyncMLVersion" property gets extended for this. Instead of just
"SyncMLVersion = 1.0" (as before) it now becomes possible to say
"SyncMLVersion = 1.0, noctcap, norestart".

"noctcap" disables sending CtCap. "norestart" disables the sync mode
extensions and thus doing multiple sync cycles in the same session
(used between SyncEvolution instances in some cases to get client and
server into sync in one session).

Both keywords are case-insensitive. There's no error checking for
typos, so beware!

The "SyncMLVersion" property was chosen because it was already in use
for configuring SyncML compatibility aspects and adding a new property
would have been harder.

In the previous attempt (commit a0375e) setting the <syncmodeextensions>
option was only done on the client side, thus breaking multi-cycle
syncing with SyncEvolution as server. On the server side the option
shouldn't be needed (the server never sends the extensions unless
the client did first), but for symmetry and testing reasons it makes
sense to also offer the options there.
2013-03-04 07:36:21 -08:00
Patrick Ohly e2647f4962 NEWS: preparations for 1.3.99.3
Add missing date to 1.3.99.2 release and summarize all changes so
far for the next release.
2013-02-26 12:03:46 +01:00
Patrick Ohly 16a532893b Revert "SyncML: workarounds for broken peers"
This reverts commit 3a71a2bf53 and
commit a0375e0160.

Need to back out the workaround for broken peers because it breaks
SyncEvolution<->SyncEvolution syncing.
2012-12-12 18:56:10 +01:00
Patrick Ohly f1e7d92265 NEWS, PIM API + README: updated for 1.3.99.2 2012-12-07 20:09:08 +01:00
Patrick Ohly 7c4a957ca6 Merge tag 'syncevolution-1-3-2'
Conflicts:
	NEWS
	configure.ac
2012-11-29 21:52:59 -08:00
Patrick Ohly 8e3493c2e9 NEWS, autotools: 1.3.2 release 2012-11-25 18:46:43 -08:00
Patrick Ohly 6648a36578 NEWS + PIM README + autotools: updated for 1.3.99.1 2012-10-26 20:05:57 +02:00
Patrick Ohly 1b93d51e03 NEWS: include DUE date fix in 1.3.1 2012-10-05 10:27:02 +00:00
Patrick Ohly 5007e1609a NEWS, configure: prepared 1.3.1 2012-10-05 09:48:22 +00:00
Patrick Ohly 98ea7e5a4b NEWS: include information about syncevo-http-server fix
Only affects pre-releases.
2012-09-10 15:12:24 +02:00
Patrick Ohly de77d5796d NEWS, autotools: release 1.3 2012-09-10 11:56:05 +02:00
Patrick Ohly a987801c14 NEWS, autotools: updated for 1.2.99.4 2012-08-07 09:27:21 +02:00
Patrick Ohly 4a7988adac NEWS, configure: updated for 1.2.99.3 2012-07-24 11:11:26 +02:00
Patrick Ohly af9ec74339 NEWS: fixed spelling and truncation
Copying long lines from git log output truncated them at the width
of the shell.
2012-07-10 09:37:24 +00:00
Patrick Ohly fafc158ebd NEWS: updated for 1.2.99.2 2012-07-04 17:00:49 +02:00
Patrick Ohly c24940cc7c NEWS: revised 1.2.99.2 2012-07-02 17:58:20 +02:00
Patrick Ohly a2ebc922ca NEWS, configure: updated for 1.2.99.2 2012-06-30 07:32:22 +02:00
Patrick Ohly 5644891884 NEWS + configure: release 1.2.99.1 2012-06-22 14:14:52 +02:00
Patrick Ohly 48b6fef643 NEWS: updated for 1.2.99.x 2012-05-30 09:15:13 +02:00
Patrick Ohly f39ad83308 NEWS: updated for 1.2.99.x 2012-05-23 17:04:45 +02:00
Patrick Ohly 09ce2bb579 autotools + NEWS: updated for 1.2.2 release 2012-01-13 16:53:30 +01:00
Patrick Ohly ee05ef35f7 NEWS updated for revised 1.2.1 2011-11-25 14:27:02 +00:00
Patrick Ohly 4b2b737e24 autotools + NEWS: updated for 1.2.1 release
Require latest libsynthesis for the virtual data store 404 fix.
2011-11-21 21:11:40 +01:00
Patrick Ohly 3789bc9eb8 NEWS + autotools: updated to 1.2
Summarized changes in 1.1.99.x series. Depend on latest libsynthesis.
2011-10-13 11:32:44 +02:00
Patrick Ohly 1c86dd68eb bumped version to 1.1.99.7 2011-09-15 10:30:16 +02:00
Patrick Ohly 056346861d prepared 1.1.99.6 release
NEWS updated, versions bumped. Also depend on latest libsynthesis.
2011-08-17 15:15:02 +02:00
Patrick Ohly 1882c97162 NEWS: updated for 1.1.99.5 release 2011-07-13 12:15:45 +02:00
Patrick Ohly 9e56f68b10 bumped version to 1.1.99.4 2011-04-21 12:48:55 +02:00
Patrick Ohly 466cd0b5f0 bumped version to 1.1.99.3 2011-02-26 16:46:39 +01:00
Patrick Ohly ed0300a32e added 1.1.99.2 2011-02-04 21:34:09 +01:00
Patrick Ohly de0e1869af NEWS: added release date 2010-12-26 14:38:23 +01:00