14c77383d7490ca5d5aea4705c6bbf9ca730047c
[platform/framework/web/wrt-plugins-common.git] / debian / changelog
1 wrt-plugins-common (0.3.74) unstable; urgency=low
2
3   * Bug Fix for crash while webapi notification TC is running.
4
5  -- Tae-Jeong Lee <taejeong.lee@samsung.com>  Mon, 11 Mar 2013 22:36:32 +0900
6
7 wrt-plugins-common (0.3.73) unstable; urgency=low
8
9   * Fix injection of javascript
10   * 'on_frame_unload' plugin's callback is not invoked when webapp is terminated.
11   * Fix issues shown by cppcheck for wrt-plugins-common
12   * Fix warnings in compilation of wrt-plugins-common
13
14  -- Tae-Jeong Lee <taejeong.lee@samsung.com>  Fri, 08 Mar 2013 17:21:00 +0900
15
16 wrt-plugins-common (0.3.72) unstable; urgency=low
17
18   * Source code formating unification
19   * Prevent issues fixes
20
21  -- Tae-Jeong Lee <taejeong.lee@samsung.com>  Wed, 13 Feb 2013 13:58:48 +0900
22
23 wrt-plugins-common (0.3.71) unstable; urgency=low
24
25   * Fix script that populates DB for plugins-tests-widgetdb tests.
26   * Fix WrtAccess singleton deinitialize issue
27   * Preloading plugin so file was changed to work only for root object.
28   * Fixed wrong widget private path
29
30  -- Soyoung Kim <sy037.kim@samsung.com>  Fri, 01 Feb 2013 17:00:54 +0900
31
32 wrt-plugins-common (0.3.70) unstable; urgency=low
33
34   * Add tests - widgetdb
35   * PluginManager change to support tizen privilege policy.
36   * Merge "PluginManager change to support tizen privilege policy.
37
38  -- Leerang Song <leerang.song@samsung.com>  Wed, 23 Jan 2013 22:36:46 +0900
39
40 wrt-plugins-common (0.3.69) unstable; urgency=low
41
42   * Add initSession step in PluginLogic.
43   * [Prevent] Fixes issues with exceptions thrown out of main scope.
44   * Changed PkgName type from DPL::Optional<DPL::String> to DPL::String. PART 2
45   * [Prevent] Handle unhandled exceptions in wrt-popup.
46
47  -- Tae-Jeong Lee <taejeong.lee@samsung.com>  Thu, 10 Jan 2013 11:29:27 +0900
48
49 wrt-plugins-common (0.3.68) unstable; urgency=low
50
51   * Remove popup dependency from wrt-commons
52   * Add new popup: Ask YesNo with checkbox
53   * Missing boilerplate added
54   * Support plugin without feature define
55
56   * Git : framework/web/wrt-plugins-common
57   * Tag : wrt-plugins-common_0.3.68
58
59  -- Jihoon Chung <jihoon.chung@samsung.com>  Tue, 18 Dec 2012 14:34:58 +0900
60
61 wrt-plugins-common (0.3.67) unstable; urgency=low
62
63   * Information popup
64   * [Prevent] Ensure pointer is not NULL before it's referenced.
65   * [Prevent] Delete unreachable code.
66   * Popup cleaning
67
68   * Git : framework/web/wrt-plugins-common
69   * Tag : wrt-plugins-common_0.3.67
70
71  -- Tae-Jeong Lee <taejeong.lee@samsung.com>  Thu, 13 Dec 2012 13:41:23 +0900
72
73 wrt-plugins-common (0.3.66) unstable; urgency=low
74
75   * Unused code - removed modules CPU, MMPlayer
76   * Remove duplicated code in filesystem manager
77   * Duplicated code in plugins installer
78   * wrt-plugins-installer clean up
79   * Duplicated code in plugin loader
80   * Adjustment for usage of STL pointers - build break fix
81   * Fixed problem with running tests
82
83   * Git : framework/web/wrt-plugins-common
84   * Tag : wrt-plugins-common_0.3.66
85
86  -- Jihoon Chung <jihoon.chung@samsung.com>  Mon, 10 Dec 2012 11:28:19 +0900
87
88 wrt-plugins-common (0.3.63) unstable; urgency=low
89
90   * Fix for use after free
91   * Removal of factory_widget attribute and related functions
92   * Add Sanity Check for Plugin Logic
93   * Removed error generated by Tizen Robot on gerrit
94
95   * Git : framework/web/wrt-plugins-common
96   * Tag : wrt-plugins-common_0.3.63
97
98  -- Jihoon Chung <jihoon.chung@samsung.com>  Fri, 23 Nov 2012 10:14:53 +0900
99
100 wrt-plugins-common (0.3.62) unstable; urgency=low
101
102   * Add -ldl to link library libdl.so
103   * Add specific interface for support of custom js event
104   * Removal of factory_widget attribute and related functions 
105   * Fix for use after free 
106
107   * Git : framework/web/wrt-plugins-common
108   * Tag : wrt-plugins-common_0.3.61
109
110  -- Yunchan Cho <yunchan.cho@samsung.com>  Thu, 15 Nov 2012 15:30:11 +0900
111
112 wrt-plugins-common (0.3.61) unstable; urgency=low
113
114   * Memory leaks in popup runner
115   * Fixing a near buildbreak
116   * Fixes for recursive opendir
117   * Change profiling build
118   * Add thread enums for new plugin modules.
119
120   * Git : framework/web/wrt-plugins-common
121   * Tag : wrt-plugins-common_0.3.61
122
123  -- Jihoon Chung <jihoon.chung@samsung.com>  Fri, 02 Nov 2012 11:28:36 +0900
124
125 wrt-plugins-common (0.3.60) unstable; urgency=low
126
127   * New Plugin API #2 : Plugins-Installer
128   * Add license installing
129
130   * Git : framework/web/wrt-plugins-common
131   * Tag : wrt-plugins-common_0.3.60
132
133  -- Jihoon Chung <jihoon.chung@samsung.com>  Fri, 12 Oct 2012 08:11:28 +0900
134
135 wrt-plugins-common (0.3.59) unstable; urgency=low
136
137   * Manifest file fix
138
139   * Git : slp/pkgs/w/wrt-plugins-common
140   * Tag : wrt-plugins-common_0.3.59
141
142  -- Tae-Jeong Lee <taejeong.lee@samsung.com>  Tue, 09 Oct 2012 21:00:45 +0900
143
144 wrt-plugins-common (0.3.58) unstable; urgency=low
145
146   * [Plugins] Add wrt-popup
147   * [Plugins] New plugin API #1 : API
148   * [Plugins] Change path for "plugin-installation-required"
149
150   * Git : slp/pkgs/w/wrt-plugins-common
151   * Tag : wrt-plugins-common_0.3.58
152
153  -- Jihoon Chung <jihoon.chung@samsung.com>  Fri, 05 Oct 2012 07:45:07 +0900
154
155 wrt-plugins-common (0.3.57) unstable; urgency=low
156
157   * Add smack manifest
158
159   * Git : framework/web/wrt-plugins-common
160   * Tag : wrt-plugins-common_0.3.57
161
162  -- Tae-Jeong Lee <taejeong.lee@samsung.com>  Thu, 20 Sep 2012 20:12:59 +0900
163
164 wrt-plugins-common (0.3.56) unstable; urgency=low
165
166   * Read allowed plugins when session start
167   * Converer toLongLong conversion
168
169   * Git : framework/web/wrt-plugins-common
170   * Tag : wrt-plugins-common_0.3.56
171
172  -- Tae-Jeong Lee <taejeong.lee@samsung.com>  Wed, 19 Sep 2012 12:14:22 +0900
173
174 wrt-plugins-common (0.3.55) unstable; urgency=low
175
176   * [Plugins] Allow to initialize localStorage for many widgets
177   * [Plugins] Upgrade Security dependencies
178
179   * Git : slp/pkgs/w/wrt-plugins-common
180   * Tag : wrt-plugins-common_0.3.55
181
182  -- Jihoon Chung <jihoon.chung@samsung.com>  Tue, 11 Sep 2012 15:35:20 +0900
183
184 wrt-plugins-common (0.3.54) unstable; urgency=low
185
186   * [Plugins] Code clean up
187   * [Plugins] Multiple INVALID_WIDGET_HANDLE definition
188
189   * Git : slp/pkgs/w/wrt-plugins-common
190   * Tag : wrt-plugins-common_0.3.54
191
192  -- Jihoon Chung <jihoon.chung@samsung.com>  Wed, 29 Aug 2012 13:40:06 +0900
193
194 wrt-plugins-common (0.3.53) unstable; urgency=low
195
196   * Removed a unnecessary dependency.
197   * Add thread pool enum for new tizen download module.
198   * Added new build type for code coverage
199
200   * Git : slp/pkgs/w/wrt-plugins-common
201   * Tag : wrt-plugins-common_0.3.53
202
203  -- Tae-Jeong Lee <taejeong.lee@samsung.com>  Wed, 08 Aug 2012 15:42:43 +0900
204
205 wrt-plugins-common (0.3.52) unstable; urgency=low
206
207   * Update tag for adding "SEL Verification"
208
209   * Git : slp/pkgs/w/wrt-plugins-common
210   * Tag : wrt-plugins-common_0.3.52
211
212  -- Jihoon Chung <jihoon.chung@samsung.com>  Wed, 01 Aug 2012 17:46:57 +0900
213
214 wrt-plugins-common (0.3.51) unstable; urgency=low
215
216   * Support for multiple contexts in plugin logic
217   * Cleaned up loading plugin into iframes
218   * Added support for dispatch event and set properties in JS
219
220   * Git : slp/pkgs/w/wrt-plugins-common
221   * Tag : wrt-plugins-common_0.3.51
222
223  -- Jihoon Chung <jihoon.chung@samsung.com>  Wed, 01 Aug 2012 13:28:24 +0900
224
225 wrt-plugins-common (0.3.50) unstable; urgency=low
226
227   * Re-upload package
228
229   * Git : slp/pkgs/w/wrt-plugins-common
230   * Tag : wrt-plugins-common_0.3.50
231
232  -- Jihoon Chung <jihoon.chung@samsung.com>  Tue, 31 Jul 2012 11:35:52 +0900
233
234 wrt-plugins-common (0.3.49) unstable; urgency=low
235
236   * Revert "Update dependency".
237
238   * Git : slp/pkgs/w/wrt-plugins-common
239   * Tag : wrt-plugins-common_0.3.49
240
241  -- Bartlomiej Grzelewski <b.grzelewski@samsung.com>  Mon, 30 Jul 2012 15:30:00 +0200
242
243 wrt-plugins-common (0.3.48) unstable; urgency=low
244
245   * Re-upload package
246
247   * Git : slp/pkgs/w/wrt-plugins-common
248   * Tag : wrt-plugins-common_0.3.48
249
250  -- Jihoon Chung <jihoon.chung@samsung.com>  Mon, 30 Jul 2012 10:09:01 +0900
251
252 wrt-plugins-common (0.3.47) unstable; urgency=low
253
254   * Git : slp/pkgs/w/wrt-plugins-common
255   * Tag : wrt-plugins-common_0.3.47
256
257  -- Leerang Song <leerang.song@samsung.com>  Fri, 27 Jul 2012 12:16:45 +0900
258
259 wrt-plugins-common (0.3.46-1) unstable; urgency=low
260
261   * Fix tag for auto SR
262
263   * Git : slp/pkgs/w/wrt-plugins-common
264   * Tag : wrt-plugins-common_0.3.46-1
265
266  -- Zbigniew Kostrzewa <z.kostrzewa@samsung.com>  Wed, 25 Jul 2012 15:44:54 +0200
267
268 wrt-plugins-common (0.3.46) unstable; urgency=low
269
270   * Upgrade dependencies to wrt-security and security-server
271
272   * Git : slp/pkgs/w/wrt-plugins-common
273   * Tag : wrt-plugins-common_0.3.46
274
275  -- Zbigniew Kostrzewa <z.kostrzewa@samsung.com>  Wed, 25 Jul 2012 15:34:13 +0200
276
277 wrt-plugins-common (0.3.45) unstable; urgency=low
278
279   * readFeatures - performance improvement
280   * Upgrade dependencies
281
282   * Git : slp/pkgs/w/wrt-plugins-common
283   * Tag : wrt-plugins-common_0.3.45
284
285  -- Jihoon Chung <jihoon.chung@samsung.com>  Wed, 25 Jul 2012 10:02:39 +0900
286
287 wrt-plugins-common (0.3.44) natty; urgency=low
288
289   * fix build error in Plugin_property_support
290
291   * Git : slp/pkgs/w/wrt-plugins-common
292   * Tag : wrt-plugins-common_0.3.44
293
294  -- Taejeong.lee <taejeong.lee@samsung.com>  Wed, 18 Jul 2012 19:35:41 +0900
295
296 wrt-plugins-common (0.3.43) unstable; urgency=low
297
298   * "window.navigator.theme" property support.
299
300   * Git : slp/pkgs/w/wrt-plugins-common
301   * Tag : wrt-plugins-common_0.3.43
302
303  -- Taejeong.lee <taejeong.lee@samsung.com>  Wed, 18 Jul 2012 17:45:56 +0900
304
305 wrt-plugins-common (0.3.42) unstable; urgency=low
306
307   * Fixed CCR(#65374), jira(#WEB-1201)
308
309   * Git : slp/pkgs/w/wrt-plugins-common
310   * Tag : wrt-plugins-common_0.3.42
311
312  -- Jihoon Chung <jihoon.chung@samsung.com>  Mon, 16 Jul 2012 11:06:24 +0900
313
314 wrt-plugins-common (0.3.41-1) unstable; urgency=low
315
316   * Add tag for auto SR
317
318   * Git : slp/pkgs/w/wrt-plugins-common
319   * Tag : wrt-plugins-common_0.3.41-1
320
321  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 12 Jul 2012 15:59:21 +0900
322
323 wrt-plugins-common (0.3.41) unstable; urgency=low
324
325   * Filesystem copy and move permission check fix
326   * Fix format of debian changelog entry
327
328   * Git : slp/pkgs/w/wrt-plugins-common
329   * Tag : wrt-plugins-common_0.3.41
330
331  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 12 Jul 2012 14:20:57 +0900
332
333 wrt-plugins-common (0.3.40) unstable; urgency=low
334
335   * Revision to prevent a crash when Web process is terminated by OOM
336
337   * Git : slp/pkgs/w/wrt-plugins-common
338   * Tag : wrt-plugins-common_0.3.40
339
340  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 05 Jul 2012 09:40:36 +0900
341
342 wrt-plugins-common (0.3.39) unstable; urgency=low
343
344   * Add TimeUtils API
345   * Change dependency to webkit2
346
347   * Git : slp/pkgs/w/wrt-plugins-common
348   * Tag : wrt-plugins-common_0.3.39
349
350  -- Tae Jeong Lee <taejeong.lee@samsung.com>  Mon, 02 Jul 2012 15:01:03 +0900
351
352 wrt-plugins-common (0.3.38) unstable; urgency=low
353
354   * Implementation of InjectedJavascript
355   * Changed ACE client usage to new C-API
356   * Klocwork fixes
357   * Add load and unload event for frame
358
359   * Git : slp/pkgs/w/wrt-plugins-common
360   * Tag : wrt-plugins-common_0.3.38
361
362  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 28 Jun 2012 16:34:35 +0900
363
364 wrt-plugins-common (0.3.37) unstable; urgency=low
365
366   * Seperate js overlay module from widget interface and support new requirment of tizen appservice
367   * clear event listeners for custom event and its JSObject in case of page switch
368   * Fix for w3c-packaging-v9 test
369   * Move classes regarding management of js object to src/Commons
370   * add checking code on event dispatch handler of plugin logic
371
372   * Git : slp/pkgs/w/wrt-plugins-common
373   * Tag : wrt-plugins-common_0.3.37
374
375  -- Jihoon Chung <jihoon.chung@samsung.com>  Mon, 11 Jun 2012 15:10:39 +0900
376
377 wrt-plugins-common (0.3.36) unstable; urgency=low
378
379   * Removing DSEPARATED_SINGLETON_IMPLEMENTATION flag
380   * Fix generating database for WidgetInterfaceDAO
381   * signalEventByDispatcher() crash fix
382
383   * Git : slp/pkgs/w/wrt-plugins-common
384   * Tag : wrt-plugins-common_0.3.36
385
386  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 31 May 2012 14:19:20 +0900
387
388 wrt-plugins-common (0.3.35) unstable; urgency=low
389
390   * Debianize for wrt-plugins-common_0.3.35
391
392   * Git : slp/pkgs/w/wrt-plugins-common
393   * Tag : wrt-plugins-common_0.3.35
394
395  -- Tae-Jeong Lee <taejeong.lee@samsung.com>  Thu, 24 May 2012 18:16:08 +0900
396
397 wrt-plugins-common (0.3.34) unstable; urgency=low
398
399   * Debianize for wrt-plugins-common_0.3.34
400   * Include below changes.
401     - [Security] WrtAccess class implementation changed to safe one.
402
403   * Git : slp/pkgs/w/wrt-plugins-common
404   * Tag : wrt-plugins-common_0.3.34
405
406  -- Tae-Jeong Lee <taejeong.lee@samsung.com>  Thu, 17 May 2012 18:41:37 +0900
407
408 wrt-plugins-common (0.3.33) unstable; urgency=low
409
410   * Fix toLong, toInt, toChar, toSizeT converters
411
412   * Git : slp/pkgs/w/wrt-plugins-common
413   * Tag : wrt-plugins-common_0.3.33
414
415  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 03 May 2012 10:18:10 +0900
416
417 wrt-plugins-common (0.3.32) unstable; urgency=low
418
419   * Debianized for wrt-plugins-common_0.3.32
420
421   * Git : slp/pkgs/w/wrt-plugins-common
422   * Tag : wrt-plugins-common_0.3.32
423
424  -- Tae-Jeong Lee <taejeong.lee@samsung.com>  Thu, 19 Apr 2012 15:48:10 +0900
425
426 wrt-plugins-common (0.3.31) unstable; urgency=low
427
428   * Debianized for wrt-plugins-common_0.3.31
429
430   * Git : slp/pkgs/w/wrt-plugins-common
431   * Tag : wrt-plugins-common_0.3.31
432
433  -- Jihoon Chung <jihoon.chung@samsung.com>  Mon, 09 Apr 2012 11:41:21 +0900
434
435 wrt-plugins-common (0.3.30) unstable; urgency=low
436
437   * Debianized for wrt-plugins-common_0.3.30
438
439   * Git : slp/pkgs/w/wrt-plugins-common
440   * Tag : wrt-plugins-common_0.3.30
441
442  -- Tae-Jeong Lee <taejeong.lee@samsung.com>  Mon, 09 Apr 2012 10:25:40 +0900
443
444 wrt-plugins-common (0.3.29) unstable; urgency=low
445
446   * Debianized for wrt-plugins-common_0.3.29
447
448   * Git : slp/pkgs/w/wrt-plugins-common
449   * Tag : wrt-plugins-common_0.3.29
450
451  -- Tae-Jeong Lee <taejeong.lee@samsung.com>  Fri, 23 Mar 2012 10:15:50 +0900
452
453 wrt-plugins-common (0.3.28) unstable; urgency=low
454
455   * Debianized for wrt-plugins-common_0.3.28
456
457   * Git : slp/pkgs/w/wrt-plugins-common
458   * Tag : wrt-plugins-common_0.3.28
459
460  -- Tae-Jeong Lee <taejeong.lee@samsung.com>  Tue, 20 Mar 2012 20:32:02 +0900
461
462 wrt-plugins-common (0.3.27) unstable; urgency=low
463
464   * Filesystem export API is changed.
465
466   * Git : slp/pkgs/w/wrt-plugins-common
467   * Tag : wrt-plugins-common_0.3.27
468
469  -- Tae-Jeong Lee <taejeong.lee@samsung.com>  Fri, 16 Mar 2012 15:19:57 +0900
470
471 wrt-plugins-common (0.3.26) unstable; urgency=low
472
473   * Invalid attributes fixed for file
474   * Localization data used for widget interface instead of database
475   * Fix closing DBus connection
476   * wrt-plugins-commons test removing
477
478   * Git : slp/pkgs/w/wrt-plugins-common
479   * Tag : wrt-plugins-common_0.3.26
480
481  -- Jihoon Chung <jihoon.chung@samsung.com>  Wed, 14 Mar 2012 19:43:54 +0900
482
483 wrt-plugins-common (0.3.25) unstable; urgency=low
484
485   * Support OBS, SMACK
486
487   * Git : slp/pkgs/w/wrt-plugins-common
488   * Tag : wrt-plugins-common_0.3.25
489
490  -- Yunchan Cho <yunchan.cho@samsung.com>  Tue, 13 Mar 2012 20:04:24 +0900
491
492 wrt-plugins-common (0.3.24) unstable; urgency=low
493
494   * Revert 'Loading w3c plugin by default turned off'
495
496   * Git : slp/pkgs/w/wrt-plugins-common
497   * Tag : wrt-plugins-common_0.3.24
498
499  -- Hoseon LEE <hoseon46.lee@samsung.com>  Sat, 10 Mar 2012 17:23:16 +0100
500
501 wrt-plugins-common (0.3.23) unstable; urgency=low
502
503   * Loading w3c plugin by default turned off
504
505   * Git : slp/pkgs/w/wrt-plugins-common
506   * Tag : wrt-plugins-common_0.3.23
507
508  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Fri, 09 Feb 2012 17:23:16 +0100
509
510 wrt-plugins-common (0.3.22) unstable; urgency=low
511
512   * Fixed problem with package installation
513
514   * Git : slp/pkgs/w/wrt-plugins-common
515   * Tag : wrt-plugins-common_0.3.22
516
517  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Mon, 05 Feb 2012 16:03:16 +0100
518
519 wrt-plugins-common (0.3.21) unstable; urgency=low
520
521   * Debianized for 0.3.21
522
523   * Git : slp/pkgs/w/wrt-plugins-common
524   * Tag : wrt-plugins-common_0.3.21
525
526  -- Tae-Jeong Lee <taejeong.lee@samsung.com>  Mon, 05 Mar 2012 10:56:10 +0900
527
528 wrt-plugins-common (0.3.20) unstable; urgency=low
529
530   * Adjust to changes in wrt-security
531
532   * Git : slp/pkgs/w/wrt-plugins-common
533   * Tag : wrt-plugins-common_0.3.20
534
535  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Tue, 28 Feb 2012 17:43:16 +0100
536
537 wrt-plugins-common (0.3.19) unstable; urgency=low
538
539   * Adjust to changes in email-service API.
540
541   * Git : slp/pkgs/w/wrt-plugins-common
542   * Tag : wrt-plugins-common_0.3.19
543
544  -- Zbigniew Kostrzewa <z.kostrzewa@samsung.com>  Mon, 27 Feb 2012 09:23:46 +0100
545
546 wrt-plugins-common (0.3.18-1) unstable; urgency=low
547
548   * Redebinized
549
550   * Git : slp/pkgs/w/wrt-plugins-common
551   * Tag : wrt-plugins-common_0.3.18-1
552
553  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Sat, 25 Feb 2012 11:06:51 +0100
554
555 wrt-plugins-common (0.3.18) unstable; urgency=low
556
557   * Camera module turned on (try)
558   * Fixed package dependency
559
560   * Git : slp/pkgs/w/wrt-plugins-common
561   * Tag : wrt-plugins-common_0.3.18
562
563  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Sat, 25 Feb 2012 10:16:51 +0100
564
565 wrt-plugins-common (0.3.17) unstable; urgency=low
566
567   * Camera module turned off
568
569   * Git : slp/pkgs/w/wrt-plugins-common
570   * Tag : wrt-plugins-common_0.3.17
571
572  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Fri, 24 Feb 2012 19:36:54 +0100
573
574 wrt-plugins-common (0.3.16) unstable; urgency=low
575
576   * Messaging bugfix
577   * Camera: old implementation has been restored
578
579   * Git : slp/pkgs/w/wrt-plugins-common
580   * Tag : wrt-plugins-common_0.3.16
581
582  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Fri, 24 Feb 2012 18:56:54 +0100
583
584 wrt-plugins-common (0.3.15) unstable; urgency=low
585
586   * Messaging module adjusted to API change in msg-service
587
588   * Git : slp/pkgs/w/wrt-plugins-common
589   * Tag : wrt-plugins-common_0.3.15
590
591  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Tue, 21 Feb 2012 18:26:14 +0100
592
593 wrt-plugins-common (0.3.14) unstable; urgency=low
594
595   * WAC 2.0 Compliance - Messaging.
596
597   * Git : slp/pkgs/w/wrt-plugins-common
598   * Tag : wrt-plugins-common_0.3.14
599
600  -- Zbigniew Kostrzewa <z.kostrzewa@samsung.com>  Mon, 20 Feb 2012 14:24:09 +0100
601
602 wrt-plugins-common (0.3.13) unstable; urgency=low
603
604   * Download agent API Change
605
606   * Git : slp/pkgs/w/wrt-plugins-common
607   * Tag : wrt-plugins-common_0.3.13
608
609  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Fri, 17 Feb 2012 16:26:14 +0100
610
611 wrt-plugins-common (0.3.12) unstable; urgency=low
612
613   * Download agent API Change
614
615   * Git : slp/pkgs/w/wrt-plugins-common
616   * Tag : wrt-plugins-common_0.3.12
617
618  -- Hoseon LEE <hoseon46.lee@samsung.com>  Wed, 15 Feb 2012 17:56:14 +0900
619
620 wrt-plugins-common (0.3.11) unstable; urgency=low
621
622   * change location of database file for widget interface
623   * Removing SLP, Bada ... strings for Source Open
624   * readAsText() API bug fix
625   * Update Threadpool
626
627   * Git : slp/pkgs/w/wrt-plugins-common
628   * Tag : wrt-plugins-common_0.3.11
629
630  -- Jihoon Chung <jihoon.chung@samsung.com>  Tue, 14 Feb 2012 10:23:18 +0900
631
632 wrt-plugins-common (0.3.10-1) unstable; urgency=low
633
634   * Debianize for Refactoring Phase2
635
636   * Git : slp/pkgs/w/wrt-plugins-common
637   * Tag : wrt-plugins-common_0.3.10-1
638
639  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 02 Feb 2012 16:24:20 +0900
640
641 wrt-plugins-common (0.3.10) unstable; urgency=low
642
643   * Debianize for Refactoring Phase2
644
645   * Git : slp/pkgs/w/wrt-plugins-common
646   * Tag : wrt-plugins-common_0.3.10
647
648  -- Jihoon Chung <jihoon.chung@samsung.com>  Tue, 31 Jan 2012 13:40:17 +0900
649
650 wrt-plugins-common (0.3.9-1) unstable; urgency=low
651
652   * Redebianized due to problem with repository
653
654   * Git : slp/pkgs/w/wrt-plugins-common
655   * Tag : wrt-plugins-common_0.3.9-1
656
657  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Wed, 25 Jan 2012 17:05:05 +0100
658
659 wrt-plugins-common (0.3.9) unstable; urgency=low
660
661   * Fix bug with plugin unloading
662
663   * Git : slp/pkgs/w/wrt-plugins-common
664   * Tag : wrt-plugins-common_0.3.9
665
666  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Wed, 25 Jan 2012 15:38:19 +0100
667
668 wrt-plugins-common (0.3.8) unstable; urgency=low
669
670   * Debianize latest source
671
672   * Git : slp/pkgs/w/wrt-plugins-common
673   * Tag : wrt-plugins-common_0.3.8
674
675  -- Yunchan Cho <yunchan.cho@samsung.com>  Wed, 25 Jan 2012 10:39:09 +0900
676
677 wrt-plugins-common (0.3.7) unstable; urgency=low
678
679   * Repository adopted to new wrt-commons
680
681   * Git : slp/pkgs/w/wrt-plugins-common
682   * Tag : wrt-plugins-common_0.3.7
683
684  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Fri, 20 Jan 2012 16:34:19 +0100
685
686 wrt-plugins-common (0.3.6-1) unstable; urgency=low
687
688   * (Redebianized) Modified usage of Ace Thin Client
689
690   * Git : slp/pkgs/w/wrt-plugins-common
691   * Tag : wrt-plugins-common_0.3.6-1
692
693  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Thu, 19 Jan 2012 14:44:39 +0100
694
695 wrt-plugins-common (0.3.6) unstable; urgency=low
696
697   * Modified usage of Ace Thin Client
698
699   * Git : slp/pkgs/w/wrt-plugins-common
700   * Tag : wrt-plugins-common_0.3.6
701
702  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Thu, 19 Jan 2012 14:34:29 +0100
703
704 wrt-plugins-common (0.3.5) unstable; urgency=low
705
706   * Webkit2(Refactoring) branch merged
707
708   * Git : slp/pkgs/w/wrt-plugins-common
709   * Tag : wrt-plugins-common_0.3.5
710
711  -- Jihoon Chung <jihoon.chung@samsung.com>  Mon, 16 Jan 2012 16:21:49 +0900
712
713 wrt-plugins-common (0.3.4) unstable; urgency=low
714
715   * Plugin Manager class implemented.
716
717   * Git : slp/pkgs/w/wrt-plugins-commons
718   * Tag : wrt-plugins-common_0.3.4
719
720  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Wed, 03 Jan 2011 15:27:19 +0100
721
722 wrt-plugins-common (0.3.3) unstable; urgency=low
723
724   * Module names cleaned up. Removed old 'deviceapis' and 'commons' names.
725
726   * Git : slp/pkgs/w/wrt-plugins-commons
727   * Tag : wrt-plugins-common_0.3.3
728
729  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Fri, 23 Dec 2011 13:17:19 +0100
730
731 wrt-plugins-common (0.3.2) unstable; urgency=low
732
733   * Access to WidgetDB modified
734
735   * Git : slp/pkgs/w/wrt-plugins-commons
736   * Tag : wrt-plugins-common_0.3.2
737
738  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Thu, 22 Dec 2011 15:04:17 +0100
739
740 wrt-plugins-common (0.3.1) unstable; urgency=low
741
742   * Installation path for commons modules modified to /usr/lib
743
744   * Git : slp/pkgs/w/wrt-plugins-commons
745   * Tag : wrt-plugins-common_0.3.1
746
747  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Mon, 19 Dec 2011 14:04:17 +0100
748
749 wrt-plugins-common (0.3.0) unstable; urgency=low
750
751   * Debianize 0.3.0 for Webkit2 branch
752
753   * Git : 165.213.180.234:slp/pkgs/w/wrt-plugins-commons
754   * Tag : wrt-plugins-common_0.3.0
755
756  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Thu, 15 Dec 2011 16:28:32 +0100
757
758 wrt-plugins-common (0.2.2) unstable; urgency=low
759
760   * Calendar module fixes
761
762   * Git : slp/pkgs/w/wrt-plugins-commons
763   * Tag : wrt-plugins-common_0.2.2
764
765  -- Yunchan Cho <yunchan.cho@samsung.com>  Tue, 20 Dec 2011 10:54:23 +0900
766
767 wrt-plugins-common (0.2.1) unstable; urgency=low
768
769   * Apply changed notification macros of email-service
770
771   * Git : 165.213.180.234:slp/pkgs/w/wrt-plugins-commons
772   * Tag : wrt-plugins-common_0.2.1
773
774  -- Yunchan Cho <yunchan.cho@samsung.com>  Thu, 15 Dec 2011 15:21:51 +0900
775
776 wrt-plugins-common (0.2.0) unstable; urgency=low
777
778   * Debianize 0.2.0
779
780   * Git : 165.213.180.234:slp/pkgs/w/wrt-plugins-commons
781   * Tag : wrt-plugins-common_0.2.0
782
783  -- Taejeong Lee <taejeong.lee@samsung.com>  Thu, 08 Dec 2011 12:54:32 +0900
784
785 wrt-plugins-common (0.1.10) unstable; urgency=low
786
787   * Debianize 0.1.10
788
789   * Git : 165.213.180.234:slp/pkgs/w/wrt-plugins-commons
790   * Tag : wrt-deviceapis-commons_0.1.10
791
792  -- Taejeong Lee <taejeong.lee@samsung.com>  Fri, 02 Dec 2011 16:06:35 +0900
793
794 wrt-deviceapis-commons (0.1.9) unstable; urgency=low
795
796   * Debianize for connection manager.
797
798   * Git : 165.213.180.234:slp/pkgs/w/wrt-plugins-commons
799   * Tag : wrt-deviceapis-commons_0.1.9
800
801  -- Taejeong Lee <taejeong.lee@samsung.com>  Tue, 29 Nov 2011 14:05:32 +0900
802
803 wrt-deviceapis-commons (0.1.8) unstable; urgency=low
804
805   * Fixed problem with assignment operator
806
807   * Git : 165.213.180.234:slp/pkgs/w/wrt-plugins-commons
808   * Tag : wrt-deviceapis-commons_0.1.8
809
810  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Wed, 23 Nov 2011 17:38:22 +0100
811
812 wrt-deviceapis-commons (0.1.7) unstable; urgency=low
813
814   * Debianized for SDK release.
815
816   * Git : 165.213.180.234:slp/pkgs/w/wrt-plugins-commons
817   * Tag : wrt-deviceapis-commons_0.1.7
818
819  -- taejeong.lee <taejeong.lee@samsung.com>  Wed, 23 Nov 2011 21:27:15 +0900
820
821 wrt-deviceapis-commons (0.1.6) unstable; urgency=low
822
823   * change slp.h to tizen.h
824
825   * Git : 165.213.180.234:slp/pkgs/w/wrt-plugins-commons
826   * Tag : wrt-deviceapis-commons_0.1.6
827
828  -- Jaehyun Park <jaehyun77.park@samsung.com>  Wed, 23 Nov 2011 19:17:27 +0900
829
830 wrt-deviceapis-commons (0.1.5) unstable; urgency=low
831
832   * Fixed emmiters behaviour
833
834   * Git : 165.213.180.234:slp/pkgs/w/wrt-plugins-commons
835   * Tag : wrt-deviceapis-commons_0.1.5
836
837  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Mon, 21 Nov 2011 14:31:32 +0100
838
839 wrt-deviceapis-commons (0.1.4) unstable; urgency=low
840
841   * Fix segmentation fault when msg-service returns NULL body
842
843   * Git : 165.213.180.234:slp/pkgs/w/wrt-plugins-commons
844   * Tag : wrt-deviceapis-commons_0.1.4
845
846  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Thu, 10 Nov 2011 11:11:17 +0100
847
848 wrt-deviceapis-commons (0.1.3) unstable; urgency=low
849
850   * Upload to package repository
851
852   * Git : 165.213.180.234:slp/pkgs/w/wrt-plugins-commons
853   * Tag : wrt-deviceapis-commons_0.1.3
854
855  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Tue, 08 Nov 2011 10:21:19 +0100