60607e4ee8301a10b7d9f3660f68a3ddbff8a709
[platform/framework/web/wrt.git] / debian / changelog
1 wrt (0.8.125) unstable; urgency=low
2
3   * Implement ask popup for usermedia permission
4   * Implement User Agent setting by config.xml
5
6   * Git : framework/web/wrt
7   * Tag : wrt_0.8.125
8
9  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 20 Dec 2012 19:59:54 +0900
10
11 wrt (0.8.124) unstable; urgency=low
12
13   * Merge "Boilerplates fixed"
14   * Custom handlers support for whitelist and blacklist
15   * Protocol listener
16   * Content listener
17   * Custom handlers callback connected
18   * PHP startup file support
19   * Merge popups into one
20   * Add resume bundle callback function before reload start page
21   * Remove title
22
23   * Git : framework/web/wrt
24   * Tag : wrt_0.8.124
25
26  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 20 Dec 2012 15:14:15 +0900
27
28 wrt (0.8.123) unstable; urgency=low
29
30   * GlobalLogic moved to api_new
31   * Change url_download.h to download.h
32   * Replace deprecated API to new webkit API
33   * Change background-support default value to disable according to WRT spec
34
35   * Git : framework/web/wrt
36   * Tag : wrt_0.8.123
37
38  -- leerang <leerang.song@samsung.com>  Fri, 14 Dec 2012 18:17:38 +0900
39
40 wrt (0.8.122) unstable; urgency=low
41
42   * Fix firing serveral times of ime js event when ime shows or hides
43   * Fix crash on clearing webkit cache
44
45  -- Yunchan Cho <yunchan.cho@samsung.com>  Thu, 13 Dec 2012 19:39:06 +0900
46
47 wrt (0.8.121) unstable; urgency=low
48
49   * [systemd] bug fix for wrt_launchpad_daemon systemd service file
50   * Clean up unused code.
51   * Custom handler popups
52   * [Prevent] Handle unhandled exceptions in wrt-launcher.
53   * [Prevent] Ensure pointer is not void* on delete.
54   * [Prevent] Handle ewk_view_script_execute return value
55   * [Prevent] Handle unhandled exceptions in wrt-client.
56   * Patch for blank frame.
57   * [Prevent] Ensure we don't use a pointer to a freed resource.
58
59   * Git : framework/web/wrt
60   * Tag : wrt_0.8.121
61
62  -- Tae-Jeong Lee <taejeong.lee@samsung.com>  Thu, 13 Dec 2012 13:55:09 +0900
63
64 wrt (0.8.120) unstable; urgency=low
65
66   * Enable systemd service for wrt_launchpad_daemon
67
68   * Git : framework/web/wrt
69   * Tag : wrt_0.8.120
70
71  -- Tae-Jeong Lee <taejeong.lee@samsung.com>  Tue, 11 Dec 2012 19:50:13 +0900
72
73 wrt (0.8.119) unstable; urgency=low
74
75   * Modify popup type name
76   * WRT Launchpad Daemon Feature
77   * Remove widget handle
78
79   * Git : framework/web/wrt
80   * Tag : wrt_0.8.119
81
82  -- Tae-Jeong Lee <taejeong.lee@samsung.com>  Tue, 11 Dec 2012 17:27:26 +0900
83
84 wrt (0.8.118) unstable; urgency=low
85
86   * Custom handler callbacks connected to JS API
87   * Copy-paste code removal
88   * Unused code 2
89   * To comply a rule of webkit EFL port, ewk_init()/ewk_shutdown() api call were added
90   * Change auto_fitting_set setting
91   * Revert Back button
92
93   * Git : framework/web/wrt
94   * Tag : wrt_0.8.118
95
96  -- Jihoon Chung <jihoon.chung@samsung.com>  Mon, 10 Dec 2012 20:14:52 +0900
97
98 wrt (0.8.117) unstable; urgency=low
99
100   * Add new usercallbacks for executable to know when new webview created and destroyed
101   * fix indicator bug on fullscreen mode
102   * Fix for fullscreen toggling methods
103   * source clean up
104   * Distinguish between system headers and project headers. 
105
106  -- Yunchan Cho <yunchan.cho@samsung.com>  Tue, 04 Dec 2012 13:40:37 +0900
107
108 wrt (0.8.116) unstable; urgency=low
109
110   * Change action of appservice in case that serviced page is same to current page of webapp
111   * Logs restored in Release configuration
112   * Support security origin for W3C filesystem API
113   * Support check popup for security origin permission
114   * Support security origin for W3C Web storage usage
115   * Support security origin for W3C geolocation
116
117   * Git : framework/web/wrt
118   * Tag : wrt_0.8.116
119
120  -- Jihoon Chung <jihoon.chung@samsung.com>  Fri, 23 Nov 2012 21:19:38 +0900
121
122 wrt (0.8.115) unstable; urgency=low
123
124   * Profiling disabled for other configurations
125   * Unregister bundle callbacks to avoid abort
126   * Replace widget handle with tizen id
127   * Replace widget handle with tizen id in widgetModel
128   * Removed GetFactoryWidget
129   * localizeWidgetModel() removal
130   * Return to previous window structure
131   * Test mode for installation of widgets in profiling script
132   * Remove build warning
133   * Support security origin database
134
135   * Git : framework/web/wrt
136   * Tag : wrt_0.8.115
137
138  -- Jihoon Chung <jihoon.chung@samsung.com>  Fri, 23 Nov 2012 11:03:48 +0900
139
140 wrt (0.8.114) unstable; urgency=low
141
142   * resolve abnormal action on recieving appservice event
143   * Git : framework/web/wrt
144   * Tag : wrt_0.8.114
145
146  -- Yunchan Cho <yunchan.cho@samsung.com>  Mon, 19 Nov 2012 13:24:24 +0900
147
148 wrt (0.8.113) unstable; urgency=low
149
150   * Support custom js event regarding state change of softkeyboard(ime)
151   * Add interface to fire custom js event for Tizen Webapp
152   * Git : framework/web/wrt
153   * Tag : wrt_0.8.113
154
155  -- Yunchan Cho <yunchan.cho@samsung.com>  Thu, 15 Nov 2012 15:41:10 +0900
156
157 wrt (0.8.112) unstable; urgency=low
158
159   * Fix resource leaks
160   * Removed compilation warnings
161   * Profiling points updated, script fixed
162   * Fix resource leaks
163
164   * Git : framework/web/wrt
165   * Tag : wrt_0.8.112
166
167  -- Jihoon Chung <jihoon.chung@samsung.com>  Wed, 14 Nov 2012 08:24:02 +0900
168
169 wrt (0.8.111) unstable; urgency=low
170
171   * Modified hide operation of viewlogic
172   * for supporting desktop mode
173   * Git : framework/web/wrt
174   * Tag : wrt_0.8.111
175
176  -- kyungeun <lke01.lee@samsung.com>  Mon, 12 Nov 2012 22:37:45 +0900
177
178 wrt (0.8.110) unstable; urgency=low
179
180   * set environment value
181   * Modify state change when showed state changes to showed state
182   * Title & Indicator policy has been changed
183   * Remove deprecated code (roaming_agent)
184   * Remove unnecessary dependency in wrt bundle
185   * Change cache model to EWK_CACHE_MODEL_DOCUMENT_BROWSER
186
187   * Git : framework/web/wrt
188   * Tag : wrt_0.8.110
189
190  -- Jihoon Chung <jihoon.chung@samsung.com>  Wed, 07 Nov 2012 13:19:10 +0900
191
192 wrt (0.8.109) unstable; urgency=low
193
194   * Start URI localized only once + localization fix
195   * for indicator widget, the elementaries for window are changed
196   * Clean unused libraries and includes
197   * Update wrt-preloader binary
198   * Fixed N_SE-12031
199   * Remove floating backbutton
200
201   * Git : framework/web/wrt
202   * Tag : wrt_0.8.109
203
204  -- Jihoon Chung <jihoon.chung@samsung.com>  Fri, 02 Nov 2012 11:49:50 +0900
205
206 wrt (0.8.108) unstable; urgency=low
207
208   * Deleted factory_widget, so had to remove isDeletable and places where it was used.
209   * Change profiling build
210   * Fixing profiling script
211   * Fixed app service searching function
212   * Fixed JIRA #S1-9623
213   * Fixed crash issue during receiving reset event
214
215   * Git : framework/web/wrt
216   * Tag : wrt_0.8.108
217
218  -- Jihoon Chung <jihoon.chung@samsung.com>  Tue, 30 Oct 2012 15:31:50 +0900
219
220 wrt (0.8.107) unstable; urgency=low
221
222   * [Engine] wrt-launcher widget info display change.
223   * [Engine] Remove widgetHandle from geolocation support
224   * URI handling moved to WebProcess
225   * [Engine] Replacing FileUtils function calls
226   * Profiling script modified to according to wrt-launcher changes
227
228
229   * Git : framework/web/wrt
230   * Tag : wrt_0.8.107
231
232  -- Soyoung Kim <sy037.kim@samsung.com>  Thu, 25 Oct 2012 14:57:29 +0900
233
234 wrt (0.8.106) unstable; urgency=low
235
236   * Rename PkgName to TizenId in widget model
237   * Changed callback mechanism to use FastDelegates #2
238   * wrt-client attach to database thread
239   * Remove widget model from wrt api
240   * Remove widget handle from wrt-launcher
241   * Removing direct call to DBus from RunnableWidgetObject
242   * Fix for RunnableObjectGuardState when background page enable
243   * Remove unused fields from widget model
244   * Replace WK API to ewk
245
246   * Git : framework/web/wrt
247   * Tag : wrt_0.8.106
248
249  -- Leerang Song <leerang.song@samsung.com>  Fri, 19 Oct 2012 10:59:45 +0900
250
251 wrt (0.8.105) unstable; urgency=low
252
253   * Remove widget handle from wrt api
254   * Fix for profiling scripts
255   * Removed unused YouTubeHD::parseXML() and libxml2
256   * Remove widget handle from youtubehd
257   * Remove ewk_xxx header
258   * Add license installing
259
260   * Git : framework/web/wrt
261   * Tag : wrt_0.8.105
262
263  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 11 Oct 2012 08:33:48 +0900
264
265 wrt (0.8.104) unstable; urgency=low
266
267   * Blank IFrame issue fix
268   * Manifest file changed
269   * Prevent popup from asking filesystem permission
270   * Remove widget handle from wrt-client
271   * Fixed get application service uri
272   * WRT Runnable Object State Guard
273
274   * Git : framework/web/wrt
275   * Tag : wrt_0.8.104
276
277  -- Tae-Jeong Lee <taejeong.lee@samsung.com>  Tue, 09 Oct 2012 21:13:55 +0900
278
279 wrt (0.8.103) unstable; urgency=low
280
281   * NPAPI plugins support is always on by default
282   * backbutton support
283   * Change the setting method of window layout
284   * Removed unused code after old wrt api
285   * Removed unused ace profiling scripts
286
287   * Git : framework/web/wrt
288   * Tag : wrt_0.8.103
289
290  -- Tae-Jeong Lee <taejeong.lee@samsung.com>  Mon, 08 Oct 2012 21:05:09 +0900
291
292 wrt (0.8.102) unstable; urgency=low
293
294   * [Engine] Allow to launch widget with tizen id
295
296   * Git : slp/pkgs/w/wrt
297   * Tag : wrt_0.8.102
298
299  -- Jihoon Chung <jihoon.chung@samsung.com>  Fri, 05 Oct 2012 15:41:22 +0900
300
301 wrt (0.8.101) unstable; urgency=low
302
303   * [Engine] DPL pointer replaced by std pointers
304   * LanguageTagsProvider reset on system lang change
305   * Widget localization refactoring
306   * [Engine] Few new profiling points. Profiling script modification to parse debug
307   * LanguageTags removed from WidgetModel
308   * Added FullscreenAPI handling in wrt-client
309   * [Engine] Add wrt-popup
310
311   * Git : slp/pkgs/w/wrt
312   * Tag : wrt_0.8.101
313
314  -- Jihoon Chung <jihoon.chung@samsung.com>  Fri, 05 Oct 2012 08:00:36 +0900
315
316 wrt (0.8.100) unstable; urgency=low
317
318   * Fix for crash when terminated
319
320   * Git : slp/pkgs/w/wrt
321   * Tag : wrt_0.8.100
322
323  -- Tae-Jeong Lee <taejeong.lee@samsung.com>  Fri, 28 Sep 2012 15:25:13 +0900
324
325 wrt (0.8.99) unstable; urgency=low
326
327   * Add SEL Verification tag
328
329   * Git : slp/pkgs/w/wrt
330   * Tag : wrt_0.8.99
331
332  -- Tae-Jeong Lee <taejeong.lee@samsung.com>  Thu, 27 Sep 2012 21:21:28 +0900
333
334 wrt (0.8.98) unstable; urgency=low
335
336   * Add hidden option for developer
337   * Fix for N_SE-10234 and Redefine of system language change action
338   * Filesystem permission request ask Popup
339   * Add WKBundlePagePolicyClient callbacks for improving launching time
340   * unregister callback on widget close
341   * Set export env for rendering
342
343   * Git : slp/pkgs/w/wrt
344   * Tag : wrt_0.8.98
345
346  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 27 Sep 2012 16:05:14 +0900
347
348 wrt (0.8.97) unstable; urgency=low
349
350   * Add smack manifest
351
352   * Git : framework/web/wrt
353   * Tag : wrt_0.8.97
354
355  -- Tae-Jeong Lee <taejeong.lee@samsung.com>  Thu, 20 Sep 2012 20:16:12 +0900
356
357 wrt (0.8.96) unstable; urgency=low
358
359   * for SEL_verification release
360
361   * Git : framework/web/wrt
362   * Tag : wrt_0.8.96
363
364  -- Tae-Jeong Lee <taejeong.lee@samsung.com>  Thu, 20 Sep 2012 11:54:36 +0900
365
366 wrt (0.8.95) unstable; urgency=low
367
368   * Fixed N_SE-10195
369   * CMakeLists cleanup
370   * Change related to new language tags provider.
371   * Tizen setting configuration extention rename
372   * wrt-security dep fixed
373   * Database Usage Exceed Permission Ask Popup
374   * Changed callback mechanism to use FastDelegates
375   * Move up WebProcess fork timing.
376   * Removing the "Search the Web" context menu.
377   * Unnecessary method declarations removed
378   * Framework directory removed
379
380   * Git : framework/web/wrt
381   * Tag : wrt_0.8.95
382
383  -- Tae-Jeong Lee <taejeong.lee@samsung.com>  Wed, 19 Sep 2012 12:21:22 +0900
384
385 wrt (0.8.94) unstable; urgency=low
386
387   * [Engine] fix for wrt test mode
388   * [Engine] Fixed N_SE-9280
389   * [Engine] Add evas_object_focus_set in the OnPause
390   * [Engine] Remove progress evas_object
391   * [Engine] Remove build warning
392
393   * Git : slp/pkgs/w/wrt
394   * Tag : wrt_0.8.94
395
396  -- Jihoon Chung <jihoon.chung@samsung.com>  Wed, 12 Sep 2012 15:55:45 +0900
397
398 wrt (0.8.93) unstable; urgency=low
399
400   * [Engine] Upgrade Security dependencies
401
402   * Git : slp/pkgs/w/wrt
403   * Tag : wrt_0.8.93
404
405  -- Jihoon Chung <jihoon.chung@samsung.com>  Tue, 11 Sep 2012 15:41:57 +0900
406
407 wrt (0.8.92) unstable; urgency=low
408
409   * [Engine] support multiple view object
410
411   * Git : slp/pkgs/w/wrt
412   * Tag : wrt_0.8.92
413
414  -- Yunchan Cho <yunchan.cho@samsung.com>  Thu, 06 Sep 2012 00:17:20 +0900
415
416 wrt (0.8.91) unstable; urgency=low
417
418   * [Engine] Rearrange return value for IDE
419
420   * Git : slp/pkgs/w/wrt
421   * Tag : wrt_0.8.91
422
423  -- Jihoon Chung <jihoon.chung@samsung.com>  Wed, 05 Sep 2012 20:46:40 +0900
424
425 wrt (0.8.90) unstable; urgency=low
426
427   * [Engine] Clean unused code
428   * [Engine] Remove elm_exit() from ViewLogic
429   * [Engine] Fixed JIRA(N_SE-8886)
430
431   * Git : slp/pkgs/w/wrt
432   * Tag : wrt_0.8.90
433
434  -- Jihoon Chung <jihoon.chung@samsung.com>  Tue, 04 Sep 2012 23:29:29 +0900
435
436 wrt (0.8.89) unstable; urgency=low
437
438   * [Engine] Arch directory removed
439   * [Engine] View module header cleanup
440   * [Engine] Move windowData and splash screen to wrt-client
441   * [Engine] Move setLayout out of view module
442   * [Engine] Profiling fixes
443   * [Engine] Fixed SDK launch fail issue
444   * [Engine] Fixed CCR issue(#78130)
445   * [Engine] calling connectElmCallback
446   * [Engine] Support focusing of top level webview in case of reset or resume
447
448   * Git : slp/pkgs/w/wrt
449   * Tag : wrt_0.8.89
450
451  -- Jihoon Chung <jihoon.chung@samsung.com>  Mon, 03 Sep 2012 20:30:30 +0900
452
453 wrt (0.8.88) unstable; urgency=low
454
455   * [Engine] Support to get current webview used for rendering
456   * [Engine] Change callback machanism of RunnableWidgetObject
457   * [Engine] RunnableWidgetObject extended with startUri
458   * [Engine] ewk_context.h fix
459   * [Engine] Add decrypt resource
460
461   * Git : slp/pkgs/w/wrt
462   * Tag : wrt_0.8.88
463
464  -- Jihoon Chung <jihoon.chung@samsung.com>  Wed, 29 Aug 2012 13:41:55 +0900
465
466 wrt (0.8.87) unstable; urgency=low
467
468   * [Engine] Removing 'WebKit2' prefix path from including webkit header file.
469   * [Engine] Reset widget When update setting lanuage.
470
471   * Git : framework/web/wrt
472   * Tag : wrt_0.8.87
473
474  -- Tae-Jeong Lee <taejeong.lee@samsung.com>  Mon, 27 Aug 2012 22:29:53 +0900
475
476 wrt (0.8.86) unstable; urgency=low
477
478   * [Engine] Splash screen code separated
479   * [Engine] Replace Legacy API to Managed API (#1, aul to capi-appfw-application)
480   * [Engine] Add default icon for tizen
481   * [Engine] Change orientation argument
482   * [Engine] Move checkWACTestCertifiedWidget() to wrt-client side
483   * [Engine] Move localizeWidgetModel() to wrt-client side
484   * [Engine] Move debug settings to wrt-client
485
486   * Git : slp/pkgs/w/wrt
487   * Tag : wrt_0.8.86
488
489  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 23 Aug 2012 16:24:06 +0900
490
491 wrt (0.8.85) unstable; urgency=low
492
493   * [Engine] WRT API, Widget Controlller and Logic removed
494   * [Engine] RunnableWidgetObject fix
495   * [Engine] Move state check of widget model to wrt-client side
496   * [Engine] Implementation W3C "The Screen Orientation API"
497
498   * Git : slp/pkgs/w/wrt
499   * Tag : wrt_0.8.85
500
501  -- Jihoon Chung <jihoon.chung@samsung.com>  Tue, 21 Aug 2012 21:57:18 +0900
502
503 wrt (0.8.84) unstable; urgency=low
504
505   * [Engine] Implement launchCallback in wrt-client
506   * [Engine] Removing 'WebKit2' prefix path from including webkit header file
507   * [Engine] Conformant code cleanup
508
509   * Git : slp/pkgs/w/wrt
510   * Tag : wrt_0.8.84
511
512  -- Tae-Jeong Lee <taejeong.lee@samsung.com>  Tue, 21 Aug 2012 15:23:33 +0900
513
514 wrt (0.8.83) unstable; urgency=low
515
516   * ViewLogic refactor
517   * Clean-up screen orientation code
518   * Remove ug-picker-efl
519   * Replace Legacy API to Managed API (remove dnet)
520   * Implement custom http header set
521
522   * Git : slp/pkgs/w/wrt
523   * Tag : wrt_0.8.83
524
525  -- Jihoon Chung <jihoon.chung@samsung.com>  Fri, 17 Aug 2012 10:26:19 +0900
526
527 wrt (0.8.82) unstable; urgency=low
528
529   * WRT CoreModule
530   * WRT RunnableWidgetObject
531   * Use new api in wrt-client
532   * Change action for 'default' operation of appservice
533   * Devel package created for wrt
534
535   * Git : slp/pkgs/w/wrt
536   * Tag : wrt_0.8.82
537
538  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 16 Aug 2012 20:23:16 +0900
539
540 wrt (0.8.81) unstable; urgency=low
541
542   * Switch order of init step nad setPrivilege step
543   * Unused method removed
544   * WindowData separation
545   * Fixed crash issus (#S1-7373/7374)
546
547   * Git : slp/pkgs/w/wrt
548   * Tag : wrt_0.8.81
549
550  -- Jihoon Chung <jihoon.chung@samsung.com>  Mon, 13 Aug 2012 20:51:16 +0900
551
552 wrt (0.8.80) unstable; urgency=low
553
554   * OCSPCheck terms change from Tizen webapp to WAC2.0 webapp
555   * Revise a host API and remove a smartcallback function
556   * Change dependency from "ui-gadget" to "ui-gadget-1"
557   * Support for geolocation
558   * Move up the WebProcess initialization timing
559   * Add low memory event callback
560   * Move evas_object_focus_set
561   * Fixed JIRA(#WEB-1499)
562
563   * Git : slp/pkgs/w/wrt
564   * Tag : wrt_0.8.80
565
566  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 09 Aug 2012 15:19:09 +0900
567
568 wrt (0.8.79) unstable; urgency=low
569
570   * Change web process creation time.
571   * Remove unnecessary function call
572   * Splash screen deinitialization pedantic check
573   * Widget model was initialized twice
574   * Prepare ViewLogic to Livebox
575   * RPC Server leftover
576   * Use PopupInvoker from wrt repository
577   * Added new build type for code coverage.
578
579   * Git : slp/pkgs/w/wrt
580   * Tag : wrt_0.8.79
581
582  -- Tae-Jeong Lee <taejeong.lee@samsung.com>  Fri, 03 Aug 2012 19:57:42 +0900
583
584 wrt (0.8.78) unstable; urgency=low
585
586   * Update tag for adding "SEL Verification"
587
588   * Git : slp/pkgs/w/wrt
589   * Tag : wrt_0.8.78
590
591  -- Jihoon Chung <jihoon.chung@samsung.com>  Wed, 01 Aug 2012 17:41:16 +0900
592
593 wrt (0.8.77) unstable; urgency=low
594
595   * Block webkit evas_object_del code
596   * Preparation of injected bundle for multiple plugins
597   * Integration with new PluginLogic
598
599   * Git : slp/pkgs/w/wrt
600   * Tag : wrt_0.8.77
601
602  -- Jihoon Chung <jihoon.chung@samsung.com>  Tue, 31 Jul 2012 22:39:11 +0900
603
604 wrt (0.8.76) unstable; urgency=low
605
606   * Re-upload package
607
608   * Git : slp/pkgs/w/wrt
609   * Tag : wrt_0.8.76
610
611  -- Jihoon Chung <jihoon.chung@samsung.com>  Tue, 31 Jul 2012 11:42:00 +0900
612
613 wrt (0.8.75) unstable; urgency=low
614
615   * Re-upload package
616
617   * Git : slp/pkgs/w/wrt
618   * Tag : wrt_0.8.75
619
620  -- Bartlomiej Grzelewski <b.grzelewski@samsung.com>  Mon, 30 Jul 2012 16:07:00 +0200
621
622 wrt (0.8.74) unstable; urgency=low
623
624   * Re-upload package
625
626   * Git : slp/pkgs/w/wrt
627   * Tag : wrt_0.8.74
628
629  -- Jihoon Chung <jihoon.chung@samsung.com>  Mon, 30 Jul 2012 10:10:40 +0900
630
631 wrt (0.8.73) unstable; urgency=low
632
633   * Fixed set theme.
634   
635   * Git : slp/pkgs/w/wrt
636   * Tag : wrt_0.8.73
637
638  -- Leerang Song <leerang.song@samsung.com>  Thu, 26 Jul 2012 15:37:52 +0900
639
640 wrt (0.8.72) unstable; urgency=low
641
642   * Adjust to API changes in wrt-security and security-server
643   * Add splash screen
644
645   * Git : slp/pkgs/w/wrt
646   * Tag : wrt_0.8.72
647
648  -- Zbigniew Kostrzewa <z.kostrzewa@samsung.com>  Wed, 25 Jul 2012 16:03:18 +0200
649
650 wrt (0.8.71) unstable; urgency=low
651
652   * Fixed build break when DPL LOGS are turned off
653   * Fixed CCR(#N_SE-3620)
654   * Remove unused script (wrt_policy_setter.sh)
655   * Upgrade dependencies
656
657   * Git : slp/pkgs/w/wrt
658   * Tag : wrt_0.8.71
659
660  -- Jihoon Chung <jihoon.chung@samsung.com>  Wed, 25 Jul 2012 10:16:03 +0900
661
662 wrt (0.8.70) unstable; urgency=low
663
664   * Add to set theme information
665   * "window.navigator.theme" property support.
666   * A feature of widget background work support.
667
668   * Git : slp/pkgs/w/wrt
669   * Tag : wrt_0.8.70
670
671  -- Taejeong Lee <taejeong.lee@samsung.com>  Wed, 18 Jul 2012 18:07:05 +0900
672
673 wrt (0.8.69) unstable; urgency=low
674
675   * Clean-up multiple INVALID_WIDGET_HANDLE definition
676   * Add focus to evas_object
677
678   * Git : slp/pkgs/w/wrt
679   * Tag : wrt_0.8.69
680
681  -- Jihoon Chung <jihoon.chung@samsung.com>  Mon, 16 Jul 2012 14:08:10 +0900
682
683 wrt (0.8.68-1) unstable; urgency=low
684
685   * Add tag for auto SR
686
687   * Git : slp/pkgs/w/wrt
688   * Tag : wrt_0.8.68-1
689
690  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 12 Jul 2012 15:34:32 +0900
691
692 wrt (0.8.68) unstable; urgency=low
693
694   * Support auto save id/password for WK2
695   * Remove auto save for WK1
696   * Window activate process is added in reset widget function
697   * Code clean up
698
699   * Git : slp/pkgs/w/wrt
700   * Tag : wrt_0.8.68
701
702  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 12 Jul 2012 14:00:45 +0900
703
704 wrt (0.8.67) unstable; urgency=low
705
706   * Add geolocation control by ace.
707   * wrt-client clean up #2
708   * Debug message for W3C packaging tests
709   * Closing empty views when scheme is handled externally
710   * Fix for blocked uri in IFrame issue (WARP)
711   * fixed navi issue (#WEB-1128)
712
713   * Git : slp/pkgs/w/wrt
714   * Tag : wrt_0.8.67
715
716  -- Leerang Song <leerang.song@samsung.com>  Tue, 10 Jul 2012 14:46:02 +0900
717
718 wrt (0.8.66) unstable; urgency=low
719
720   * Revision to cope with Web process's unexpected terminate
721
722   * Git : slp/pkgs/w/wrt
723   * Tag : wrt_0.8.66
724
725  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 05 Jul 2012 09:48:11 +0900
726
727 wrt (0.8.65) unstable; urgency=low
728
729   * Fixed webglGallery image load issue
730   * Fixed data scheme issue
731   * Segmentation falut fix
732   * Prepare the wrt_reset_all.sh script for security-server
733
734   * Git : slp/pkgs/w/wrt
735   * Tag : wrt_0.8.65
736
737  -- Jihoon Chung <jihoon.chung@samsung.com>  Tue, 03 Jul 2012 10:52:18 +0900
738
739 wrt (0.8.64) unstable; urgency=low
740
741   * Add load and unload event for frame
742
743   * Git : slp/pkgs/w/wrt
744   * Tag : wrt_0.8.64
745
746  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 28 Jun 2012 16:38:50 +0900
747
748 wrt (0.8.63) unstable; urgency=low
749
750   * Klocwork fixes
751   * External uri regexp fixed
752   * Fix for failing WARP tests
753   * Add "fPIE" option
754   * wrt-client clean up
755   * Bug patch for app-svc segmentation fault
756   * Replace WKPageContextMenuClient to ewk API
757   * Adding EWK Vibration callback
758   * Context Menu On / Off setting is added in config.xml
759
760   * Git : slp/pkgs/w/wrt
761   * Tag : wrt_0.8.63
762
763  -- Jihoon Chung <jihoon.chung@samsung.com>  Wed, 27 Jun 2012 10:12:13 +0900
764
765 wrt (0.8.62) unstable; urgency=low
766
767   * Move create directory("/opt/apps/widget/")
768
769   * Git : slp/pkgs/w/wrt
770   * Tag : wrt_0.8.62
771
772  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 21 Jun 2012 11:15:53 +0900
773
774 wrt (0.8.61) unstable; urgency=low
775
776   * Replace WKContextRef to Ewk_context
777   * Move roaming agent support to common
778   * Change default backend setting to "gl"
779   * Clean up combobox & window_data
780   * Download support (context menu case)
781   * Remove WK1
782   * In case of tizen web app, OCSP checking is skipped
783   * Changed ACE client usage to new C-API
784
785   * Git : slp/pkgs/w/wrt
786   * Tag : wrt_0.8.61
787
788  -- Jihoon Chung <jihoon.chung@samsung.com>  Tue, 19 Jun 2012 09:53:15 +0900
789
790 wrt (0.8.60) unstable; urgency=low
791
792   * Unified behaviour for geolocation & Localization
793   * Support newly changed requirement of tizen application service
794   * Fix for WAC W3C P&C tests
795   * Move WKCookieManagerSetHTTPCookieAcceptPolicy caller
796   * Replace WKContextRef to Ewk_context
797   * Move fake loading support to WK1
798   * Move storage support to common
799   * Move uri support to common
800   * UserAgent vcon key name is changed
801   * Clean up combobox & window_data
802   * Move security support to common
803   * Move roaming agent support to common
804   * Change default backend setting to "gl"
805
806   * Git : slp/pkgs/w/wrt
807   * Tag : wrt_0.8.60
808
809  -- Jihoon Chung <jihoon.chung@samsung.com>  Mon, 11 Jun 2012 15:18:20 +0900
810
811 wrt (0.8.59) unstable; urgency=low
812
813   * Fixed build break
814   * Download support for WK2
815   * Bundle api calls replaced by appsvc where possible
816
817   * Git : slp/pkgs/w/wrt
818   * Tag : wrt_0.8.59
819
820  -- Jihoon Chung <jihoon.chung@samsung.com>  Sun, 03 Jun 2012 14:01:11 +0900
821
822 wrt (0.8.58) unstable; urgency=low
823
824   * Add visibility API
825   * Enabling CoreGL FastPath
826   * Replace vconf name for naming rule
827
828   * Git : slp/pkgs/w/wrt
829   * Tag : wrt_0.8.58
830
831  -- Jihoon Chung <jihoon.chung@samsung.com>  Fri, 01 Jun 2012 20:51:38 +0900
832
833 wrt (0.8.57) unstable; urgency=low
834
835   * Unused code removed
836   * Refactoring combobox_picker
837   * Separate combobox with window data for webkit1 view logic
838   * Web notifications support
839   * Fixed link error
840   * Fix dropdown related bug when page scale is enabled
841   * Fixed crash issue
842   * Adding context menu customization
843   * Support geolocation in the webkit2
844
845   * Git : slp/pkgs/w/wrt
846   * Tag : wrt_0.8.57
847
848  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 31 May 2012 11:52:28 +0900
849
850 wrt (0.8.56) unstable; urgency=low
851
852   * Removing DSEPARATED_SINGLETON_IMPLEMENTATION flag
853   * Remove unused functions
854   * Change properties to ReadOnly
855   * Fixed crash during block uri
856   * Add initial settings for webview of webkit2
857   * Support browser's launch in case of block by WARP and ACE
858
859   * Git : slp/pkgs/w/wrt
860   * Tag : wrt_0.8.56
861
862  -- Jihoon Chung <jihoon.chung@samsung.com>  Tue, 22 May 2012 21:55:26 +0900
863
864 wrt (0.8.55) unstable; urgency=low
865
866   * Extracted common code for geolocation support
867   * Changes related with wrt-commons/neested_loop removal
868   * Refactoring auto save id/password
869   * Support launch callback for WK2
870   * Add support for web inspector in webkit2
871   * Remove unused scripts
872   * Fixed crash issue in the orange-daily
873   * Modification of localization process
874
875   * Git : slp/pkgs/w/wrt
876   * Tag : wrt_0.8.55
877
878  -- Jihoon Chung <jihoon.chung@samsung.com>  Mon, 21 May 2012 21:31:23 +0900
879
880 wrt (0.8.54) unstable; urgency=low
881
882   * Use DaoReadOnly where possible
883   * Remove unused methods
884   * Add condition for prevent null handling #2
885   * Move view_logic_password_support.h/cpp to view/common
886   * Fixed crash issue during submit
887   * clean-up view_logic code
888   * Support Iframe for WK2
889   * Move application_launcher.h/cpp
890
891   * Git : slp/pkgs/w/wrt
892   * Tag : wrt_0.8.54
893
894  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 17 May 2012 18:04:42 +0900
895
896 wrt (0.8.53) unstable; urgency=low
897
898   * Remove suspend timer
899   * Set cache model to Primary
900   * Support Geolocation for WK2 (TizenWebapp)
901   * Rename "auto_save_popup.h/cpp"
902   * Removed wrong blocking of webkit requests
903   * Refactoring Multi-webview
904   * fixed set user agent
905
906   * Git : slp/pkgs/w/wrt
907   * Tag : wrt_0.8.53
908
909  -- Jihoon Chung <jihoon.chung@samsung.com>  Mon, 14 May 2012 19:46:24 +0900
910
911 wrt (0.8.52) unstable; urgency=low
912
913   * support operations for multiple webview
914   * Change ewk_view_add api for WKcontext
915   * Add condition for prevent null handling
916   * Create wrt-wk2-bundle.h
917
918   * Git : slp/pkgs/w/wrt
919   * Tag : wrt_0.8.52
920
921  -- Jihoon Chung <jihoon.chung@samsung.com>  Wed, 09 May 2012 10:01:20 +0900
922
923 wrt (0.8.51) unstable; urgency=low
924
925   * Move tizen scheme control to "title,changed"
926   * Support tizen scheme for WK2
927   * Support tizen scheme by title changed
928   * Revert "[Engine][Webkit2] File encoding support added."
929   * Remove compile warning
930
931   * Git : slp/pkgs/w/wrt
932   * Tag : wrt_0.8.51
933
934  -- Jihoon Chung <jihoon.chung@samsung.com>  Mon, 07 May 2012 16:55:21 +0900
935
936 wrt (0.8.50) unstable; urgency=low
937
938   * Temporary change ewk_view_add api
939
940   * Git : slp/pkgs/w/wrt
941   * Tag : wrt_0.8.50
942
943  -- Jihoon Chung <jihoon.chung@samsung.com>  Fri, 04 May 2012 15:19:18 +0900
944
945 wrt (0.8.49) unstable; urgency=low
946
947   * Storage support for webkit2
948   * remove unnecessary code for web app's termination
949   * Temporary support external url
950   * Roaming popup is removed for Tizen
951   * Add change user agent by scheme
952   * Switching to the TestModeFlag
953   * Changing WidgetDAO rw to ro permissions where appropriate
954   * JIL and WAC1.0 leftovers removal
955   * Scheme support for webkit2
956   * New scheme support
957   * Support rotation lock for webkit2
958   * Fixed fail to load external page
959   * Create src/view/common directory
960
961   * Git : slp/pkgs/w/wrt
962   * Tag : wrt_0.8.49
963
964  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 03 May 2012 10:20:05 +0900
965
966 wrt (0.8.48) unstable; urgency=low
967
968   * Remove timer before shutdown
969   * Remove ewk javascript suspend/resume
970   * Remove unuseful rotation lock check
971   * Apply loading progress to WK2
972   * File encoding support added
973   * Proxy server support added to Webkit2
974   * Support mode change between WK1 & WK2
975
976   * Git : slp/pkgs/w/wrt
977   * Tag : wrt_0.8.48
978
979  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 26 Apr 2012 22:59:14 +0900
980
981 wrt (0.8.47) unstable; urgency=low
982
983   * Remove compile warning
984
985   * Git : slp/pkgs/w/wrt
986   * Tag : wrt_0.8.47
987
988  -- Jihoon Chung <jihoon.chung@samsung.com>  Mon, 23 Apr 2012 14:17:43 +0900
989
990 wrt (0.8.46) unstable; urgency=low
991
992   * Support suspending/resuming of HTML5 audio or video
993   * Remove unuseful & wrong condition check (network scheme check)
994
995   * Git : slp/pkgs/w/wrt
996   * Tag : wrt_0.8.46
997
998  -- Jihoon Chung <jihoon.chung@samsung.com>  Sat, 21 Apr 2012 13:10:44 +0900
999
1000 wrt (0.8.45) unstable; urgency=low
1001
1002   * Added support for fullscreen and maximized modes in Webkit2
1003   * Support multi window in Webkit2
1004   * Support BackButton in webkit2
1005   * Language changed callback is moved to WRT engine
1006   * support window object with encoded bundle (webkit2 ver)
1007   * Fixed backbutton in webkit2
1008   * Cleanup view_logic
1009   * Remove unused header
1010   * Cleanup condition for evas backend
1011   * cleanup CMakelist for view
1012   * Support tizen.orientation
1013   * Adding autofocus set
1014   * Encoding support added to ViewLogic
1015   * Added support for widget suspending/resuming
1016   * Roaming support added to Webkit2
1017
1018   * Git : slp/pkgs/w/wrt
1019   * Tag : wrt_0.8.45
1020
1021  -- Jihoon Chung <jihoon.chung@samsung.com>  Mon, 16 Apr 2012 10:27:00 +0900
1022
1023 wrt (0.8.44) unstable; urgency=low
1024
1025   * Debianize wrt_0.8.44
1026
1027   * Git : slp/pkgs/w/wrt
1028   * Tag : wrt_0.8.44
1029
1030  -- Jihoon Chung <jihoon.chung@samsung.com>  Mon, 09 Apr 2012 15:00:10 +0900
1031
1032 wrt (0.8.43) unstable; urgency=low
1033
1034   * Modified plugin loading
1035   * Removed unused security controller code
1036   * Webkit2 ACE check added
1037   * Geolocation support exception for tizen app
1038   * CCR #25692 second patch
1039   * viewModule library change to static from shared library
1040   * Fixed plugin loading in webkit2
1041   * Add condition for evas backend
1042
1043   * Git : slp/pkgs/w/wrt
1044   * Tag : wrt_0.8.43
1045
1046  -- Jihoon Chung <jihoon.chung@samsung.com>  Mon, 09 Apr 2012 11:08:34 +0900
1047
1048 wrt (0.8.41) unstable; urgency=low
1049
1050   * clean up unused old bundle source
1051   * separate user agent support
1052   * Backkey Support removed
1053   * clean-up powder, parental mode
1054   * Removed vcore and smack tests from wrt repository
1055   * ViewLogic refactored for encoding support
1056
1057   * Git : slp/pkgs/w/wrt
1058   * Tag : wrt_0.8.41
1059
1060  -- Jihoon Chung <jihoon.chung@samsung.com>  Wed, 28 Mar 2012 18:38:15 +0900
1061
1062 wrt (0.8.40) unstable; urgency=low
1063
1064   * Fixed CCR #25692
1065   * enabled roaming popup
1066   * support web notifications
1067   * Removed unused function
1068
1069   * Git : slp/pkgs/w/wrt
1070   * Tag : wrt_0.8.40
1071
1072  -- Jihoon Chung <jihoon.chung@samsung.com>  Tue, 27 Mar 2012 17:35:10 +0900
1073
1074 wrt (0.8.39) unstable; urgency=low
1075
1076   * Optimize OBS
1077   * elm-webview api is changed
1078   * Remove UserAgent, Magnifier and External video player setting
1079   * Fix wrong package name prefix as package name of private binary
1080
1081   * Git : slp/pkgs/w/wrt
1082   * Tag : wrt_0.8.39
1083
1084  -- Jihoon Chung <jihoon.chung@samsung.com>  Fri, 23 Mar 2012 10:58:38 +0900
1085
1086 wrt (0.8.38) unstable; urgency=low
1087
1088   * Support tizen scheme requirement
1089   * change to scheme handling by appservice
1090   * support window object with encoded bundle
1091   * Move "id/password" to ".wrt_autosave.db"
1092   * setting ui gadgets are moved to "wrt-setting"
1093   * remove common files from wrt2 package and remove conflict between wrt and wrt2
1094
1095   * Git : slp/pkgs/w/wrt
1096   * Tag : wrt_0.8.38
1097
1098  -- Jihoon Chung <jihoon.chung@samsung.com>  Mon, 19 Mar 2012 17:34:18 +0900
1099
1100 wrt (0.8.37) unstable; urgency=low
1101
1102   * Update EFL API
1103
1104   * Git : slp/pkgs/w/wrt
1105   * Tag : wrt_0.8.37
1106
1107  -- Jihoon Chung <jihoon.chung@samsung.com>  Wed, 14 Mar 2012 19:41:16 +0900
1108
1109 wrt (0.8.36) unstable; urgency=low
1110
1111   * Support OBS, SMACK
1112
1113   * Git : slp/pkgs/w/wrt
1114   * Tag : wrt_0.8.36
1115
1116  -- Yunchan Cho <yunchan.cho@samsung.com>  Tue, 13 Mar 2012 19:58:31 +0900
1117
1118 wrt (0.8.35) unstable; urgency=low
1119
1120   * Revert the change about navigator
1121
1122   * Git : slp/pkgs/w/wrt
1123   * Tag : wrt_0.8.35
1124
1125  -- Hoseon LEE <hoseon46.lee@samsung.com>  Mon, 12 Mar 2012 11:58:36 +0100
1126
1127 wrt (0.8.34) unstable; urgency=low
1128
1129   * removeObjectProperty is updated
1130
1131   * Git : slp/pkgs/w/wrt
1132   * Tag : wrt_0.8.34
1133
1134  -- Hoseon LEE <hoseon46.lee@samsung.com>  Sat, 10 Mar 2012 11:58:36 +0100
1135
1136 wrt (0.8.33) unstable; urgency=low
1137
1138   * Adjust to changes in wrt-security
1139
1140   * Git : slp/pkgs/w/wrt
1141   * Tag : wrt_0.8.33
1142
1143  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Thu, 08 Mar 2012 11:58:36 +0100
1144
1145 wrt (0.8.32) unstable; urgency=low
1146
1147   * Change DPL system event to vconf
1148
1149   * Git : slp/pkgs/w/wrt
1150   * Tag : wrt_0.8.32
1151
1152  -- Jihoon Chung <jihoon.chung@samsung.com>  Tue, 06 Mar 2012 20:35:26 +0900
1153
1154 wrt (0.8.31) unstable; urgency=low
1155
1156   * Implemented GeolocationSupport
1157   * Removed ACE thin client tests
1158
1159   * Git : slp/pkgs/w/wrt
1160   * Tag : wrt_0.8.31
1161
1162  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Mon, 5 Mar 2012 16:37:21 +0100
1163
1164 wrt (0.8.30) unstable; urgency=low
1165
1166   * Fixed bug with loading plugin which type is function
1167
1168   * Git : slp/pkgs/w/wrt
1169   * Tag : wrt_0.8.30
1170
1171  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Fri, 2 Mar 2012 21:05:11 +0100
1172
1173 wrt (0.8.29) unstable; urgency=low
1174
1175   * Removed AceThin client
1176   * Add support for plugin loading in webkit2
1177
1178   * Git : slp/pkgs/w/wrt
1179   * Tag : wrt_0.8.29
1180
1181  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Tue, 28 Jan 2012 17:35:01 +0100
1182
1183 wrt (0.8.28) unstable; urgency=low
1184
1185   * W3c, DAO tests removed
1186   * PluginModule modifications
1187   * ACE VCORE dependency changes
1188
1189   * Git : slp/pkgs/w/wrt
1190   * Tag : wrt_0.8.28
1191
1192  -- Pawel Sikorski <p.sikorski@samsung.com>  Fri, 24 Feb 2012 18:49:43 +0100
1193
1194 wrt (0.8.27) unstable; urgency=low
1195
1196   * Removed interface for plugins
1197
1198   * Git : slp/pkgs/w/wrt
1199   * Tag : wrt_0.8.27
1200
1201  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Fri, 24 Jan 2012 12:15:12 +0100
1202
1203 wrt (0.8.26) unstable; urgency=low
1204
1205   * Debianized wrt_0.8.26
1206
1207   * Git : slp/pkgs/w/wrt
1208   * Tag : wrt_0.8.26
1209
1210  -- Hoseon LEE <hoseon46.lee@samsung.com>  Fri, 24 Feb 2012 08:03:39 +0100
1211
1212 wrt (0.8.25) unstable; urgency=low
1213
1214   * Added dependency on wrt-security. 
1215
1216   * Git : slp/pkgs/w/wrt
1217   * Tag : wrt_0.8.25
1218
1219  -- Zbigniew Kostrzewa <z.kostrzewa@samsung.com>  Thu, 23 Feb 2012 08:03:39 +0100
1220
1221 wrt (0.8.24) unstable; urgency=low
1222
1223   * Fixed static dev cap setting.
1224
1225   * Git : slp/pkgs/w/wrt
1226   * Tag : wrt_0.8.24
1227
1228  -- Zbigniew Kostrzewa <z.kostrzewa@samsung.com>  Wed, 22 Feb 2012 08:10:45 +0100
1229
1230 wrt (0.8.23) unstable; urgency=low
1231
1232   * WAC policy test suite bugfix.
1233
1234   * Git : slp/pkgs/w/wrt
1235   * Tag : wrt_0.8.23
1236
1237  -- Zbigniew Kostrzewa <z.kostrzewa@samsung.com>  Mon, 20 Feb 2012 15:52:51 +0100
1238
1239 wrt (0.8.22) unstable; urgency=low
1240
1241   * Elementary APIs are changed
1242   * WRT Setting UG (Web App Detail)
1243   * Fixed style check
1244   * Remove MULTI_HTML_SUPPORT options
1245   * Revert "[Wrt] Remove -j option"
1246
1247   * Git : slp/pkgs/w/wrt
1248   * Tag : wrt_0.8.22
1249
1250  -- Hoseon LEE <hoseon46.lee@samsung.com>  Fri, 17 Feb 2012 09:32:17 +0900
1251
1252 wrt (0.8.21) unstable; urgency=low
1253
1254   * fix bug regarding abnormal exit of web app launched by "app" user
1255   * fix the bug that wrt-launcher can't recieve RT signal from webapp
1256   * Fixed crash in the wrt-popup
1257   * gitignore list is fixed
1258   * Refactoring View_logic
1259   * clean-up "uri,changed" callback
1260   * Remove -j option
1261
1262   * Git : slp/pkgs/w/wrt
1263   * Tag : wrt_0.8.21
1264
1265  -- Jihoon Chung <jihoon.chung@samsung.com>  Wed, 15 Feb 2012 14:28:55 +0900
1266
1267 wrt (0.8.20) unstable; urgency=low
1268
1269   * Removing SLP, Bada ... strings for Source Open
1270   * Widget/view module refactorization
1271
1272   * Git : slp/pkgs/w/wrt
1273   * Tag : wrt_0.8.20
1274
1275  -- Jihoon Chung <jihoon.chung@samsung.com>  Tue, 14 Feb 2012 09:58:43 +0900
1276
1277 wrt (0.8.19) unstable; urgency=low
1278
1279   * Revert issue commit (Widget/View module refactoring)
1280
1281   * Git : slp/pkgs/w/wrt
1282   * Tag : wrt_0.8.19
1283
1284  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 09 Feb 2012 12:55:04 +0900
1285
1286 wrt (0.8.18) unstable; urgency=low
1287
1288   * dependency upgraded
1289
1290   * Git : slp/pkgs/w/wrt
1291   * Tag : wrt_0.8.18
1292
1293  -- Pawel Sikorski <p.sikorski@samsung.com>  Wed, 08 Feb 2012 17:38:08 +0100
1294
1295 wrt (0.8.17) unstable; urgency=low
1296
1297   * Widget/view module refactorization
1298   * Popups usage refactored
1299   * ACE bugfix: handling undetermined attributes.
1300   * Support http streaming service
1301   * remove setuid option in postinst
1302
1303   * Git : slp/pkgs/w/wrt
1304   * Tag : wrt_0.8.17
1305
1306  -- Pawel Sikorski <p.sikorski@samsung.com>  Wed, 08 Feb 2012 17:29:51 +0100
1307
1308 wrt (0.8.16) unstable; urgency=low
1309
1310   * Adding User Agent setting in config.xml for Tizen web app
1311   * add proxy server setting
1312   * Modification html 5 video player callback
1313   * WRT Setting value is changed
1314   * modify codes that if the result of wrt-launcher's command is right, return value is 0.
1315
1316   * Git : slp/pkgs/w/wrt
1317   * Tag : wrt_0.8.16
1318
1319  -- Jihoon Chung <jihoon.chung@samsung.com>  Tue, 07 Feb 2012 17:03:10 +0900
1320
1321 wrt (0.8.15) unstable; urgency=low
1322
1323   * Permit debug functions of every WAC widget
1324   * Change commands of wrt-laucher
1325   * ViewModule clean up. * Deprecated code clean up
1326   * UG gadget view refactored
1327
1328   * Git : slp/pkgs/w/wrt
1329   * Tag : wrt_0.8.15
1330
1331  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 02 Feb 2012 19:23:59 +0900
1332
1333 wrt (0.8.14) unstable; urgency=low
1334
1335   * Support access of device APIs for recognized external documents
1336   * Fixed crash issues in the wrt-launcher
1337   * Remove scale code
1338   * Modification wrt floating back button
1339   * Modification Back button behavior
1340   * Adding Viewport changed callback
1341   * Multi window is only supported by Tizen web app style
1342   * Modification suspend webkit process
1343
1344   * Git : slp/pkgs/w/wrt
1345   * Tag : wrt_0.8.14
1346
1347  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 02 Feb 2012 16:01:32 +0900
1348
1349 wrt (0.8.13) unstable; urgency=low
1350
1351   * Debianize for Refactoring Phase3
1352   * Git : slp/pkgs/w/wrt
1353   * Tag : wrt_0.8.13
1354
1355  -- Soyoung Kim <sy037.kim@samsung.com>  Wed, 01 Feb 2012 15:39:19 +0900
1356
1357 wrt (0.8.12) unstable; urgency=low
1358
1359   * Debianize for Refactoring Phase2
1360
1361   * Git : slp/pkgs/w/wrt
1362   * Tag : wrt_0.8.12
1363
1364  -- Jihoon Chung <jihoon.chung@samsung.com>  Tue, 31 Jan 2012 14:38:06 +0900
1365
1366 wrt (0.8.11) unstable; urgency=low
1367
1368   * Debianize for Refactoring Phase2
1369
1370   * Git : slp/pkgs/w/wrt
1371   * Tag : wrt_0.8.11
1372
1373  -- Jihoon Chung <jihoon.chung@samsung.com>  Tue, 31 Jan 2012 13:26:16 +0900
1374
1375 wrt (0.8.10) unstable; urgency=low
1376
1377   * Redebianized due to problem with package
1378
1379   * Git : slp/pkgs/w/wrt
1380   * Tag : wrt_0.8.10
1381
1382  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Thu, 26 Jan 2012 11:45:12 +0100
1383
1384 wrt (0.8.9) unstable; urgency=low
1385
1386   * Fixed bug with plugin registration.
1387   * View module separation: KeysSupport
1388
1389   * Git : slp/pkgs/w/wrt
1390   * Tag : wrt_0.8.9
1391
1392  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Wed, 25 Jan 2012 16:11:23 +0100
1393
1394 wrt (0.8.8) unstable; urgency=low
1395
1396   * Fixed crash on WRT shutdown.
1397   * Added 7 new unit tests of ACE thin client.
1398   * Added security daemon reset to wrt_reset_db.sh
1399   * Exception handling about no exist plugin to install
1400   * Fix for unregistering plugins during uri change
1401
1402   * Git : slp/pkgs/w/wrt
1403   * Tag : wrt_0.8.8
1404
1405  -- Pawel Sikorski <p.sikorski@samsung.com>  Wed, 25 Jan 2012 14:55:21 +0100
1406
1407 wrt (0.8.7) unstable; urgency=low
1408
1409   * Debianize latest source
1410
1411   * Git : slp/pkgs/w/wrt
1412   * Tag : wrt_0.8.7
1413
1414  -- Yunchan Cho <yunchan.cho@samsung.com>  Wed, 25 Jan 2012 10:33:31 +0900
1415
1416 wrt (0.8.6) unstable; urgency=low
1417
1418   * Unused plugin api removed
1419
1420   * Git : slp/pkgs/w/wrt
1421   * Tag : wrt_0.8.6
1422
1423  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Mon, 23 Jan 2012 15:31:17 +0100
1424
1425 wrt (0.8.5) unstable; urgency=low
1426
1427   * Repository adopted to new wrt-commons architecture
1428
1429   * Git : slp/pkgs/w/wrt
1430   * Tag : wrt_0.8.5
1431
1432  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Fri, 20 Jan 2012 16:11:27 +0100
1433
1434 wrt (0.8.4) unstable; urgency=low
1435
1436   * Add dependency to proper version of wrt-commons
1437   * Redundant code removed from WidgetLogic/Controller
1438
1439   * Git : slp/pkgs/w/wrt
1440   * Tag : wrt_0.8.4
1441
1442  -- Jihoon Chung <jihoon.chung@samsung.com>  Fri, 20 Jan 2012 14:31:37 +0900
1443
1444 wrt (0.8.3) unstable; urgency=low
1445
1446   * Common modules removed from wrt (moved earlier to wrt-commons)
1447   * Code cleanup due to errors/warnings in cppcheck
1448   * minor fixes 
1449
1450   * Git : slp/pkgs/w/wrt
1451   * Tag : wrt_0.8.3
1452
1453  -- Pawel Sikorski <p.sikorski@samsung.com>  Thu, 19 Jan 2012 15:42:40 +0100
1454
1455 wrt (0.8.2) unstable; urgency=low
1456
1457   * SecurityDaemon fixes (proper closing handling, DB service initialization)
1458   * Threads Removed from wrt-client
1459   * Tests added (ACEThinClient, SMACK, DAO, CRL, OCSP)
1460   * Localization module extracted
1461   * minor fixes
1462
1463   * Git : slp/pkgs/w/wrt
1464   * Tag : wrt_0.8.2
1465
1466  -- Pawel Sikorski <p.sikorski@samsung.com>  Thu, 19 Jan 2012 11:53:42 +0100
1467
1468 wrt (0.8.1) unstable; urgency=low
1469
1470   * Webkit2(Refactoring) branch merged
1471
1472   * Git : slp/pkgs/w/wrt
1473   * Tag : wrt_0.8.1
1474
1475  -- Jihoon Chung <jihoon.chung@samsung.com>  Mon, 16 Jan 2012 13:54:11 +0900
1476
1477 wrt (0.8.0) unstable; urgency=low
1478
1479   * New repository.
1480   * Master and Webkit2 branch merged.
1481   * New tests added (DAO, DBUS).
1482   * DBUS mechanism refactoring.
1483   * SMACK integrated to (un)installation procedure
1484
1485   * Git : slp/pkgs/w/wrt-engine
1486   * Tag : wrt_0.8.0
1487
1488  -- Pawel Sikorski <p.sikorski@samsung.com>  Thu, 12 Jan 2012 11:45:25 +0100
1489
1490 wrt (0.7.3) unstable; urgency=low
1491
1492   * Plugin Loading library extracted
1493
1494   * Git : slp/pkgs/w/wrt-engine
1495   * Tag : wrt_0.7.3
1496
1497  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Tue, 03 Jan 2011 15:12:18 +0100
1498
1499 wrt (0.7.2) unstable; urgency=low
1500
1501   * Merging with master
1502
1503   * Git : slp/pkgs/w/wrt-engine
1504   * Tag : wrt_0.7.2
1505
1506  -- Pawel Sikorski <p.sikorski@samsung.com>  Thu, 22 Dec 2011 12:17:35 +0100
1507
1508 wrt (0.7.1) unstable; urgency=low
1509
1510   * Modified plugin loading
1511
1512   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1513   * Tag : wrt_0.7.1
1514
1515  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Fri, 16 Dec 2011 16:42:17 +0100
1516
1517 wrt (0.7.0) unstable; urgency=low
1518
1519   * Refactoring for Webkit2
1520   * Package Name change
1521
1522   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1523   * Tag : wrt_0.7.0
1524
1525  -- Pawel Sikorski <p.sikorski@samsung.com>  Mon, 12 Dec 2011 17:44:03 +0100
1526
1527 wrt (0.6.7) unstable; urgency=low
1528
1529   * Fixed undefined symbol in the libwrt
1530
1531   * Git : slp/pkgs/w/wrt-engine
1532   * Tag : wrt_0.6.7
1533
1534  -- jihoon chung <jihoon.chung@samsung.com>  Wed, 04 Jan 2012 15:58:15 +0900
1535
1536 wrt (0.6.6) unstable; urgency=low
1537
1538   * Debianized for latest src
1539
1540   * Git : slp/pkgs/w/wrt-engine
1541   * Tag : wrt_0.6.6
1542
1543  -- Hoseon LEE <hoseon46.lee@samsung.com>  Tue, 03 Jan 2012 20:18:03 +0900
1544
1545 wrt (0.6.5) unstable; urgency=low
1546
1547   * Debianized for latest src
1548
1549   * Git : slp/pkgs/w/wrt-engine
1550   * Tag : wrt_0.6.5
1551
1552  -- Hoseon LEE <hoseon46.lee@samsung.com>  Tue, 03 Jan 2012 18:21:20 +0900
1553
1554 wrt (0.6.4) unstable; urgency=low
1555
1556   * Debianized for latest src
1557
1558   * Git : slp/pkgs/w/wrt-engine
1559   * Tag : wrt_0.6.4
1560
1561  -- Hoseon LEE <hoseon46.lee@samsung.com>  Mon, 02 Jan 2012 20:27:04 +0900
1562
1563 wrt (0.6.3) unstable; urgency=low
1564
1565   * Debianized for latest src
1566
1567   * Git : slp/pkgs/w/wrt-engine
1568   * Tag : wrt_0.6.3
1569
1570  -- Hoseon LEE <hoseon46.lee@samsung.com>  Tue, 27 Dec 2011 16:14:56 +0900
1571
1572 wrt (0.6.2) unstable; urgency=low
1573
1574   * Debianized for latest src
1575
1576   * Git : slp/pkgs/w/wrt-engine
1577   * Tag : wrt_0.6.2
1578
1579  -- Hoseon LEE <hoseon46.lee@samsung.com>  Wed, 21 Dec 2011 13:36:46 +0900
1580
1581 wrt (0.6.1) unstable; urgency=low
1582
1583   * Debianized for latest src
1584
1585   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1586   * Tag : wrt_0.6.1
1587
1588  -- Hoseon LEE <hoseon46.lee@samsung.com>  Sun, 11 Dec 2011 16:06:15 +0900
1589
1590 wrt (0.6.0) unstable; urgency=low
1591
1592   * Debianzed for changing package name (wrt)
1593
1594   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1595   * Tag : wrt_0.6.0
1596
1597  -- jihoon Chung <jihoon.chung@samsung.com>  Thu, 08 Dec 2011 11:15:34 +0900
1598
1599 wrt (0.5.25) unstable; urgency=low
1600
1601   * Change package name to 'wrt'
1602
1603   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1604   * Tag : wrt-engine_0.5.25
1605
1606  -- jihoon Chung <jihoon.chung@samsung.com>  Wed, 07 Dec 2011 17:39:46 +0900
1607
1608 wrt (0.5.24) unstable; urgency=low
1609
1610   * Update conman
1611
1612   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1613   * Tag : wrt-engine_0.5.24
1614
1615  -- jihoon Chung <jihoon.chung@samsung.com>  Tue, 29 Nov 2011 14:01:13 +0900
1616
1617 wrt-engine (0.5.23) unstable; urgency=low
1618
1619   * Fix wrt-launcher bug
1620
1621   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1622   * Tag : wrt-engine_0.5.23
1623
1624  -- Yunchan Cho <yunchan.cho@samsung.com>  Sat, 26 Nov 2011 16:03:20 +0900
1625
1626 wrt-engine (0.5.22) unstable; urgency=low
1627
1628   * Add TIZEN webapp feature
1629   * Add SDK requirements
1630
1631   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1632   * Tag : wrt-engine_0.5.22
1633
1634  -- Yunchan Cho <yunchan.cho@samsung.com>  Fri, 25 Nov 2011 18:06:25 +0900
1635
1636 wrt-engine (0.5.21) unstable; urgency=low
1637
1638   * Update type cast for making dependency with openssl1.0.0
1639
1640   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1641   * Tag : wrt-engine_0.5.21
1642
1643  -- jihoon Chung <jihoon.chung@samsung.com>  Wed, 23 Nov 2011 14:44:48 +0900
1644
1645 wrt-engine (0.5.20) unstable; urgency=low
1646
1647   * Dependency fixed
1648  
1649   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1650   * Tag : wrt-engine_0.5.20
1651
1652  -- Pawel Sikorski <p.sikorski@samsung.com>  Mon, 21 Nov 2011 16:46:32 +0100
1653
1654 wrt-engine (0.5.19) unstable; urgency=low
1655
1656   * Fix of widgets querry funcionality
1657
1658   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1659   * Tag : wrt-engine_0.5.19
1660
1661  -- Pawel Sikorski <p.sikorski@samsung.com>  Mon, 07 Nov 2011 10:10:00 +0100
1662
1663 wrt-engine (0.5.18) unstable; urgency=low
1664
1665   * another fix for DB version check.
1666
1667   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1668   * Tag : wrt-engine_0.5.18
1669
1670  -- Pawel Sikorski <p.sikorski@samsung.com>  Thu, 27 Oct 2011 16:15:10 +0200
1671
1672 wrt-engine (0.5.17) unstable; urgency=low
1673
1674   * Fix DB version check.
1675
1676   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1677   * Tag : wrt-engine_0.5.17
1678
1679  -- Pawel Sikorski <p.sikorski@samsung.com>  Thu, 27 Oct 2011 15:54:27 +0200
1680
1681 wrt-engine (0.5.16) unstable; urgency=low
1682
1683   * Debianize for support download manager
1684
1685   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1686   * Tag : wrt-engine_0.5.16
1687
1688  -- jihoon Chung <jihoon.chung@samsung.com>  Wed, 26 Oct 2011 13:03:01 +0900
1689
1690 wrt-engine (0.5.15) unstable; urgency=low
1691
1692   * Debianzie for dependency of package manager backend libarary
1693
1694   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1695   * Tag : wrt-engine_0.5.15
1696
1697  -- Syoung Kim <sy037.kim@samsung.com>  Mon, 17 Oct 2011 17:44:03 +0900
1698
1699 wrt-engine (0.5.14) unstable; urgency=low
1700
1701   * Debianzie for NBEAD HD Black Theme latest fix
1702
1703   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1704   * Tag : wrt-engine_0.5.14
1705
1706  -- Jihoon Chung <jihoon.chung@samsung.com>  Mon, 17 Oct 2011 12:39:54 +0900
1707
1708 wrt-engine (0.5.13) unstable; urgency=low
1709
1710   * SDK fix.
1711
1712   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1713   * Tag : wrt-engine_0.5.13
1714
1715  -- Pawel Sikorski <p.sikorski@samsung.com>  Wed, 12 Oct 2011 16:35:18 +0200
1716
1717 wrt-engine (0.5.12) unstable; urgency=low
1718
1719   * Debianize for NBEAT HD Black Theme
1720
1721   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1722   * Tag : wrt-engine_0.5.12
1723
1724  -- Soyoung Kim <sy037.kim@samsung.com>  Wed, 12 Oct 2011 13:48:16 +0900
1725
1726 wrt-engine (0.5.11) unstable; urgency=low
1727
1728   * Debianize for SDK related fix.
1729
1730   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1731   * Tag : wrt-engine_0.5.11
1732
1733  -- Pawel Sikorski <p.sikorski@samsung.com>  Fri, 07 Oct 2011 12:43:42 +0200
1734
1735 wrt-engine (0.5.10) unstable; urgency=low
1736
1737   * Debianize for change of webview setting
1738
1739   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1740   * Tag : wrt-engine_0.5.10
1741
1742  -- Yunchan Cho <yunchan.cho@samsung.com>  Tue, 27 Sep 2011 17:59:11 +0900
1743
1744 wrt-engine (0.5.9) unstable; urgency=low
1745
1746   * Debianize for loading on demand patch 
1747
1748   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1749   * Tag : wrt-engine_0.5.9
1750
1751  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Wed, 21 Sep 2011 19:25:23 +0100
1752
1753 wrt-engine (0.5.8) unstable; urgency=low
1754
1755   * Debianize for securiry fixes 
1756
1757   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1758   * Tag : wrt-engine_0.5.8
1759
1760  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Wed, 21 Sep 2011 18:55:17 +0100
1761
1762 wrt-engine (0.5.7) unstable; urgency=low
1763
1764   * Debianize for dependancy removal of libui-bgimage
1765
1766   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1767   * Tag : wrt-engine_0.5.7
1768
1769  -- Yunchan Cho <yunchan.cho@samsung.com>  Mon, 19 Sep 2011 18:24:57 +0900
1770
1771 wrt-engine (0.5.6) unstable; urgency=low
1772
1773   * Debianize for fix SLP self-check issues
1774
1775   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1776   * Tag : wrt-engine_0.5.6
1777
1778  -- jihoon Chung <jihoon.chung@samsung.com>  Thu, 08 Sep 2011 09:52:32 +0900
1779
1780 wrt-engine (0.5.5) unstable; urgency=low
1781
1782   * Debianize for DPL events with sender.
1783
1784   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1785   * Tag : wrt-engine_0.5.5
1786
1787  -- Zbigniew Kostrzewa <z.kostrzewa@samsung.com>  Wed, 07 Sep 2011 10:48:00 +0200
1788
1789 wrt-engine (0.5.4) unstable; urgency=low
1790
1791   * Fixed SLP self-check issues
1792
1793   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1794   * Tag : wrt-engine_0.5.4
1795
1796  -- jihoon Chung <jihoon.chung@samsung.com>  Tue, 06 Sep 2011 13:50:44 +0900
1797
1798 wrt-engine (0.5.3) unstable; urgency=low
1799
1800   * Debianized for webkit upversion
1801
1802   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1803   * Tag : wrt-engine_0.5.3
1804
1805  -- jihoon Chung <jihoon.chung@samsung.com>  Wed, 31 Aug 2011 18:10:20 +0900
1806
1807 wrt-engine (0.5.2) unstable; urgency=low
1808
1809   * Debianized for build dependency with dnet
1810
1811   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1812   * Tag : wrt-engine_0.5.2
1813
1814  -- jihoon Chung <jihoon.chung@samsung.com>  Mon, 29 Aug 2011 17:10:58 +0900
1815
1816 wrt-engine (0.5.1) unstable; urgency=low
1817
1818   * MPA architecture ENABLED.
1819
1820   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1821   * Tag : wrt-engine_0.5.1
1822
1823  -- Pawel Sikorski <p.sikorski@samsung.com>  Wed, 10 Aug 2011 09:53:34 +0200
1824
1825 wrt-engine (0.4.14) unstable; urgency=low
1826
1827   * Debianized for changing webkit API
1828
1829   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1830   * Tag : wrt-engine_0.4.14
1831
1832  -- jihoon Chung <jihoon.chung@samsung.com>  Mon, 08 Aug 2011 15:02:19 +0900
1833
1834 wrt-engine (0.4.12) unstable; urgency=low
1835
1836   * Export widget private storage directories.
1837
1838   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1839   * Tag : wrt-engine_0.4.12
1840
1841  -- Zbigniew Kostrzewa <z.kostrzewa@samsung.com>  Tue, 28 Jul 2011 16:40:14 +0900
1842
1843 wrt-engine (0.4.11) unstable; urgency=low
1844
1845   * Debianized for removed Samsung DRM code
1846
1847   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1848   * Tag : wrt-engine_0.4.11
1849
1850  -- Soyoung Kim <sy037.kim@samsung.com>  Tue, 26 Jul 2011 16:18:14 +0900
1851
1852 wrt-engine (0.4.10) unstable; urgency=low
1853
1854   * Updated code for the latest migration EFL package
1855
1856   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1857   * Tag : wrt-engine_0.4.10
1858
1859  -- jihoon Chung <jihoon.chung@samsung.com>  Thu, 21 Jul 2011 14:02:40 +0900
1860
1861 wrt-engine (0.4.9) unstable; urgency=low
1862
1863   * Wac 1.0 security removal, ACE gadgets, storing full cert chain in OCSP 
1864
1865   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1866   * Tag : wrt-engine_0.4.9
1867
1868  -- Pawel Sikorski <p.sikorski@samsung.com>  Thu, 14 Jul 2011 11:36:34 +0200
1869
1870 wrt-engine (0.4.8) unstable; urgency=low
1871
1872   * Debianized for changing webkit API
1873
1874   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1875   * Tag : wrt-engine_0.4.8
1876
1877  -- jihoon Chung <jihoon.chung@samsung.com>  Thu, 30 Jun 2011 18:14:31 +0900
1878
1879 wrt-engine (0.4.7) unstable; urgency=low
1880
1881   * fixes, some certificates added
1882
1883   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1884   * Tag : wrt-engine_0.4.7
1885
1886  -- Pawel Sikorski <p.sikorski@samsung.com>  Mon, 27 Jun 2011 14:19:37 +0200
1887
1888 wrt-engine (0.4.6) unstable; urgency=low
1889
1890   * UI implementation, build break fix, dao cleaning, developer mode
1891
1892   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1893   * Tag : wrt-engine_0.4.6
1894
1895  -- Pawel Sikorski <p.sikorski@samsung.com>  Wed, 22 Jun 2011 12:48:03 +0200
1896
1897 wrt-engine (0.4.5) unstable; urgency=low
1898
1899   * Debianized for fix crash issue during booting.
1900
1901   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1902   * Tag : wrt-engine_0.4.5
1903
1904  -- jihoon Chung <jihoon.chung@samsung.com>  Thu, 09 Jun 2011 19:14:37 +0900
1905
1906 wrt-engine (0.4.4) unstable; urgency=low
1907
1908   * Debianized for latest src
1909
1910   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1911   * Tag : wrt-engine_0.4.4
1912
1913  -- Jihoon Chung <jihoon.chung@samsung.com>  Fri, 03 Jun 2011 17:49:36 +0900
1914
1915 wrt-engine (0.4.2) unstable; urgency=low
1916
1917   * Debianized for changing DRM API - Codes for decrypting Samsung DRM is blocked
1918
1919   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1920   * Tag : wrt-engine_0.4.2
1921
1922  -- Yuni Jeong <yhnet.jung@samsung.com>  Thu, 19 May 2011 13:59:28 +0900
1923
1924 wrt-engine (0.4.1) unstable; urgency=low
1925
1926   * Process Separation branch merged
1927
1928   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1929   * Tag : wrt-engine_0.4.1
1930
1931  -- Pawel Sikorski <p.sikorski@samsung.com>  Wed, 18 May 2011 16:45:40 +0200
1932
1933 wrt-engine (0.3.16) unstable; urgency=low
1934
1935   * remove unnecessary '/' charactor of parameter value when calling SetInstallPath
1936
1937   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1938   * Tag : wrt-engine_0.3.16
1939
1940  -- Yunchan Cho <yunchan.cho@samsung.com>  Mon, 02 May 2011 14:21:45 +0900
1941
1942 wrt-engine (0.3.15) unstable; urgency=low
1943
1944   * navigation bar fix, show window first. 
1945   * fix for ExtractFile()
1946   * dnet always-on mode added. (without USE_DNET macro)
1947
1948   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1949   * Tag : wrt-engine_0.3.15
1950
1951  -- Koeun Choi <koeun.choi@samsung.com>  Sat, 30 Apr 2011 16:04:56 +0900
1952
1953 wrt-engine (0.3.14) unstable; urgency=low
1954
1955   * Change include path according to upgrade of webkit-efl
1956
1957   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1958   * Tag : wrt-engine_0.3.14
1959
1960  -- Yunchan Cho <yunchan.cho@samsung.com>  Sat, 23 Apr 2011 14:11:24 +0900
1961
1962 wrt-engine (0.3.13) unstable; urgency=low
1963
1964   * String allocation fix
1965
1966   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1967   * Tag : wrt-engine_0.3.13
1968
1969  -- Pawel Sikorski <p.sikorski@samsung.com>  Thu, 21 Apr 2011 16:54:25 +0200
1970
1971 wrt-engine (0.3.12-1) unstable; urgency=low
1972
1973   * Added missing build deps.
1974
1975   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1976   * Tag : wrt-engine_0.3.12-1
1977
1978  -- Lukasz Wrzosek <l.wrzosek@samsung.com>  Thu, 21 Apr 2011 12:25:32 +0200
1979
1980 wrt-engine (0.3.12) unstable; urgency=low
1981
1982   * Throwing is bad when in dtor
1983   * Support WARP for WAC 1.0 widgets
1984   * Add new W3C Widget Digital Signature test suite
1985   * Turn off WAC 1.0 widget validation (Wrt supports WAC 2.0 widgets)
1986
1987   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1988   * Tag : wrt-engine_0.3.12
1989
1990  -- Yunchan Cho <yunchan.cho@samsung.com>  Thu, 21 Apr 2011 18:02:11 +0900
1991
1992 wrt-engine (0.3.11) unstable; urgency=low
1993
1994   * new plugin loading
1995
1996   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
1997   * Tag : wrt-engine_0.3.11
1998
1999  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Mon, 18 Apr 2011 17:47:48 +0100
2000
2001 wrt-engine (0.3.10) unstable; urgency=low
2002
2003   * Performance test client added
2004   * WacOrigin implementation
2005   * delete 'wgt.' prefix of widget package name
2006
2007   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2008   * Tag : wrt-engine_0.3.10
2009
2010  -- Yunchan Cho <yunchan.cho@samsung.com>  Mon, 18 Apr 2011 11:47:48 +0900
2011
2012 wrt-engine (0.3.9) unstable; urgency=low
2013
2014   * popup disabled To enable, use env.var. "WRT_POPUP_ENABLE=1"
2015   * X-SLP-PackageType=wgt is added in desktop file
2016
2017   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2018   * Tag : wrt-engine_0.3.9
2019
2020  -- Koeun Choi <koeun.choi@samsung.com>  Thu, 07 Apr 2011 14:51:04 +0900
2021
2022 wrt-engine (0.3.8) unstable; urgency=low
2023
2024   * wrt_api.h installing again.
2025
2026   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2027   * Tag : wrt-engine_0.3.8
2028
2029  -- Yunchan Cho <yunchan.cho@samsung.com>  Fri, 01 Apr 2011 13:38:11 +0200
2030
2031 wrt-engine (0.3.7) unstable; urgency=low
2032
2033   * small leak fixes
2034   * Connection init moved to globalConnection constr
2035
2036   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2037   * Tag : wrt-engine_0.3.7
2038
2039  -- Pawel Sikorski <p.sikorski@samsung.com>  Thu, 31 Mar 2011 10:25:23 +0200
2040
2041 wrt-engine (0.3.6) unstable; urgency=low
2042
2043   * logs enabling in wrt (due to new functionality in dpl),
2044   * Certificate class added
2045   * compilation g0 flag removed
2046
2047   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2048   * Tag : wrt-engine_0.3.6
2049
2050  -- Pawel Sikorski <p.sikorski@samsung.com>  Wed, 30 Mar 2011 12:51:40 +0200
2051
2052 wrt-engine (0.3.5) unstable; urgency=low
2053
2054   * bugs fixed (g++, prevent), feature(SP-2240, SP-2670:2680)
2055   * wrt directory path is changed to /opt/apps/wgt.com.samsung.1XXX/res/src
2056   * Remove dependancy with imlib2
2057
2058   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2059   * Tag : wrt-engine_0.3.5
2060
2061  -- Yunchan Cho <yunchan.cho@samsung.com>  Tue, 29 Mar 2011 10:20:19 +0900
2062
2063 wrt-engine (0.3.4) unstable; urgency=low
2064
2065   * Some Bugs(K7, prevent, CQ) fixed
2066
2067   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2068   * Tag : wrt-engine_0.3.4
2069
2070  -- Koeun Choi <koeun.choi@samsung.com>  Wed, 16 Mar 2011 13:49:14 +0900
2071
2072 wrt-engine (0.3.3-1) unstable; urgency=low
2073
2074   * Disabled wrt_set_developer_mode
2075
2076   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2077   * Tag : wrt-engine_0.3.3-1
2078
2079  -- Yunchan Cho <yunchan.cho@samsung.com>  Fri, 04 Mar 2011 03:09:23 +0900
2080
2081 wrt-engine (0.3.3) unstable; urgency=low
2082
2083   * Apply changed policy of pkgmgr on SLP 
2084
2085   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2086   * Tag : wrt-engine_0.3.3
2087
2088  -- Yunchan Cho <yunchan.cho@samsung.com>  Thu, 03 Mar 2011 23:13:15 +0900
2089
2090 wrt-engine (0.3.2) unstable; urgency=low
2091
2092   * MWC fixes, ChildProtection fixes
2093
2094   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2095   * Tag : wrt-engine_0.3.2
2096
2097  -- Pawel Sikorski <p.sikorski@samsung.com>  Fri, 18 Feb 2011 17:53:10 +0100
2098
2099 wrt-engine (0.3.0) unstable; urgency=low
2100
2101   * indicator problem fixed. Major version of wrt
2102   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2103   * Tag : wrt-engine_0.3.0
2104
2105  -- Koeun Choi <koeun.choi@samsung.com>  Thu, 10 Feb 2011 14:56:00 +0900
2106
2107 wrt-engine (0.2.109-4) unstable; urgency=low
2108
2109   * API change procedure done.
2110   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2111   * Tag : wrt-engine_0.2.109-4
2112
2113  -- Koeun Choi <koeun.choi@samsung.com>  Thu, 10 Feb 2011 14:19:52 +0900
2114
2115 wrt-engine (0.2.109-3) unstable; urgency=low
2116
2117   * Debianized for MWC demo
2118   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2119   * Tag : wrt-engine_0.2.109-3
2120
2121  -- Lukasz Wrzosek <l.wrzosek@samsung.com>  Wed, 09 Feb 2011 19:04:13 +0100
2122
2123 wrt-engine (0.2.109-2) unstable; urgency=low
2124
2125   * Debianized for MWC demo
2126   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2127   * Tag : wrt-engine_0.2.109-2
2128
2129  -- Lukasz Wrzosek <l.wrzosek@samsung.com>  Wed, 09 Feb 2011 18:32:10 +0100
2130
2131 wrt-engine (0.2.109-1) unstable; urgency=low
2132
2133   * Debianize for MWC demo
2134   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2135   * Tag : wrt-engine_0.2.109-1
2136
2137  -- Lukasz Wrzosek <l.wrzosek@samsung.com>  Wed, 09 Feb 2011 17:45:31 +0100
2138
2139 wrt-engine (0.2.109) unstable; urgency=low
2140
2141   * Debianize for MWC demo
2142
2143   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2144   * Tag : wrt-engine_0.2.109
2145
2146  -- Koeun Choi <koeun.choi@samsung.com>  Wed, 09 Feb 2011 22:21:11 +0900
2147
2148 wrt-engine (0.2.108) unstable; urgency=low
2149
2150   * BS fix during widget install, pause/resume feature in installation
2151
2152   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2153   * Tag : wrt-engine_0.2.108
2154
2155  -- Pawel Sikorski <p.sikorski@samsung.com>  Mon, 07 Feb 2011 17:45:23 +0100
2156
2157 wrt-engine (0.2.107-1) unstable; urgency=low
2158
2159   * redebianized
2160
2161   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2162   * Tag : wrt-engine_0.2.107-1
2163
2164  -- Pawel Sikorski <p.sikorski@samsung.com>  Fri, 04 Feb 2011 11:02:56 +0100
2165
2166 wrt-engine (0.2.107) unstable; urgency=low
2167
2168   * webkit fix for "TAP" events, widget update further work,
2169   * BS fix
2170
2171   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2172   * Tag : wrt-engine_0.2.107
2173
2174  -- Pawel Sikorski <p.sikorski@samsung.com>  Thu, 03 Feb 2011 17:41:30 +0100
2175
2176 wrt-engine (0.2.106) unstable; urgency=low
2177
2178   * Widget URI scheme support added according to W3C 2.0
2179
2180   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2181   * Tag : wrt-engine_0.2.106
2182
2183  -- Lukasz Wrzosek <l.wrzosek@samsung.com>  Wed, 02 Feb 2011 19:59:41 +0100
2184
2185 wrt-engine (0.2.105) unstable; urgency=low
2186
2187   * Widget Update further impl, wrt-client fixes
2188
2189   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2190   * Tag : wrt-engine_0.2.105
2191
2192  -- Pawel Sikorski <p.sikorski@samsung.com>  Wed, 02 Feb 2011 18:11:36 +0100
2193
2194 wrt-engine (0.2.104) unstable; urgency=low
2195
2196   * fix startup widget params for w3c
2197
2198   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2199   * Tag : wrt-engine_0.2.104
2200
2201  -- Pawel sikorski <p.sikorski@samsung.com>  Tue, 01 Feb 2011 16:30:47 +0100
2202
2203 wrt-engine (0.2.103) unstable; urgency=low
2204
2205   * fix regarding AUL startup widget params
2206
2207   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2208   * Tag : wrt-engine_0.2.103
2209
2210  -- Pawel Sikorski <p.sikorski@samsung.com>  Tue, 01 Feb 2011 15:49:26 +0100
2211
2212 wrt-engine (0.2.102) unstable; urgency=low
2213
2214   * Some APIs regarding getting widget id and package name are added
2215   * Cleaned up the build scripts, added Profiling build type
2216   * Implementation of widget update detection algorithm
2217   * Removed sync() calls from WebRuntime
2218   * Remove inheritance and dynamic cast from parser schema
2219
2220   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2221   * Tag : wrt-engine_0.2.102
2222
2223  -- Yunchan Cho <yunchan.cho@samsung.com>  Sat, 29 Jan 2011 23:04:44 +0900
2224
2225 wrt-engine (0.2.101) unstable; urgency=low
2226
2227   * plugin preloading for demo added
2228
2229   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2230   * Tag : wrt-engine_0.2.101
2231
2232  -- Lukasz Wrzosek <l.wrzosek@samsung.com>  Fri, 28 Jan 2011 17:38:23 +0100
2233
2234 wrt-engine (0.2.100) unstable; urgency=low
2235
2236   * geolocation support, aul bundle value usage,
2237   * small fixes, SOUP cache support, dnet fix,
2238   * cmake refactor 
2239
2240   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2241   * Tag : wrt-engine_0.2.100
2242
2243  -- Pawel Sikorski <p.sikorski@samsung.com>  Fri, 28 Jan 2011 17:38:23 +0100
2244
2245 wrt-engine (0.2.99) unstable; urgency=low
2246
2247   * Escape sending to webkit in case of hardkey
2248   * New callback mechanism introduced
2249
2250   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2251   * Tag : wrt-engine_0.2.99
2252
2253  -- Pawel Sikorski <p.sikorski@samsung.com>  Thu, 27 Jan 2011 16:41:39 +0100
2254
2255 wrt-engine (0.2.98) unstable; urgency=low
2256
2257   * fixed build break on sbox1
2258   * Adding webkit cache clearing after killing widget
2259   * returning status of wrt-client
2260   * Child protection integration fixed
2261   * Supporting normal installation of widget between appstore client and menuscreen
2262   * support touch event
2263
2264   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2265   * Tag : wrt-engine_0.2.98
2266
2267  -- Yunchan Cho <yunchan.cho@samsung.com>  Fri, 21 Jan 2011 23:46:56 +0900
2268
2269 wrt-engine (0.2.97) unstable; urgency=low
2270
2271   * bb fixed
2272
2273   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2274   * Tag : wrt-engine_0.2.97
2275
2276  -- Koeun Choi <koeun.choi@samsung.com>  Thu, 20 Jan 2011 11:56:26 +0900
2277
2278 wrt-engine (0.2.96) unstable; urgency=low
2279
2280   * wrt-client: Added support for clearing webcore cache.
2281   * Modified existing popup of frontend installer.
2282   * fix bug regarding DB
2283
2284   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2285   * Tag : wrt-engine_0.2.96
2286
2287  -- Yunchan Cho <yunchan.cho@samsung.com>  Wed, 19 Jan 2011 17:01:15 +0900
2288
2289 wrt-engine (0.2.95) unstable; urgency=low
2290
2291   * Reverts of some DEMO TEMP SOLUTIONS, small bug fixes
2292
2293   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2294   * Tag : wrt-engine_0.2.95
2295
2296  -- Pawel Sikorski <p.sikorski@samsung.com>  Thu, 13 Jan 2011 13:04:49 +0100
2297
2298 wrt-engine (0.2.94) unstable; urgency=low
2299
2300   * DEMO FIXES, Faster first widget load
2301
2302   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2303   * Tag : wrt-engine_0.2.94
2304
2305  -- Lukasz Wrzosek <l.wrzosek@samsung.com>  Tue, 11 Jan 2011 17:08:16 +0100
2306 wrt-engine (0.2.93) unstable; urgency=low
2307
2308   * DEMO FIXES, local storage extension 
2309
2310   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2311   * Tag : wrt-engine_0.2.93
2312
2313  -- Pawel Sikorski <p.sikorski@samsung.com>  Tue, 11 Jan 2011 17:08:16 +0100
2314
2315 wrt-engine (0.2.92) unstable; urgency=low
2316
2317   * BS fixed, WRT_IPC_DISABLE removed 
2318
2319   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2320   * Tag : wrt-engine_0.2.92
2321
2322  -- Pawel Sikorski <p.sikorski@samsung.com>  Mon, 10 Jan 2011 10:34:20 +0100
2323
2324 wrt-engine (0.2.91) unstable; urgency=low
2325
2326   * wrt-client - additional options added
2327   * CQ bug fixes
2328   * childProtection filtr implementation
2329
2330   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2331   * Tag : wrt-engine_0.2.91
2332
2333  -- Pawel Sikorski <p.sikorski@samsung.com>  Tue, 04 Jan 2011 14:47:48 +0100
2334
2335 wrt-engine (0.2.90) unstable; urgency=low
2336
2337   * Fixing widget scrolling(by removing old transparency setting)
2338   * Implementation of JavaScript debugger
2339   * Touch-processor added
2340   * Initial version of combobox with multiple comboboxes in one process
2341   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2342   * Tag : wrt-engine_0.2.90
2343
2344  -- Yunchan Cho <yunchan.cho@samsung.com>  Wed, 22 Dec 2010 19:16:40 +0900
2345
2346 wrt-engine (0.2.89) unstable; urgency=low
2347
2348   * pkg mgr bug fixed, launching problem(uri) bug fixed
2349   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2350   * Tag : wrt-engine_0.2.89
2351
2352  -- Koeun Choi <koeun.choi@samsung.com>  Fri, 17 Dec 2010 18:08:21 +0900
2353
2354 wrt-engine (0.2.88) unstable; urgency=low
2355
2356   * vconf setting
2357   * Git : 165.213.180.234:slp/pkgs/w/wrt-engine
2358   * Tag : wrt-engine_0.2.88
2359
2360  -- Koeun Choi <koeun.choi@samsung.com>  Thu, 16 Dec 2010 19:04:36 +0900
2361
2362 wrt-engine (0.2.87-1) unstable; urgency=low
2363
2364   * Redebianize
2365   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2366   * Tag : wrt-engine_0.2.87-1
2367
2368  -- Yunchan Cho <yunchan.cho@samsung.com>  Thu, 09 Dec 2010 16:34:18 +0900
2369
2370 wrt-engine (0.2.87) unstable; urgency=low
2371
2372   * 1. Added some fields that AUL use to set ELM_SCALE internally.
2373   * 2. Window modes handling fix.
2374   * 3. Implementation of wrt check access api
2375   * 4. Added a feature that frontend installer can be also launched by MIME
2376   * 5. Added one parameter to prototype of wrt_install_widget()/wrt_uninstall_widget()
2377   *    to support progress feature.
2378   * 6. Fixed bug regarding null checking of progress callback.
2379
2380   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2381   * Tag : wrt-engine_0.2.87
2382   
2383  -- Koeun Choi <koeun.choi@samsung.com>  Tue, 07 Dec 2010 17:45:45 +0900
2384
2385 wrt-engine (0.2.86) unstable; urgency=low
2386
2387   * Widget layout fitting, wrt_engine_daemon is included into booting process.
2388
2389   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2390   * Tag : wrt-engine_0.2.86
2391
2392  -- Koeun Choi <koeun.choi@samsung.com>  Fri, 03 Dec 2010 14:12:58 +0900
2393
2394 wrt-engine (0.2.85) unstable; urgency=low
2395
2396   * Fix a crash when some of widgets info values are missing.
2397
2398   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2399   * Tag : wrt-engine_0.2.85
2400
2401  -- Yunchan Cho <yunchan.cho@samsung.com>  Mon, 29 Nov 2010 11:00:07 +0900
2402
2403 wrt-engine (0.2.84) unstable; urgency=low
2404
2405   * USED_DNET is set by default : NOT USE ewk_dnet
2406   * [Plugins] removed standard-features-list
2407
2408   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2409   * Tag : wrt-engine_0.2.84
2410
2411  -- Yunchan Cho <yunchan.cho@samsung.com>  Fri, 26 Nov 2010 19:57:13 +0900
2412
2413 wrt-engine (0.2.83) unstable; urgency=low
2414
2415   * Changed name and installed path of desktop file according to guideline of AppFramework Team.
2416      And Removed BG_SCHEDULE field in desktop file.   
2417   * Added some code to support -k option in package manager.
2418
2419   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2420   * Tag : wrt-engine_0.2.83
2421
2422  -- Yunchan Cho <yunchan.cho@samsung.com>  Wed, 24 Nov 2010 17:46:16 +0900
2423
2424 wrt-engine (0.2.82) unstable; urgency=low
2425
2426   * 1. Feature processing extended to fix ta_luyKMFABLX_d5
2427   * http://dev.w3.org/2006/waf/widgets/Overview.html#ta-luyKMFABLX
2428   * If feature-name is not supported by the user agent, and
2429   * required-feature is false, then the user agent must ignore this
2430   * element.
2431   *
2432   * 2. Support for namespace in digital signature.
2433  
2434   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2435   * Tag : wrt-engine_0.2.82
2436
2437  -- Koeun Choi <koeun.choi@samsung.com>  Tue, 16 Nov 2010 14:45:57 +0900
2438
2439 wrt-engine (0.2.81-1) unstable; urgency=low
2440
2441   * new DB scheme applied
2442   *  1. During .deb installation we will check if the DB scheme is up-to-date,
2443   *  2. if it is up-to-date, we will leave the DB as it is,
2444   *  3. if, on the contrary, the DB scheme is outdated, we will REMOVE the db
2445   * - place a call to some db-creation sql script in the postinst file
2446   * - generate the db-creation script in compile time
2447   * - use PRAGMA journal_mode = PERSIST;
2448   * added logerror in ocsp when root ca couldn't be found
2449   * Applying DPL ORM to WidgetDao property getters.
2450
2451   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2452   * Tag : wrt-engine_0.2.81-1
2453
2454  -- Koeun Choi <koeun.choi@samsung.com>  Mon, 15 Nov 2010 17:31:26 +0900
2455
2456  wrt-engine (0.2.80) unstable; urgency=low
2457
2458   * export CHECK_ONLY_DOMAIN_INSTEAD_OF_VALIDATION=1 can be used for fake wac domain assignment
2459   * To test signed widget, this env should be applied.
2460
2461   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2462   * Tag : wrt-engine_0.2.80
2463
2464  -- Koeun Choi <koeun.choi@samsung.com>  Thu, 11 Nov 2010 17:31:26 +0900
2465
2466
2467 wrt-engine (0.2.79-1) unstable; urgency=low
2468
2469   * dpl build dependency fixed.
2470
2471   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2472   * Tag : wrt-engine_0.2.79-1
2473
2474  -- Pawel Sikorski <p.sikorski@samsung.com>  Tue, 09 Nov 2010 09:49:15 +0100
2475
2476 wrt-engine (0.2.79) unstable; urgency=low
2477
2478   * elm_webview is enabled by defaul. To disable WEBVIEW, use export
2479   WRT_ELM_WEBVIEW=0
2480
2481   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2482   * Tag : wrt-engine_0.2.79
2483
2484  -- Koeun Choi <koeun.choi@samsung.com>  Mon, 08 Nov 2010 14:59:11 +0900
2485
2486 wrt-engine (0.2.78) unstable; urgency=low
2487
2488   * launching problem fixed/DPL-ORM/camera plugin support
2489
2490   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2491   * Tag : wrt-engine_0.2.78
2492
2493  -- Koeun Choi <koeun.choi@samsung.com>  Sat, 06 Nov 2010 19:26:21 +0900
2494
2495 wrt-engine (0.2.77) unstable; urgency=low
2496
2497   * buildbreak fix on i386 architecture, some security fixes
2498  
2499   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2500   * Tag : wrt-engine_0.2.77
2501
2502  -- Pawel Sikorski <p.sikorski@samsung.com>  Wed, 03 Nov 2010 16:19:18 +0100
2503
2504 wrt-engine (0.2.76-2) unstable; urgency=low
2505
2506   * another build break fix
2507  
2508   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2509   * Tag : wrt-engine_0.2.76-2
2510
2511  -- Pawel Sikorski <p.sikorski@samsung.com>  Wed, 03 Nov 2010 12:04:59 +0100
2512
2513 wrt-engine (0.2.76-1) unstable; urgency=low
2514
2515   * build break fix
2516
2517   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2518   * Tag : wrt-engine_0.2.76-1
2519
2520  -- Pawel Sikorski <p.sikorski@samsung.com>  Wed, 03 Nov 2010 11:51:08 +0100
2521
2522 wrt-engine (0.2.76) unstable; urgency=low
2523
2524   * Small fixes, New signature parser impl, new db schema, wrt-client moved to
2525     wrt-engine package
2526
2527   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2528   * Tag : wrt-engine_0.2.76
2529
2530  -- Pawel Sikorski <p.sikorski@samsung.com>  Wed, 03 Nov 2010 10:01:03 +0100
2531
2532 wrt-engine (0.2.74-1) unstable; urgency=low
2533
2534   * debianizing fix
2535
2536   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2537   * Tag : wrt-engine_0.2.74-1
2538
2539  -- Pawel Sikorski <p.sikorski@samsung.com>  Fri, 29 Oct 2010 17:52:21 +0200
2540
2541 wrt-engine (0.2.74) unstable; urgency=low
2542
2543   * Bug fixes
2544
2545   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2546   * Tag : wrt-engine_0.2.74
2547
2548  -- Pawel Sikorski <p.sikorski@samsung.com>  Fri, 29 Oct 2010 17:48:37 +0200
2549
2550 wrt-engine (0.2.73) unstable; urgency=low
2551
2552   * WAC compliance bugfix
2553
2554   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2555   * Tag : wrt-engine_0.2.73
2556
2557  -- Piotr Fatyga <p.fatyga@samsung.com>  Tue, 26 Oct 2010 19:31:55 +0200
2558
2559 wrt-engine (0.2.72) unstable; urgency=low
2560
2561   * alert, confirm dialog is on by default for SE Lab WAC Test. 
2562
2563   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2564   * Tag : wrt-engine_0.2.72
2565
2566  -- Koeun Choi <koeun.choi@samsung.com>  Mon, 25 Oct 2010 19:04:44 +0900
2567
2568 wrt-engine (0.2.71) unstable; urgency=low
2569
2570   * alert, confirm temp solution applied
2571   * commit : 1d04aaf83bd4bafc71ad3a0b8ca086f323f42fc6 
2572
2573   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2574   * Tag : wrt-engine_0.2.71
2575   
2576  -- Koeun Choi <koeun.choi@samsung.com>  Mon, 25 Oct 2010 15:18:53 +0900
2577
2578 wrt-engine (0.2.70) unstable; urgency=low
2579
2580   * some fixes, debianizing before elm_webview introduction
2581
2582   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2583   * Tag : wrt-engine_0.2.70
2584
2585  -- Pawel Sikorski <p.sikorski@samsung.com>  Mon, 18 Oct 2010 17:47:47 +0200
2586
2587 wrt-engine (0.2.69) unstable; urgency=low
2588
2589   * debian/control fix, multilang support, warnings removal
2590
2591   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2592   * Tag : wrt-engine_0.2.69
2593
2594  -- Pawel Sikorski <p.sikorski@samsung.com>  Fri, 15 Oct 2010 13:44:42 +0200
2595
2596 wrt-engine (0.2.68) unstable; urgency=low
2597
2598   * adding libslp-utilx-dev to debian/control. OSP manager integration.
2599
2600   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2601   * Tag : wrt-engine_0.2.68
2602
2603  -- Pawel Sikorski <p.sikorski@samsung.com>  Thu, 14 Oct 2010 17:12:45 +0200
2604
2605 wrt-engine (0.2.67) unstable; urgency=low
2606
2607   * Further w3c development. some fixes. debian package numebr increased.
2608
2609   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2610   * Tag : wrt-engine_0.2.67
2611
2612  -- Pawel Sikorski <p.sikorski@samsung.com>  Thu, 14 Oct 2010 16:42:11 +0200
2613
2614 wrt-engine (0.2.66) unstable; urgency=low
2615
2616   * Further w3c development. some fixes.
2617
2618   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2619   * Tag : wrt-engine_0.2.66
2620
2621  -- Pawel Sikorski <p.sikorski@samsung.com>  Thu, 14 Oct 2010 16:37:50 +0200
2622
2623 wrt-engine (0.2.65) unstable; urgency=low
2624
2625   * making wrt_engine_daemon the real daemon process
2626
2627   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2628   * Tag : wrt-engine_0.2.65
2629
2630  -- Pawel Sikorski <p.sikorski@samsung.com>  Mon, 11 Oct 2010 09:31:19 +0900
2631
2632 wrt-engine (0.2.64) unstable; urgency=low
2633
2634   * W3C P&C bugfix. Warnings removed
2635
2636   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2637   * Tag : wrt-engine_0.2.64
2638
2639  -- Piotr Fatyga <p.fatyga@samsung.com>  Fri, 08 Oct 2010 16:22:53 +0200
2640
2641 wrt-engine (0.2.63) unstable; urgency=low
2642
2643   * Fixed Widget installation error. 
2644   * W3C P&C compaliance fix 
2645
2646   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2647   * Tag : wrt-engine_0.2.63  
2648
2649  -- Piotr Fatyga <p.fatyga@samsung.com>  Thu, 07 Oct 2010 10:33:00 +0200
2650
2651 wrt-engine (0.2.62-2) unstable; urgency=low
2652
2653   * Fixed debianization error
2654
2655   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2656   * Tag : wrt-engine_0.2.62-2
2657
2658  -- Piotr Fatyga <p.fatyga@samsung.com>  Wed, 06 Oct 2010 15:36:07 +0200
2659
2660 wrt-engine (0.2.62-1) unstable; urgency=low
2661
2662   * desktop icon dir problem fixed 
2663
2664   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2665   * Tag : wrt-engine_0.2.62-1
2666
2667  -- Pawel Sikorski <p.sikorski@samsung.com>  Wed, 06 Oct 2010 18:53:29 +0900
2668
2669 wrt-engine (0.2.62) unstable; urgency=low
2670
2671   * new plugin load/unload system. Desktop file task added, W3C further work
2672
2673   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2674   * Tag : wrt-engine_0.2.62
2675
2676  -- Pawel Sikorski <p.sikorski@samsung.com>  Wed, 06 Oct 2010 16:42:56 +0900
2677
2678 wrt-engine (0.2.61) unstable; urgency=low
2679
2680   * Localization further work, IME fix, dirs changed, code formatting, plugins
2681     loading further work, W3C further work
2682
2683   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2684   * Tag : wrt-engine_0.2.61
2685
2686  -- Pawel Sikorski <p.sikorski@samsung.com>  Fri, 01 Oct 2010 18:21:04 +0900
2687
2688 wrt-engine (0.2.60) unstable; urgency=low
2689
2690   * dsa key validation, init timing algorithm moved to ipc client
2691
2692   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2693   * Tag : wrt-engine_0.2.60
2694
2695  -- Pawel Sikorski <p.sikorski@samsung.com>  Fri, 24 Sep 2010 17:26:01 +0200
2696
2697 wrt-engine (0.2.59) unstable; urgency=low
2698
2699   * Plugin loading mechanism moved to proper file; New plugin API call implemented: on_widget_start, on_widget_stop; Removed deprecated plugin logging interface thru wrt interface; Doxygen documentation for WRT Api 
2700
2701   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2702   * Tag : wrt-engine_0.2.59
2703
2704
2705  -- Karol Majewski <k.majewski@samsung.com>  Fri, 24 Sep 2010 12:19:21 +0200
2706
2707 wrt-engine (0.2.58-2) unstable; urgency=low
2708
2709   * Support for distributor signature; Changed webView theme from WebRuntime to Webkit; Code refactorization (debianizing fix)
2710
2711   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2712   * Tag : wrt-engine_0.2.58-2
2713
2714  -- Karol Majewski <k.majewski@samsung.com>  Thu, 23 Sep 2010 13:03:17 +0200
2715
2716 wrt-engine (0.2.58) unstable; urgency=low
2717
2718   * Support for distributor signature; Changed webView theme from WebRuntime to Webkit; Code refactorization
2719
2720   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2721   * Tag : wrt-engine_0.2.58
2722
2723  -- Karol Majewski <k.majewski@samsung.com>  Thu, 23 Sep 2010 11:03:17 +0200
2724
2725 wrt-engine (0.2.57) unstable; urgency=low
2726
2727   * Initial version of signature parser; Fixed invalid setting of local storage database path in webkit
2728
2729   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2730   * Tag : wrt-engine_0.2.57
2731
2732  -- Karol Majewski <k.majewski@samsung.com>  Mon, 20 Sep 2010 17:39:30 +0200
2733
2734 wrt-engine (0.2.53) unstable; urgency=low
2735
2736   * Upgraded to EFL1.0 alpha
2737
2738   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2739   * Tag : wrt-engine_0.2.53  
2740
2741  -- Piotr Fatyga <p.fatyga@samsung.com>  Fri, 10 Sep 2010 18:04:25 +0200
2742
2743 wrt-engine (0.2.51) unstable; urgency=low
2744
2745   * fixes connected to installation process
2746  
2747   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2748   * Tag : wrt-engine_0.2.51
2749
2750  -- Pawel Sikorski <p.sikorski@samsung.com>  Fri, 03 Sep 2010 20:36:22 +0200
2751
2752 wrt-engine (0.2.50) unstable; urgency=low
2753
2754   * wrt_engine_daemon runs on demand
2755
2756   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2757   * Tag : wrt-engine_0.2.50
2758
2759  -- Pawel Sikorski <p.sikorski@samsung.com>  Wed, 01 Sep 2010 19:56:02 +0200
2760
2761 wrt-engine (0.2.49) unstable; urgency=low
2762
2763   * fix due to dpl change
2764
2765   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2766   * Tag : wrt-engine_0.2.49
2767
2768  -- Pawel Sikorski <p.sikorski@samsung.com>  Wed, 01 Sep 2010 11:48:09 +0200
2769
2770 wrt-engine (0.2.48) unstable; urgency=low
2771
2772   * wrt fixing.
2773
2774   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2775   * Tag : wrt-engine_0.2.48
2776
2777  -- Pawel Sikorski <p.sikorski@samsung.com>  Tue, 31 Aug 2010 18:52:40 +0200
2778
2779 wrt-engine (0.2.44) unstable; urgency=low
2780
2781   * adding widgets icons to menu screen after installation.
2782   * virtual keyboard reenabled.
2783
2784   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2785   * Tag : wrt-engine_0.2.44
2786
2787  -- Pawel Sikorski <p.sikorski@samsung.com>  Thu, 26 Aug 2010 16:40:24 +0200
2788
2789 wrt-engine (0.2.43-1) unstable; urgency=low
2790
2791   * prerm and postinst files changed (daemon launching by cron)
2792  
2793   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2794   * Tag : wrt-engine_0.2.43-1
2795
2796
2797  -- Pawel Sikorski <p.sikorski@samsung.com>  Tue, 24 Aug 2010 17:41:07 +0200
2798
2799 wrt-engine (0.2.43) unstable; urgency=low
2800
2801   * wrt_engine_daemon fixes
2802
2803   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2804   * Tag : wrt-engine_0.2.43
2805
2806  -- Pawel Sikorski <p.sikorski@samsung.com>  Tue, 24 Aug 2010 10:12:23 +0200
2807
2808 wrt-engine (0.2.41) unstable; urgency=low
2809
2810   * buildbreak fix in dnet support
2811
2812   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2813   * Tag : wrt-engine_0.2.41
2814
2815  -- Pawel Sikorski <p.sikorski@samsung.com>  Mon, 23 Aug 2010 10:22:54 +0200
2816
2817 wrt-engine (0.2.40) unstable; urgency=low
2818
2819   * file permissions changed (temporary fix)
2820
2821   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2822   * Tag : wrt-engine_0.2.40
2823
2824  -- Pawel Sikorski <p.sikorski@samsung.com>  Fri, 20 Aug 2010 16:01:42 +0200
2825
2826 wrt-engine (0.2.39) unstable; urgency=low
2827
2828   * shared gadget reimplementation, dnet support, bugfixes
2829
2830   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2831   * Tag : wrt-engine_0.2.39
2832
2833  -- Pawel Sikorski <p.sikorski@samsung.com>  Fri, 20 Aug 2010 10:17:28 +0200
2834
2835 wrt-engine (0.2.38) unstable; urgency=low
2836
2837   * appcore applied
2838   
2839   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2840   * Tag : wrt-engine_0.2.38
2841
2842  -- Koeun Choi <koeun.choi@samsung.com>  Fri, 06 Aug 2010 10:34:54 +0900
2843
2844 wrt-engine (0.2.37) unstable; urgency=low
2845
2846   * Remove virtual keyboard
2847   * Additional Callbacks registering added (updateNeededCB, resizeCB,
2848     questionShowCb) 
2849   
2850   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2851   * Tag : wrt-engine_0.2.37
2852
2853  -- Koeun Choi <koeun.choi@samsung.com>  Tue, 03 Aug 2010 19:49:06 +0900
2854
2855 wrt-engine (0.2.36-1) unstable; urgency=low
2856
2857   * Fix tag verification failure during pkg upload 
2858
2859   * Git : 165.213.180.234:/git/slp/pkgs/wrt-engine
2860   * Tag : wrt-engine_0.2.36-1
2861
2862  -- Ming Jin <ming79.jin@samsung.com>  Sun, 25 Jul 2010 21:17:47 +0900
2863
2864 wrt-engine (0.2.36) unstable; urgency=low
2865
2866   * Fixed IMF build error, and includes other bug fixes 
2867
2868  -- Ming Jin <ming79.jin@samsung.com>  Sun, 25 Jul 2010 21:12:12 +0900
2869
2870 wrt-engine (0.2.35) unstable; urgency=low
2871
2872   * This version of pkg includes "fixed seg fault and a few bugs". 
2873
2874   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
2875   * Tag : wrt-engine_0.2.35
2876
2877  -- Koeun Choi <koeun.choi@samsung.com>  Mon, 12 Jul 2010 13:57:40 +0900
2878
2879 wrt-engine (0.2.34) unstable; urgency=low
2880
2881   * fixed prevent bug, removed redundant codes
2882   
2883   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
2884   * Tag : wrt-engine_0.2.34
2885
2886  -- Koeun Choi <koeun.choi@samsung.com>  Thu, 08 Jul 2010 11:25:28 +0900
2887
2888 wrt-engine (0.2.33-3) unstable; urgency=low
2889
2890   * Reupload due to tag verification failure
2891
2892   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
2893   * Tag : wrt-engine_0.2.33-3
2894
2895  -- Andrew Lee <hyunchul2.lee@samsung.com>  Wed, 23 Jun 2010 11:10:47 +0900
2896
2897 wrt-engine (0.2.33-2) unstable; urgency=low
2898
2899   * Reupload due to strange tag verification failure
2900
2901   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
2902   * Tag : wrt-engine_0.2.33-2
2903
2904  -- Andrew Lee <hyunchul2.lee@samsung.com>  Tue, 22 Jun 2010 17:42:09 +0900
2905
2906 wrt-engine (0.2.33-1) unstable; urgency=low
2907
2908   * Reupload due to tag verification failure
2909
2910   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
2911   * Tag : wrt-engine_0.2.33-1
2912
2913  -- Andrew Lee <hyunchul2.lee@samsung.com>  Tue, 22 Jun 2010 16:23:02 +0900
2914
2915 wrt-engine (0.2.33) unstable; urgency=low
2916
2917   * Fixed build break due to shared gadget header change.
2918
2919   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
2920   * Tag : wrt-engine_0.2.33
2921
2922  -- Andrew Lee <hyunchul2.lee@samsung.com>  Tue, 22 Jun 2010 15:51:49 +0900
2923
2924 wrt-engine (0.2.32) unstable; urgency=low
2925
2926   * Fixed prevent defects
2927
2928   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
2929   * Tag : wrt-engine_0.2.32
2930
2931  -- Andrew Lee <hyunchul2.lee@samsung.com>  Tue, 22 Jun 2010 14:58:25 +0900
2932
2933 wrt-engine (0.2.31) unstable; urgency=low
2934
2935   * dlog build break fix
2936
2937   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
2938   * Tag : wrt-engine_0.2.31
2939
2940  -- Andrew Lee <hyunchul2.lee@samsung.com>  Fri, 18 Jun 2010 18:06:07 +0900
2941
2942 wrt-engine (0.2.30) unstable; urgency=low
2943
2944   * i386 build break fix 
2945
2946   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
2947   * Tag : wrt-engine_0.2.30
2948
2949  -- Ming Jin <ming79.jin@samsung.com>  Thu, 17 Jun 2010 10:28:10 +0900
2950
2951 wrt-engine (0.2.29-1) unstable; urgency=low
2952
2953   * Reupload due to tag verification failure
2954
2955   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
2956   * Tag : wrt-engine_0.2.29-1
2957
2958  -- Ming Jin <ming79.jin@samsung.com>  Wed, 16 Jun 2010 19:16:04 +0900
2959
2960 wrt-engine (0.2.29) unstable; urgency=low
2961
2962   * DLOG API change update, more bug fixes
2963
2964   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
2965   * Tag : wrt-engine_0.2.29
2966
2967  -- Ming Jin <ming79.jin@samsung.com>  Wed, 16 Jun 2010 17:18:36 +0900
2968
2969 wrt-engine (0.2.27-1) unstable; urgency=low
2970
2971   * Fixed upload email acaount 
2972
2973   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
2974   * Tag : wrt-engine_0.2.27-1
2975
2976  -- Andrew Lee <hyunchul2.lee>  Wed, 09 Jun 2010 11:34:34 +0900
2977
2978 wrt-engine (0.2.27) unstable; urgency=low
2979
2980   * Repackage due to dpl change
2981
2982   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
2983   * Tag : wrt-engine_0.2.27
2984
2985  -- Ming Jin <ming79.jin@samsung.com>  Wed, 09 Jun 2010 11:10:30 +0900
2986
2987 wrt-engine (0.2.26) unstable; urgency=low
2988
2989   * Removed deprecated attribute until it has right replacement ready 
2990    
2991   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
2992   * Tag : wrt-engine_0.2.26
2993
2994  -- Ming Jin <ming79.jin@samsung.com>  Mon, 07 Jun 2010 20:04:30 +0900
2995
2996 wrt-engine (0.2.25) unstable; urgency=low
2997
2998   * remove #include applog.h 
2999    
3000   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
3001   * Tag : wrt-engine_0.2.25
3002
3003  -- Ming Jin <ming79.jin@samsung.com>  Sat, 05 Jun 2010 18:29:51 +0900
3004
3005 wrt-engine (0.2.24) unstable; urgency=low
3006
3007   * appfwk --> appcore-efl change 
3008    
3009   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
3010   * Tag : wrt-engine_0.2.24
3011
3012  -- Ming Jin <ming79.jin@samsung.com>  Sat, 05 Jun 2010 17:43:52 +0900
3013
3014 wrt-engine (0.2.23-1) unstable; urgency=low
3015
3016   * Added "Replaces" for ace & ace-dev in debian/control 
3017    
3018   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
3019   * Tag : wrt-engine_0.2.23-1
3020
3021  -- Ming Jin <ming79.jin@samsung.com>  Sat, 05 Jun 2010 11:52:58 +0900
3022
3023 wrt-engine (0.2.23) unstable; urgency=low
3024
3025   * Added app-fwk.h in #include as it is removed form dpl/application.h 
3026    
3027   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
3028   * Tag : wrt-engine_0.2.23
3029
3030  -- Ming Jin <ming79.jin@samsung.com>  Fri, 04 Jun 2010 22:21:29 +0900
3031
3032 wrt-engine (0.2.22) unstable; urgency=low
3033
3034   * Removed utilcore dependencies in ace 
3035    
3036   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
3037   * Tag : wrt-engine_0.2.22
3038
3039  -- Ming Jin <ming79.jin@samsung.com>  Fri, 04 Jun 2010 15:42:31 +0900
3040
3041 wrt-engine (0.2.21) unstable; urgency=low
3042
3043   * More bug fixes in installer, removed ace dependency
3044    
3045   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
3046   * Tag : wrt-engine_0.2.21
3047
3048  -- Ming Jin <ming79.jin@samsung.com>  Fri, 04 Jun 2010 13:52:15 +0900
3049
3050 wrt-engine (0.2.20) unstable; urgency=low
3051
3052   * BS fix : Do not install plugins at init time
3053   
3054   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
3055   * Tag : wrt-engine_0.2.20
3056
3057  -- Koeun Choi <koeun.choi@samsung.com>  Thu, 20 May 2010 14:54:21 +0900
3058
3059 wrt-engine (0.2.19) unstable; urgency=low
3060
3061   * privilege-control applied (security)
3062
3063   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
3064   * Tag : wrt-engine_0.2.19
3065
3066  -- Koeun Choi <koeun.choi@samsung.com>  Wed, 19 May 2010 20:44:04 +0900
3067
3068 wrt-engine (0.2.18) unstable; urgency=low
3069
3070   * DB sync, ecore server bug fixed
3071
3072   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
3073   * Tag : wrt-engine_0.2.18
3074
3075  -- Koeun Choi <koeun.choi@samsung.com>  Tue, 18 May 2010 08:38:33 +0900
3076
3077 wrt-engine (0.2.17) unstable; urgency=low
3078
3079   * commit 7c85730c45ae050903bec9160eecc81b8dd5f784
3080    
3081   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
3082   * Tag : wrt-engine_0.2.17
3083
3084  -- Koeun Choi <koeun.choi@samsung.com>  Fri, 14 May 2010 14:23:20 +0900
3085
3086 wrt-engine (0.2.16-1) unstable; urgency=low
3087
3088   * permission changed
3089   
3090   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
3091   * Tag : wrt-engine_0.2.16-1
3092
3093  -- Koeun Choi <koeun.choi@samsung.com>  Wed, 12 May 2010 21:36:44 +0900
3094
3095 wrt-engine (0.2.16) unstable; urgency=low
3096
3097   * no check path : /mnt/ums/widgets 
3098   
3099   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
3100   * Tag : wrt-engine_0.2.16
3101
3102  -- Koeun Choi <koeun.choi@samsung.com>  Wed, 12 May 2010 20:28:55 +0900
3103
3104 wrt-engine (0.2.15) unstable; urgency=low
3105
3106   * wrt-ui pc added & booting order is changed from S40 to S70. 
3107    
3108   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
3109   * Tag : wrt-engine_0.2.15
3110
3111  -- Koeun Choi <koeun.choi@samsung.com>  Thu, 06 May 2010 21:19:35 +0900
3112
3113 wrt-engine (0.2.14) unstable; urgency=low
3114
3115   * sig_kill bug fixed. 
3116   * dnet bug fixed for temp. (before dnet is openned, we cannot close dnet.)
3117   
3118   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
3119   * Tag : wrt-engine_0.2.14
3120   
3121
3122  -- Koeun Choi <koeun.choi@samsung.com>  Thu, 29 Apr 2010 01:05:30 +0900
3123
3124 wrt-engine (0.2.13-1) unstable; urgency=low
3125
3126   * repackaging after dnet update 
3127
3128   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
3129   * Tag : wrt-engine_0.2.13-1
3130   
3131  -- Koeun Choi <koeun.choi@samsung.com>  Wed, 28 Apr 2010 15:37:55 +0900
3132
3133 wrt-engine (0.2.13) unstable; urgency=low
3134
3135   * S70 process to S40 process
3136   
3137   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
3138   * Tag : wrt-engine_0.2.13
3139
3140  -- Ming Jin <ming79.jin@samsung.com>  Wed, 28 Apr 2010 05:31:33 +0900
3141
3142 wrt-engine (0.2.12) unstable; urgency=low
3143
3144   * heavy pkg dependencies are removed from client libraries
3145   
3146   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
3147   * Tag : wrt-engine_0.2.12
3148
3149  -- Koeun Choi <koeun.choi@samsung.com>  Wed, 28 Apr 2010 05:25:40 +0900
3150
3151 wrt-engine (0.2.11) unstable; urgency=low
3152
3153   * scroller removed.. (WEBKIT_THEME is changed to WRT_THEME for temp)
3154   
3155   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
3156   * Tag : wrt-engine_0.2.11
3157
3158
3159  -- Koeun Choi <koeun.choi@samsung.com>  Tue, 27 Apr 2010 18:41:47 +0900
3160
3161 wrt-engine (0.2.10) unstable; urgency=low
3162
3163   * wrt_engine_daemon fixed 
3164   * RPC wrt_init_callback use, if DAEMON STOPPED
3165   
3166   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
3167   * Tag : wrt-engine_0.2.10
3168
3169  -- Koeun Choi <koeun.choi@samsung.com>  Tue, 27 Apr 2010 12:32:31 +0900
3170
3171 wrt-engine (0.2.9) unstable; urgency=low
3172
3173   * master commit 2c657297c118c857bb4f19f04fa2e28f24aabcc5 applied : api
3174      bug fixed
3175   * wrt_engine_daemon is launched in booting time   
3176
3177   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
3178   * Tag : wrt-engine_0.2.9
3179
3180
3181  -- Koeun Choi <koeun.choi@samsung.com>  Mon, 26 Apr 2010 16:33:10 +0900
3182
3183 wrt-engine (0.2.8) unstable; urgency=low
3184
3185   * commit 2035a08a3bc7fde457be6b797417d650cbfcd2ee applied 
3186   
3187   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
3188   * Tag : wrt-engine_0.2.8
3189
3190  -- Koeun Choi <koeun.choi@samsung.com>  Fri, 23 Apr 2010 01:36:18 +0900
3191
3192 wrt-engine (0.2.7-4) unstable; urgency=low
3193
3194   * wrt-engine pkg includes wrt_engine_daemon, wrt_efl_test
3195   * other executables are located in wrt-engine-test pkg. 
3196   
3197   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
3198   * Tag : wrt-engine_0.2.7-4
3199
3200  -- Koeun Choi <koeun.choi@samsung.com>  Thu, 22 Apr 2010 21:13:16 +0900
3201
3202 wrt-engine (0.2.7-3) unstable; urgency=low
3203
3204   * libcurl dependency is removed in configure.ac !
3205   
3206   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
3207   * Tag : wrt-engine_0.2.7-3
3208
3209
3210  -- Koeun Choi <koeun.choi@samsung.com>  Thu, 22 Apr 2010 17:56:07 +0900
3211
3212 wrt-engine (0.2.7-2) unstable; urgency=low
3213
3214   * Debianized... mapped to tag [stable-0.2.3]  
3215
3216   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
3217   * Tag : wrt-engine_0.2.7-2
3218
3219  -- Koeun Choi <koeun.choi@samsung.com>  Tue, 20 Apr 2010 14:39:20 +0900
3220
3221 wrt-engine (0.2.7) unstable; urgency=low
3222
3223   * Debianized...  
3224
3225   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
3226   * Tag : wrt-engine_0.2.7
3227
3228  -- Koeun Choi <koeun.choi@samsung.com>  Tue, 20 Apr 2010 14:39:20 +0900
3229
3230 wrt-engine (0.2.6-1) unstable; urgency=low
3231
3232   * upload again because of dpl dependency
3233   
3234   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
3235   * Tag : wrt-engine_0.2.6-1
3236
3237  -- Koeun Choi <koeun.choi@samsung.com>  Mon, 12 Apr 2010 09:16:18 +0900
3238
3239 wrt-engine (0.2.6) unstable; urgency=low
3240
3241   * Fixed build break
3242   
3243   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/wrt-engine-0
3244   * Tag : wrt-engine_0.2.6
3245   
3246
3247  -- Koeun Choi <koeun.choi@samsung.com>  Thu, 08 Apr 2010 10:54:25 +0900
3248
3249 wrt-engine (0.2.5-2) unstable; urgency=low
3250
3251   * Added dpl-efl-dev to debian/control 
3252
3253  -- Ming Jin <ming79.jin@samsung.com>  Fri, 02 Apr 2010 22:55:49 +0900
3254
3255 wrt-engine (0.2.5-1) unstable; urgency=low
3256
3257   * Reupload due to pkgconfig version check error
3258
3259  -- Ming Jin <ming79.jin@samsung.com>  Fri, 02 Apr 2010 22:37:31 +0900
3260
3261 wrt-engine (0.2.5) unstable; urgency=low
3262
3263   * Remove libui-ime dependency 
3264
3265  -- Ming Jin <ming79.jin@samsung.com>  Fri, 02 Apr 2010 22:28:27 +0900
3266
3267 wrt-engine (0.2.4) unstable; urgency=low
3268
3269   * Toolchain upgrade
3270
3271  -- Koeun Choi <koeun.choi@samsung.com>  Thu, 25 Mar 2010 21:48:32 +0900
3272
3273 wrt-engine (0.2.3) unstable; urgency=low
3274
3275   * recent version : Core logic switched to dedicated thread. UX improved. 
3276
3277  -- Koeun Choi <koeun.choi@samsung.com>  Fri, 19 Mar 2010 16:37:17 +0900
3278
3279 wrt-engine (0.2.2) unstable; urgency=low
3280
3281   * TRUE/FALSE type is not supported 
3282
3283  -- Koeun Choi <koeun.choi@samsung.com>  Thu, 11 Mar 2010 19:16:29 +0900
3284
3285 wrt-engine (0.2.1) unstable; urgency=low
3286
3287   * Widget/Plugin installation routine refactoring 
3288
3289  -- Ming Jin <ming79.jin@samsung.com>  Thu, 11 Mar 2010 12:25:05 +0900
3290
3291 wrt-engine (0.2.0) unstable; urgency=low
3292
3293   * External API is modified 
3294
3295  -- Ming Jin <ming79.jin@samsung.com>  Tue, 02 Mar 2010 15:13:48 +0900
3296
3297 wrt-engine (0.1.11) unstable; urgency=low
3298
3299   * Major bugfixes, IME support, API changes
3300
3301  -- Ming Jin <ming79.jin@samsung.com>  Tue, 16 Feb 2010 15:41:28 +0900
3302
3303 wrt-engine (0.1.10) unstable; urgency=low
3304
3305   * Removed old UI library dependencies 
3306
3307  -- Ming Jin <ming79.jin@samsung.com>  Tue, 09 Feb 2010 00:37:35 +0900
3308
3309 wrt-engine (0.1.9) unstable; urgency=low
3310
3311   * More MSC API support added
3312
3313  -- Ming Jin <ming79.jin@samsung.com>  Mon, 08 Feb 2010 11:29:02 +0900
3314
3315 wrt-engine (0.1.8-1) unstable; urgency=low
3316
3317   * Repackaging due to EFL upgrade 
3318
3319  -- Ming Jin <ming79.jin@samsung.com>  Thu, 04 Feb 2010 12:18:43 +0900
3320
3321 wrt-engine (0.1.8) unstable; urgency=low
3322
3323   * Include wrt_ext_api.h in the installation path (/usr/include/wrt-engine) 
3324
3325  -- Ming Jin <ming79.jin@samsung.com>  Wed, 03 Feb 2010 13:17:18 +0900
3326
3327 wrt-engine (0.1.7) unstable; urgency=low
3328
3329   * Moving all wrt related files into /usr/apps/widgets 
3330
3331  -- Ming Jin <ming79.jin@samsung.com>  Tue, 02 Feb 2010 20:45:51 +0900
3332
3333 wrt-engine (0.1.6-1) unstable; urgency=low
3334
3335   * Upload the package again due to toolchain upgrade from gcc4.3.2 to
3336     gcc4.4.1 
3337
3338  -- Ming Jin <ming79.jin@samsung.com>  Mon, 01 Feb 2010 16:27:16 +0900
3339
3340 wrt-engine (0.1.6) unstable; urgency=low
3341
3342   * Dummy log 2 
3343
3344  -- Ming Jin <ming79.jin@samsung.com>  Mon, 01 Feb 2010 16:26:58 +0900
3345
3346 wrt-engine (0.1.5) unstable; urgency=low
3347
3348   * Dummy log 
3349
3350  -- Ming Jin <ming79.jin@samsung.com>  Mon, 01 Feb 2010 16:26:39 +0900
3351
3352 wrt-engine (0.1.4) unstable; urgency=low
3353
3354   * Fixed pkg upload error 
3355
3356  -- Ming Jin <ming79.jin@samsung.com>  Thu, 28 Jan 2010 12:07:48 +0900
3357
3358 wrt-engine (0.1.3) unstable; urgency=low
3359
3360   * resolved i686 build error 
3361
3362  -- Koeun Choi <koeun.choi@samsung.com>  Wed, 27 Jan 2010 18:18:30 +0900
3363
3364 wrt-engine (0.1.2) unstable; urgency=low
3365
3366   * i686 bb fixed 
3367
3368  -- Koeun Choi <koeun.choi@samsung.com>  Wed, 27 Jan 2010 18:00:35 +0900
3369
3370 wrt-engine (0.1.1) unstable; urgency=low
3371
3372   * SLP prefix removed 
3373
3374  -- Koeun Choi <koeun.choi@samsung.com>  Wed, 27 Jan 2010 14:06:32 +0900
3375
3376 wrt-engine (0.1.0) unstable; urgency=low
3377
3378   * Widget content scrolling is enabled 
3379
3380  -- Ming Jin <ming79.jin@samsung.com>  Fri, 22 Jan 2010 19:40:03 +0900
3381
3382 wrt-engine (0.0.8) unstable; urgency=low
3383
3384   * External WRT APIs included 
3385
3386  -- Ming Jin <ming79.jin@samsung.com>  Tue, 19 Jan 2010 14:50:24 +0900
3387
3388 wrt-engine (0.0.7) unstable; urgency=low
3389
3390   * i386 pkg upload 
3391
3392  -- Ming Jin <ming79.jin@samsung.com>  Sun, 17 Jan 2010 18:26:20 +0900
3393
3394 wrt-engine (0.0.6) unstable; urgency=low
3395
3396   * i386 build error fix, package version upgrade 
3397
3398  -- Ming Jin <ming79.jin@samsung.com>  Sun, 17 Jan 2010 17:31:12 +0900
3399
3400 wrt-engine (0.0.5) unstable; urgency=low
3401
3402   * cert-mgr pc file name is applied to wrt.pc.in 
3403
3404  -- Koeun Choi <koeun.choi@samsung.com>  Tue, 05 Jan 2010 15:22:16 +0900
3405
3406 wrt-engine (0.0.4) unstable; urgency=low
3407
3408   * cert-mgr api and pkg config name are changed  
3409
3410  -- Koeun Choi <koeun.choi@samsung.com>  Tue, 05 Jan 2010 12:12:47 +0900
3411
3412 wrt-engine (0.0.3) unstable; urgency=low
3413
3414   * Build depends fixed 
3415
3416  -- Koeun Choi <koeun.choi@samsung.com>  Tue, 29 Dec 2009 14:55:04 +0900
3417
3418 wrt-engine (0.0.2) unstable; urgency=low
3419
3420   * Christmast edition (alpha demo) version  
3421
3422  -- Koeun Choi <koeun.choi@samsung.com>  Thu, 24 Dec 2009 18:40:41 +0900
3423
3424 wrt-engine (0.0.1) unstable; urgency=low
3425
3426   * wrt_uninstall_widget() function added; new test program; js-extension for
3427   * slp2.0 port
3428
3429  -- Koeun Choi <koeun.choi@samsung.com>  Fri, 11 Dec 2009 21:25:45 +0900
3430
3431 wrt-engine (0) unstable; urgency=low
3432
3433   * Initial Release.
3434
3435  -- Koeun Choi <koeun.choi@samsung.com>  Tue, 24 Nov 2009 16:16:30 +0900