summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: 74855256e099242de7265b29a0f1750ac5e434da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
syncevolution (1:1.3-1) unstable; urgency=low

  * SyncEvolution 1.3 for Maemo Fremantle.
    Should fix problems with the new support for autodetecting
    what format to sync notes in, among others.
  * Merged from Harmattan branch (irrelevant on Fremantle):
    Support for Harmattan tasks and notes, selecting databases
    by UID. Also reduced memory requirements and fixed some bugs.

 -- Ove Kaaven <ovek@arcticnet.no>  Tue, 25 Sep 2012 21:51:24 +0200

syncevolution (1:1.2.99.4-1) unstable; urgency=low

  * SyncEvolution 1.2.99.4 for Maemo Fremantle.

 -- Ove Kaaven <ovek@arcticnet.no>  Sun, 12 Aug 2012 19:36:39 +0200

syncevolution (1:1.2.99.3-1) unstable; urgency=low

  * SyncEvolution 1.2.99.3 for Maemo Fremantle.
  * Fixes to Maemo calendar backend.
    - Updated to use SyncEvolution's new support for
      automatically detecting whether to sync notes
      in text/calendar or in text/plain format.
      (Previously, the default was to always sync as
      text/plain, which would lose any metadata.)
    - Return ITEM_REPLACED instead of ITEM_MERGED if
      the calendar-backend detects conflicts.
    - Implemented SyncSourceLogging::getDescription(),
      to make it easier for users to find out which
      entry is the problem if something goes wrong.
    - In listAllItems(), read entries from database
      one by one, instead of loading everything into RAM
      all at once. This may be a little slower, but it would
      also reduce resident memory requirements for large
      calendars. Since RAM is a precious resource on the
      N900, this is hopefully a net win.
  * Updated packaging for new SyncEvolution build system.
    Build-Depend on automake 1.10, libtool, libboost1.42-dev,
    and libcppunit-dev.
  * Although I've tried to use the newest tools available in the
    Fremantle repositories, they're still a bit old for the
    SyncEvolution build system, and I had to patch the build
    system a fair bit for it to work.
  * Also patched the SyncEvolution code itself to work with
    the fairly old compiler (gcc 4.2).

 -- Ove Kaaven <ovek@arcticnet.no>  Fri, 10 Aug 2012 02:07:24 +0200

syncevolution (1:1.2.2-1) unstable; urgency=low

  * SyncEvolution 1.2.2 for Maemo.
  * Merged from Harmattan branch (irrelevant on Fremantle):
    - Only sync contacts which have a SyncTarget of "addressbook".

 -- Ove Kaaven <ovek@arcticnet.no>  Mon, 23 Jan 2012 23:19:33 +0100

syncevolution (1:1.2.1-1) unstable; urgency=low

  * SyncEvolution 1.2.1 for Maemo.
  * Merged from Harmattan branch (irrelevant on Fremantle):
    - Updated KCalExtended and QtContacts backends for new
      insertItem() signature.

 -- Ove Kaaven <ovek@arcticnet.no>  Mon, 28 Nov 2011 22:40:09 +0100

syncevolution (1:1.2.0-3) unstable; urgency=low

  * Applied a couple of fixes from upstream to the recurrence
    exception conversion stuff.

 -- Ove Kaaven <ovek@arcticnet.no>  Sun, 20 Nov 2011 19:19:24 +0100

syncevolution (1:1.2.0-2) unstable; urgency=low

  * Switch to OpenSSL version of libneon.

 -- Ove Kaaven <ovek@arcticnet.no>  Tue, 08 Nov 2011 21:25:47 +0100

syncevolution (1:1.2.0-1) unstable; urgency=low

  * SyncEvolution 1.2 for Maemo.
  * Convert iCalendar 2.0 recurrence exceptions to a format
    that the Maemo 5 calendar-backend can understand.
  * And convert back to iCalendar 2.0 format when needed.

 -- Ove Kaaven <ovek@arcticnet.no>  Tue, 08 Nov 2011 19:45:00 +0100

