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