aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
blob: 1930cedc50be6988adb71435339c30c45e42ccde (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
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
contextkit (0.4~unreleased) unstable; urgency=low

  * Subscriber part of libcontextsubscriber now supports multiple
    providers for one property.
  * Support both the old and the new ContextKit D-Bus protocol in
    libcontextsubscriber.
  * The start command in context-provide is now able to reregister
    the service name if needed as advertised in the help.
  * context-provide supports proxying in Commander mode.

  Implemented: SWP#CntFr-349, SWP#CntFr-353

 -- Gergely Risko <gergely+context@risko.hu>  Thu, 22 Oct 2009 13:42:27 +0300

contextkit (0.3.10) unstable; urgency=low

  * Introspection part of libcontextsubscriber now supports multiple
    providers for one property.
  * New tool: context-ls for listing available context properties.

  Implemented: SWP#CntFr-324, SWP#CntFr-318, SWP#CntFr-343

 -- Marja Hassinen <ext-marja.2.hassinen@nokia.com>  Tue, 15 Oct 2009 16:25:04 +0300

contextkit (0.3.9) unstable; urgency=low

  * Parsing provider declarations with a nano dom parser which recognizes complex types.
  * Removed complex types from core.context, since they're not
    supported yet.

  Implemented: SWP#CntFr-337, SWP#CntFr-203

 -- Marja Hassinen <ext-marja.2.hassinen@nokia.com>  Tue, 06 Oct 2009 15:00:00 +0300

contextkit (0.3.8) unstable; urgency=low

  * libcontextsubscriber-tests lintian errors fixed.
  * Rewrote context-provide in C++, the UI has been changed, see
    context-provide-v2(1).
  * New package libcontextprovider-tests added, containing customer tests
    of the libcontextprovider.

  Implemented: SWP#CntFr-323

 -- Gergely Risko <gergely+context@risko.hu>  Mon, 05 Oct 2009 09:02:50 +0300

contextkit (0.3.7) unstable; urgency=low

  * Added a const promise to context_provider_install_group's first
    parameter in libcontextprovider C API.
  * Added cltool.py to python-contextkit, this is a tool for test writers,
    to make it easier to communicate with context-listen from python
    scripts.
  * Refactorings in libcontextprovider Qt API, should get rid of some race
    conditions; setConnection in Service is deprecated.
  * libcontextsubscriber's pkg-config file has been fixed, private
    libraries are in Requires.private now.
  * Lintian fixes, and a lintian override for libcontextsubscriber-tests
  * Maemo CI support
  * Fixes: NB#141008 - subscriber cannot subscribe to a provider if provider 
    is started after subscriber

 -- Jean-Luc Lamadon <jean-luc.lamadon@nokia.com>  Wed, 30 Sep 2009 10:29:46 +0300

contextkit (0.3.6) unstable; urgency=low

  * Fixes: NB#140659 - waiting forever with Qt 4.6 if provider is not present

 -- Gergely Risko <gergely+context@risko.hu>  Fri, 25 Sep 2009 11:28:56 +0300

contextkit (0.3.5) unstable; urgency=low

  * Internal change: in the cdb we store serialized QVariants from now on.
  * Fixes: NB#119638 - debug + critical + error messages should go to
    stderr from the libcontextprovider library
  * Fixes: NB#121556 - C API of libcontextprovider uses Glib types

  Implemented: SWP#CntFr-305

 -- Gergely Risko <gergely+context@risko.hu>  Mon, 22 Sep 2009 11:36:40 +0300

contextkit (0.3.4) unstable; urgency=low

  * Added pluginchanging to distribution

 -- Jean-Luc Lamadon <jean-luc.lamadon@nokia.com>  Fri, 18 Sep 2009 16:09:44 +0300

contextkit (0.3.3) unstable; urgency=low
  
  * Fixed dependencies of libcontextsubscriber0-dbg.
  * Fixes: NB#133849 -libcontextsubscriber0 fails to upgrade in sb2.
  * Refactored libcontextsubscriber for future possibility to handle
    different protocols towards providers than the ContextKit
    D-Bus protocol.
  * Refactored libcontextprovider services to support reuse
    of the same dbus connection

 -- Jean-Luc Lamadon <jean-luc.lamadon@nokia.com>  Thu, 17 Sep 2009 15:44:10 +0300

contextkit (0.3.2) unstable; urgency=low

  * Fixed dependencies of libcontextprovider-dev.

 -- Marius Vollmer <marius.vollmer@nokia.com>  Mon, 17 Aug 2009 18:58:06 +0300

contextkit (0.3.1) unstable; urgency=low

  * Fixed Build-Dependencies.

 -- Marius Vollmer <marius.vollmer@nokia.com>  Mon, 17 Aug 2009 16:26:04 +0300

contextkit (0.3) unstable; urgency=low

  * Rewrote libcontextprovider in C++ and added C++ API for it.  The old C
    API is still there and this version is binary and source compatible
    with previous versions.
  
  * The context daemon is in its own source package now.  This makes this
    source package more platform independent, removing the Maemo specific
    bits.
  
  * Removed the fake-provider.  Instead, the core property declarations
    are installed by the libcontextsubscriber package and are always
    available.
  
    If you are a provider for core properties, you now no longer need to
    include type declarations and documentation for them in your property
    declaration XML file.  Just the names of the properties you provide
    are enough.

  * The default loggin level is now 'WARNING'.  Set CONTEXT_LOG_VERBOSITY
    to 'DEBUG' if you want to see more.

 -- Marius Vollmer <marius.vollmer@nokia.com>  Mon, 17 Aug 2009 15:35:04 +0300

contextkit (0.2.12) unstable; urgency=low

  * Unbreak update-context-providers, it was still using
    @DEFAULT_CONTEXT_PROVIDERS@.

 -- Marius Vollmer <marius.vollmer@nokia.com>  Mon, 20 Jul 2009 10:09:23 +0300

contextkit (0.2.11) unstable; urgency=low

  * Include contextprovider.vapi in -dev package.

 -- Marius Vollmer <marius.vollmer@nokia.com>  Fri, 17 Jul 2009 18:11:00 +0300

contextkit (0.2.10) unstable; urgency=low

  * Fixes: NB#126195 - Context Commander won't start if latest 
    libcontextsubscriber is installed.

 -- Jean-Luc Lamadon <jean-luc.lamadon@nokia.com>  Fri, 03 Jul 2009 14:51:02 +0300

contextkit (0.2.9) unstable; urgency=low

  * libcontextsubscriber is thread safe

  * Implemented: SWP#CntFr-231, SWP#CntFr-265

 -- Jean-Luc Lamadon <jean-luc.lamadon@nokia.com>  Tue, 30 Jun 2009 09:09:41 +0300

contextkit (0.2.8) unstable; urgency=low

  * lowmem plugin optimization
  * build system clean up

 -- Jean-Luc Lamadon <jean-luc.lamadon@nokia.com>  Fri, 26 Jun 2009 15:15:04 +0300

contextkit (0.2.7) unstable; urgency=low

  * Fixes: NB#121720 - context-provide cannot provide a False value for
    a boolean from the start

  * Implemented: SWP#CntFr-236, SWP#CntFr-39, SWP#CntFr-283

 -- Jean-Luc Lamadon <jean-luc.lamadon@nokia.com>  Mon, 22 Jun 2009 08:53:56 +0300

contextkit (0.2.6) unstable; urgency=low

  * Put some internal classes into the "ContextSubscriber" namespace so
    that they don't collide with like-named classes in libduivaluespace.

  (0.2.5 was never successfully released.)
  
 -- Gergely Risko <gergely+context@risko.hu>  Tue, 09 Jun 2009 17:11:48 +0300

contextkit (0.2.4) unstable; urgency=low

  * fixed the bug that libcontextsubscriber0 was not installable if no
    other components of the context framework were ever installed before

 -- Gergely Risko <gergely+context@risko.hu>  Tue, 09 Jun 2009 17:11:48 +0300

contextkit (0.2.3) unstable; urgency=low

  * contextd-tests package: bug fix in tests.xml

 -- Jean-Luc Lamadon <jean-luc.lamadon@nokia.com>  Fri, 05 Jun 2009 08:24:08 +0300

contextkit (0.2.2) unstable; urgency=low

  * Bug fixes in the fake property declarations.
  * Add System.MemoryPressure to new-style prop decls for contextd.
  * Remove fake properties that are now provided by sensord, from the
    new-style property declarations.

 -- Marius Vollmer <marius.vollmer@nokia.com>  Thu, 04 Jun 2009 18:24:01 +0300

contextkit (0.2.1) unstable; urgency=low

  * added lowmem plugin to contextd, which provides MemoryPressure property

    Implemented: SWP#CntFr-61

 -- Jean-Luc Lamadon <jean-luc.lamadon@nokia.com>  Thu, 04 Jun 2009 14:19:39 +0300

contextkit (0.2.0) unstable; urgency=low

  * context-provide's registry output file is now specified by
    CONTEXT_PROVIDE_REGISTRY_FILE and not CONTEXT_FLEXI_XML
  * added libcontextsubscriber{0{,-dbg},-dev,-doc}, the implementation of
    the new subscription helper library for creating context aware
    applications

    Implemented: SWP#CntFr-204

 -- Gergely Risko <gergely+context@risko.hu>  Wed, 04 Jun 2009 08:40:14 +0300

contextkit (0.1.10) unstable; urgency=low

  * Update fake-context-provider to not provide keys that are now provided
    by sensord.

 -- Marius Vollmer <marius.vollmer@nokia.com>  Wed, 03 Jun 2009 19:07:06 +0300

contextkit (0.1.9) unstable; urgency=low

  * context-provide's registry output file is now specified by
    CONTEXT_PROVIDE_REGISTRY_FILE and not CONTEXT_FLEXI_XML

  * Added new-style property declaration file to contextd, for use by the
    upcoming libcontextsubscriber.

  * Fixes: NB#119635 - ContextProvider library API checks it's input with
    assertions.

 -- Marius Vollmer <marius.vollmer@nokia.com>  Mon, 01 Jun 2009 15:17:29 +0300

contextkit (0.1.8) unstable; urgency=low

  * Added python-contextkit, which is a python binding for
    libcontextprovider and (in the future) libcontextsubscriber.
  * Added contextkit-utils, which only contains context-provide for now,
    it is a debug/test provider

    Implemented: SWP#CntFr-216

 -- Gergely Risko <gergely+context@risko.hu>  Thu, 28 May 2009 11:25:27 +0300

contextkit (0.1.7) unstable; urgency=low

  * Added the "fake provider", which just declares a lot of core
    properties but doesn't implement any of them, relying on the Context
    Commander to give them values.

    This provider is useful to give a pre-view to properties that are
    planned, and hopefully to gather early feedback about them.

    Implemented: SWP#CntFr-171.

 -- Marius Vollmer <marius.vollmer@nokia.com>  Mon, 25 May 2009 18:44:23 +0300

contextkit (0.1.6-2) unstable; urgency=low

  New upstream release.

  * contextd provides hal-based battery properties.
  * Couple of bug fixes related to properties handling
    and distributing vapi files.

  * Implemented: SWP#CntFr-39.

 -- Jean-Luc Lamadon <jean-luc.lamadon@nokia.com>  Thu, 14 May 2009 07:34:05 +0300

contextkit (0.1.6-1) unstable; urgency=low

  New upstream release.

  * contextd provides hal-based battery properties.
  * Couple of bug fixes related to properties handling.

  * Implemented: SWP#CntFr-39.

 -- Jean-Luc Lamadon <jean-luc.lamadon@nokia.com>  Wed, 13 May 2009 19:53:34 +0300

contextkit (0.1.5-1) unstable; urgency=low

  New upstream release.

  * Complete new libcontextprovider.
  * Documentation reorganized.

  * Implemented: SWP#CntFr-70, SWP#CntFr-68, SWP#CntFr-38,
    SWP#CntFr-8, SWP#CntFr-11, SWP#CntFr-36, SWP#CntFr-72,
    SWP#CntFr-96, SWP#CntFr-71, SWP#CntFr-80, SWP#CntFr-9,
    SWP#CntFr-10, SWP#CntFr-84, SWP#CntFr-74, SWP#CntFr-111,
    SWP#CntFr-110, SWP#CntFr-94, SWP#CntFr-137, SWP#CntFr-76,
    SWP#CntFr-7, SWP#CntFr-87, SWP#CntFr-1, SWP#CntFr-131,
    SWP#CntFr-130, SWP#CntFr-140, SWP#CntFr-135, SWP#CntFr-88,
    SWP#CntFr-132, SWP#CntFr-141, SWP#CntFr-155.

 -- Jean-Luc Lamadon <jean-luc.lamadon@nokia.com>  Thu, 16 Apr 2009 16:48:36 +0300

contextkit (0.1.3-4) unstable; urgency=low

  * Touch all our .vapis as well.

 -- Marius Vollmer <marius.vollmer@nokia.com>  Wed, 25 Mar 2009 19:56:02 +0200

contextkit (0.1.3-3) unstable; urgency=low

  * Touch all our .vala.stamps to avoid running valac during package
    building.

 -- Marius Vollmer <marius.vollmer@nokia.com>  Wed, 25 Mar 2009 19:54:19 +0200

contextkit (0.1.3-2) unstable; urgency=low

  * Ported bug fix from upstream: Don't crash when comparing nulls with
    non-nulls.

 -- Marius Vollmer <marius.vollmer@nokia.com>  Wed, 25 Mar 2009 17:15:24 +0200

contextkit (0.1.3-1) unstable; urgency=low

  New upstream release

  * More docs, mostly.

 -- Marius Vollmer <marius.vollmer@nokia.com>  Tue, 24 Mar 2009 18:13:25 +0200

contextkit (0.1.2-2) unstable; urgency=low

  * Rereleased with correctly generated buildcruft.
  * Don't use AM_MAINTAINER_MODE to avoid this in the future.

 -- Marius Vollmer <marius.vollmer@nokia.com>  Fri, 13 Mar 2009 14:49:07 +0200

contextkit (0.1.2-1) unstable; urgency=low

  New upstream release.

  * Add string support to libcontextprovider.

 -- Marius Vollmer <marius.vollmer@nokia.com>  Thu, 12 Mar 2009 21:34:03 +0200

contextkit (0.1.1-8) unstable; urgency=low

  * Added dbus-glib-1 to dependencies of contextprovider-1.0.

 -- Marius Vollmer <marius.vollmer@nokia.com>  Tue, 03 Mar 2009 13:34:55 +0200

contextkit (0.1.1-7) unstable; urgency=low

  * Forgot libdbus-1-dev, stupid.

 -- Marius Vollmer <marius.vollmer@nokia.com>  Tue, 03 Mar 2009 12:45:37 +0200

contextkit (0.1.1-6) unstable; urgency=low

  * Added needed dependencies to libcontextprovider-dev.

 -- Marius Vollmer <marius.vollmer@nokia.com>  Tue, 03 Mar 2009 12:32:11 +0200

contextkit (0.1.1-5) unstable; urgency=low

  * Don't clean docs.

 -- Marius Vollmer <marius.vollmer@nokia.com>  Mon, 02 Mar 2009 22:48:25 +0200

contextkit (0.1.1-4) unstable; urgency=low

  * Include docs in source distribution.

 -- Marius Vollmer <marius.vollmer@nokia.com>  Mon, 02 Mar 2009 22:27:29 +0200

contextkit (0.1.1-3) unstable; urgency=low

  * Don't remove files during distclean that we can't regenerate, such as
    the sources generated from Vala.

 -- Marius Vollmer <marius.vollmer@nokia.com>  Mon, 02 Mar 2009 22:06:18 +0200

contextkit (0.1.1-2) unstable; urgency=low

  * Don't try to build docs in debian/rules.

 -- Marius Vollmer <marius.vollmer@nokia.com>  Mon, 02 Mar 2009 21:42:34 +0200

contextkit (0.1.1-1) unstable; urgency=low

  * Initial release.

 -- Marius Vollmer <marius.vollmer@nokia.com>  Wed, 07 Jan 2009 14:40:39 +0200