syncevolution (1:1.1.99.7-1) unstable; urgency=low

  * SyncEvolution 1.1.99.7 for Maemo.
  * Removed static libraries.
  * Merged from Harmattan branch (irrelevant on Fremantle):
    - Added Aegis manifest for Harmattan.
    - On Harmattan, re-enable iCal 2.0 UID comparisons.
    - On Harmattan, don't try to sync the fake "self" contact.

 -- Ove Kaaven <ovek@arcticnet.no>  Mon, 19 Sep 2011 18:26:59 +0200

syncevolution (1:1.1.99.6-1) unstable; urgency=low

  * SyncEvolution 1.1.99.6 for Maemo.

 -- Ove Kaaven <ovek@arcticnet.no>  Sun, 04 Sep 2011 20:42:32 +0200

syncevolution (1:1.1.99.5-1) unstable; urgency=low

  * SyncEvolution 1.1.99.5 for Maemo.
    - Built with WebDAV support.
  * Build-Depend on libneon27-gnutls-dev.
  * Depend on host (used by WebDAV backend for DNS SRV lookups).
  * Updated package description:
    - SyncEvolution now supports CalDAV/CardDAV.
    - Remove mention of ScheduleWorld, as the service shut down.
    - Mention Ovi instead, since this package is for a Nokia device.
    - Mention Google, since CalDAV is finally supported.

 -- Ove Kaaven <ovek@arcticnet.no>  Sun, 19 Jun 2011 17:40:57 +0200

syncevolution (1:1.1.1-1) unstable; urgency=low

  * SyncEvolution 1.1.1 for Maemo.
    - Has workaround for Nokia's calendar backend not understanding
      the timezone format of ical 2.0.
  * Added handling of contact photos.

 -- Ove Kaaven <ovek@arcticnet.no>  Sat, 05 Feb 2011 00:04:47 +0100

syncevolution (1:1.0-1) unstable; urgency=low

  * SyncEvolution 1.0 for Maemo.
    - Not built with Bluetooth support, since that's handled by
      Nokia's own on-device software.
    - Not built with D-Bus support, since that does not interact
      with Nokia's Internet Connectivity Daemon (ICD). For the
      time being, autosync is best handled by syncevolution-frontend.

 -- Ove Kaaven <ovek@arcticnet.no>  Tue, 20 Jul 2010 19:44:08 +0200

syncevolution (1:0.9.2-4) unstable; urgency=low

  * Fixed synchronization of notes.
  * Forced libcurl to use IPv4 only.
  * Disable the SSL server certificate verification by default,
    until someone comes up with a good way to handle CA certificates.

 -- Ove Kaaven <ovek@arcticnet.no>  Mon, 15 Feb 2010 19:17:15 +0100

syncevolution (1:0.9.2-3) unstable; urgency=low

  * Deal with upstream breakage of --enable-maemo-calendar

 -- Ove Kaaven <ovek@arcticnet.no>  Tue, 02 Feb 2010 22:04:52 +0100

syncevolution (1:0.9.2-2) unstable; urgency=low

  * Added bug tracker field to debian/control

 -- Ove Kaaven <ovek@arcticnet.no>  Tue, 02 Feb 2010 03:50:49 +0100

syncevolution (1:0.9.2-1) unstable; urgency=low

  * SyncEvolution 0.9.2 release

 -- Ove Kaaven <ovek@arcticnet.no>  Tue, 02 Feb 2010 02:59:36 +0100

syncevolution (1:0.9.2~beta-1) unstable; urgency=low

  * SyncEvolution 0.9.2 snapshot

 -- Ove Kaaven <ovek@arcticnet.no>  Tue, 19 Jan 2010 22:55:14 +0100

syncevolution (1:0.9.2~beta-0) unstable; urgency=low

  * SyncEvolution 0.9.2 snapshot - not ready for Maemo5 yet

 -- Ove Kaaven <ovek@arcticnet.no>  Sat,  9 Jan 2010 15:00:19 +0100

syncevolution (1:0.8.1) stable; urgency=low

  * SyncEvolution 0.8.1, no relevant changes for Maemo

 -- Patrick Ohly <patrick.ohly@gmx.de>  Sat, 11 Oct 2008 09:31:33 +0200

syncevolution (1:0.8) unstable; urgency=low

  * final SyncEvolution 0.8

 -- Patrick Ohly <patrick.ohly@gmx.de>  Fri, 29 Aug 2008 20:58:56 +0200

syncevolution (1:0.7+0.8-beta3) unstable; urgency=low

  * third beta of SyncEvolution 0.8

 -- Patrick Ohly <patrick.ohly@gmx.de>  Sun, 17 Aug 2008 11:35:42 +0200

syncevolution (1:0.7+0.8-beta1a) unstable; urgency=low

  * Disabled support for X-OSSO-CONTACT-STATE on Maemo:
    it caused crashes because garbage strings were returned
    by the Evolution libraries (SF #1947050)

 -- Patrick Ohly <patrick.ohly@gmx.de>  Tue, 15 Jul 2008 22:15:00 +0200

syncevolution (1:0.7+0.8-beta1) unstable; urgency=low

  * first beta of SyncEvolution 0.8

 -- Patrick Ohly <patrick.ohly@gmx.de>  Sat, 12 Jul 2008 21:52:59 +0200

syncevolution (1:0.7+0.8-alpha1-2) unstable; urgency=low

  * first alpha of SyncEvolution 0.8

 -- Patrick Ohly <patrick.ohly@gmx.de>  Sun, 20 Apr 2008 09:45:41 +0200

syncevolution (1:0.7-3) unstable; urgency=low

  * The package manager on Maemo purges /usr/share/doc after installing
    packages; this removed the example configuration files. Now the
    docs are packaged under /usr/lib/syncevolution/doc.

 -- Patrick Ohly <patrick.ohly@gmx.de>  Thu, 31 Jan 2008 18:28:49 +0100

syncevolution (1:0.7-2) unstable; urgency=low

  * compiled with --as-needed to avoid useless dependencies on libs which
    are not available on ITOS 2008
  * replaced linking against a patched libdbus with a wrapper for the
    libdbus function dbus_connection_send_with_reply() which replaces
    the hard-coded default: this was necessary to be compatible with
    ITOS 2006 till 2008

 -- Patrick Ohly <patrick.ohly@gmx.de>  Sat, 19 Jan 2008 21:09:05 +0100

syncevolution (1:0.7-1) unstable; urgency=low

  * updated upstream sources

 -- Patrick Ohly <patrick.ohly@gmx.de>  Mon, 17 Dec 2007 20:16:30 +0100

syncevolution (0.7-pre2-1) unstable; urgency=high

  * updated upstream sources

 -- Patrick Ohly <patrick.ohly@gmx.de>  Thu,  8 Nov 2007 23:04:55 +0100

syncevolution (0.7-pre1-1) unstable; urgency=low

  * updated upstream sources
  * SF #1781652: Nokia 770/800: uninstallable package
    fixed by setting the section to "user/communication"
  
 -- Patrick Ohly <patrick.ohly@gmx.de>  Sat, 25 Aug 2007 15:59:54 +0200

syncevolution (0.6) stable; urgency=low

  * updated upstream sources

 -- Patrick Ohly <patrick.ohly@gmx.de>  Mon, 13 Jul 2007 22:23:19 +0200

syncevolution (0.6-pre2) unstable; urgency=low

  * updated upstream sources
  * packaged without dependency on libecal/libebook

 -- Patrick Ohly <patrick.ohly@gmx.de>  Sat,  7 Apr 2007 17:22:19 +0200

syncevolution (0.6-pre1) unstable; urgency=low

  * Initial release as .deb file

 -- Patrick Ohly <patrick.ohly@gmx.de>  Mon, 26 Mar 2007 21:46:30 +0200