[Release] wrt-commons_0.2.90
[framework/web/wrt-commons.git] / debian / changelog
1 wrt-commons (0.2.90) unstable; urgency=low
2
3   * Changed PkgName type from DPL::Optional<DPL::String> to DPL::String. PART 4
4   * User agent database update
5
6  -- Jihoon Chung <jihoon.chung@samsung.com>  Tue, 08 Jan 2013 11:12:49 +0900
7
8 wrt-commons (0.2.89) unstable; urgency=low
9
10   * Handle return value from pthread_setspecific
11   * Deleted array to 0 comparison
12   * Deleted unreachable code
13   * Add vconf key for memory saving mode
14
15   * Git : framework/web/wrt-commons
16   * Tag : wrt-commons_0.2.89
17
18  -- Jihoon Chung <jihoon.chung@samsung.com>  Wed, 02 Jan 2013 11:00:02 +0900
19
20 wrt-commons (0.2.88) unstable; urgency=low
21
22   * Add path builder for vconf key
23
24   * Git : framework/web/wrt-commons
25   * Tag : wrt-commons_0.2.88
26
27  -- Jihoon Chung <jihoon.chung@samsung.com>  Sat, 29 Dec 2012 14:02:18 +0900
28
29 wrt-commons (0.2.87) unstable; urgency=low
30
31   * changed to get encryption/decryption key from device unique key
32
33   * Git : framework/web/wrt-commons
34   * Tag : wrt-commons_0.2.87
35
36  -- Soyoung Kim <sy037.kim@samsung.com>  Fri, 28 Dec 2012 20:47:21 +0900
37
38 wrt-commons (0.2.86) unstable; urgency=low
39
40   * Revert "Modify get encryption/decryption key from device unique key"
41
42   * Git : framework/web/wrt-commons
43   * Tag : wrt-commons_0.2.86
44
45  -- Soyoung Kim <sy037.kim@samsung.com>  Fri, 28 Dec 2012 17:42:06 +0900
46
47 wrt-commons (0.2.85) unstable; urgency=low
48
49   * For livebox configuration
50   * livebox configuration valuables have been changed
51   * Modify get encryption/decryption key from device unique key
52
53   * Git : framework/web/wrt-commons
54   * Tag : wrt-commons_0.2.85
55
56  -- Soyoung Kim <sy037.kim@samsung.com>  Fri, 28 Dec 2012 14:05:27 +0900
57
58 wrt-commons (0.2.83) unstable; urgency=low
59
60   * Replacing widget handle with tizenid in property DAO
61
62  -- KEONGEUN <lke01.lee@samsung.com>  Fri, 21 Dec 2012 17:03:54 +0900
63
64 wrt-commons (0.2.82) unstable; urgency=low
65
66   * CustomHandlersDB API updated to handle new functionalities.
67   * Add tests - DAO, DPL
68   * Custom Handlers DAO extended with new api
69   * registerWidgetSecuritySettings - nested transaction removal. New widget dao testcase
70   * Unit test for custom handler dao stub
71   * CustomHandlersDAO test
72
73   * Git : framework/web/wrt-commons
74   * Tag : wrt-commons_0.2.82
75
76  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 20 Dec 2012 09:04:59 +0900
77
78 wrt-commons (0.2.81) unstable; urgency=low
79
80   * Fix dependencies in DAO modules
81   * Missing boilerplate added
82
83   * Git : framework/web/wrt-commons
84   * Tag : wrt-commons_0.2.81
85
86  -- Jihoon Chung <jihoon.chung@samsung.com>  Sun, 16 Dec 2012 09:09:42 +0900
87
88 wrt-commons (0.2.80) unstable; urgency=low
89
90   * Implement privilege database table
91
92   * Git : framework/web/wrt-commons
93   * Tag : wrt-commons_0.2.80
94
95  -- Jihoon Chung <jihoon.chung@samsung.com>  Fri, 14 Dec 2012 10:30:48 +0900
96
97 wrt-commons (0.2.79) unstable; urgency=low
98
99   * Replacing DbWidgetHandle with WidgetPkgName in SecurityOriginDAO
100   * Handle remove() return value
101   * Delete unreachable code
102   * Handle chmod return value
103   * CustomHandlerDAO implementation
104   * Unhandled isWidgetInstalled return value
105
106   * Git : framework/web/wrt-commons
107   * Tag : wrt-commons_0.2.79
108
109  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 13 Dec 2012 11:15:24 +0900
110
111 wrt-commons (0.2.78) unstable; urgency=low
112
113   * Removing copy&paste code, part 2
114   * Changed SharedPtr to std:shared_ptr
115   * Changed ScopedPtr to std::unique_ptr
116   * Klocwork analysis related fix
117   * SharedFromTHis replace by STL C++0x ones
118   * Overload methods to run with tizen id instead of widgetHandle
119   * Changed PkgName type from DPL::Optional<DPL::String> to DPL::String
120   * Default "en" language tag removed from provider
121   * CustomHandlers DAO libraries stubs added
122   * Replacing widget handle with tizenid in property DAO
123
124   * Git : framework/web/wrt-commons
125   * Tag : wrt-commons_0.2.78
126
127  -- Jihoon Chung <jihoon.chung@samsung.com>  Mon, 10 Dec 2012 10:11:26 +0900
128
129 wrt-commons (0.2.76) unstable; urgency=low
130
131   * Add share directory
132   * Add category element for manifest.xml
133   * Modify installed path for preload widget.
134   * Updated widget resources path in wrt_reset_all.sh
135
136   * Git : framework/web/wrt-commons
137   * Tag : wrt-commons_0.2.76
138
139  -- Soyoung Kim <sy037.kim@samsung.com>  Fri, 30 Nov 2012 17:47:24 +0900
140
141 wrt-commons (0.2.75) unstable; urgency=low
142
143   * Throw an exception when pthread_key_create fails
144   * Symbolic link pointed by GetVCoreDatabaseFilePath will be removed.
145
146   * Git : framework/web/wrt-commons
147   * Tag : wrt-commons_0.2.75
148
149  -- Tae-Jeong Lee <taejeong.lee@samsung.com>  Fri, 23 Nov 2012 22:01:00 +0900
150
151 wrt-commons (0.2.74) unstable; urgency=low
152
153   * Removing copy&paste code, part 1
154   * Removal of factory_widget attribute and related functions
155   * Implement security origin dao for allow,deny one time
156
157   * Git : framework/web/wrt-commons
158   * Tag : wrt-commons_0.2.74
159
160  -- Jihoon Chung <jihoon.chung@samsung.com>  Fri, 23 Nov 2012 10:09:27 +0900
161
162 wrt-commons (0.2.73) unstable; urgency=low
163
164   * Distinguish between system headers and project headers
165   * Implement security origin dao for setting menu
166   * Implement security settings in the widgetDAO
167
168   * Git : framework/web/wrt-commons
169   * Tag : wrt-commons_0.2.73
170
171  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 22 Nov 2012 20:46:40 +0900
172
173 wrt-commons (0.2.72) unstable; urgency=low
174
175   * Change widget installed path request by app fw
176
177   * Git : framework/web/wrt-commons
178   * Tag : wrt-commons_0.2.72
179
180  -- Soyoung Kim <sy037.kim@samsung.com>  Tue, 13 Nov 2012 17:16:16 +0900
181
182 wrt-commons (0.2.71) unstable; urgency=low
183
184   * Implement Security origin database
185   * hidden symbol for enhancement shared library loading time (orm.h)
186   * Default widget locale adding to language tags
187   * WrtDAO clean up - unused function with widget handle usage
188
189   * Git : framework/web/wrt-commons
190   * Tag : wrt-commons_0.2.71
191
192  -- Jihoon Chung <jihoon.chung@samsung.com>  Mon, 12 Nov 2012 16:55:19 +0900
193
194 wrt-commons (0.2.70) unstable; urgency=low
195
196   * Additional Include: stddef.h
197
198   * Git : framework/web/wrt-commons
199   * Tag : wrt-commons_0.2.70
200
201  -- Jihoon Chung <jihoon.chung@samsung.com>  Mon, 05 Nov 2012 17:43:04 +0900
202
203 wrt-commons (0.2.69) unstable; urgency=low
204
205   * [Commons] Modify package type
206
207   * Git : framework/web/wrt-commons
208   * Tag : wrt-commons_0.2.69
209
210  -- Soyoung Kim <sy037.kim@samsung.com>  Mon, 05 Nov 2012 16:46:34 +0900
211
212 wrt-commons (0.2.68) unstable; urgency=low
213
214   * Change profiling build
215   * Removing unused WtrUtilStringToLower
216   * Fix for localization URI ended with '/'
217   * Code refactoring and removal of factory_widget attribute
218   * WidgetDAO from WidgetHandle construction depracated
219   * WrtDAO - getPkgnameList
220   * Removal of compilation warnings
221   * W3c file localization - from pkgname construction
222
223   * Git : framework/web/wrt-commons
224   * Tag : wrt-commons_0.2.68
225
226  -- Jihoon Chung <jihoon.chung@samsung.com>  Fri, 02 Nov 2012 11:20:52 +0900
227
228 wrt-commons (0.2.67) unstable; urgency=low
229
230   * Localization cleaning from unused API (restore)
231   * Removing old, unused _WrtUtil* functions
232   * Database reset affects security-server
233   * Removing FileUtils
234   * Replacing recursive opendir with fts
235
236   * Release wrt-commons_0.2.67
237
238   * Git : framework/web/wrt-commons
239   * Tag : wrt-commons_0.2.67
240
241  -- Soyoung Kim <sy037.kim@samsung.com>  Wed, 24 Oct 2012 17:02:50 +0900
242
243 wrt-commons (0.2.66) unstable; urgency=low
244
245   * Release wrt-commons_0.2.66
246
247   * Git : framework/web/wrt-commons
248   * Tag : wrt-commons_0.2.66
249
250  -- Soyoung Kim <sy037.kim@samsung.com>  Thu, 18 Oct 2012 11:33:54 +0900
251
252 wrt-commons (0.2.65) unstable; urgency=low
253
254   * [Engine] Add method to get widget list
255   * [Commons] New utility functions in wrt_utility
256   * [Commons] Escaping bash sequences in argument programs
257   * [Engine] Allow to call methods using dao pointer
258   * [Engine] Remove mutex from log system.
259   * [Engine] Support for authors certificates (part 4).
260
261   * Git : framework/web/wrt-commons
262   * Tag : wrt-commons_0.2.65
263
264  -- Soyoung Kim <sy037.kim@samsung.com>  Wed, 17 Oct 2012 22:08:33 +0900
265
266 wrt-commons (0.2.64) unstable; urgency=low
267
268   * Revert "Localization cleaning from unused API"
269
270   * Git : framework/web/wrt-commons
271   * Tag : wrt-commons_0.2.64
272
273  -- Jihoon Chung <jihoon.chung@samsung.com>  Fri, 12 Oct 2012 14:21:43 +0900
274
275 wrt-commons (0.2.63) unstable; urgency=low
276
277   * Support for authors certificate
278   * WidgetDAO new CTOR (based on TizenID)
279   * Localization related cleanup
280
281   * Git : framework/web/wrt-commons
282   * Tag : wrt-commons_0.2.63
283
284  -- Pawel Sikorski <p.sikorski@samsung.com>  Thu, 11 Oct 2012 12:53:19 +0200
285
286 wrt-commons (0.2.62) unstable; urgency=low
287
288   * [Engine] Add license installing
289   * [Engine] clean up .gitignore
290
291   * Git : slp/pkgs/w/wrt-commons
292   * Tag : wrt-commons_0.2.62
293
294  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 11 Oct 2012 08:02:04 +0900
295
296 wrt-commons (0.2.61) unstable; urgency=low
297
298   * [Commons] Support for Debug and Release build configuration
299   * Deprecated localization API removal
300   * Localization refactoring and cleaning
301   * [Commons] Refactoring featureDAO, pluginDAO table
302
303   * Git : slp/pkgs/w/wrt-commons
304   * Tag : wrt-commons_0.2.61
305
306  -- Jihoon Chung <jihoon.chung@samsung.com>  Fri, 05 Oct 2012 07:29:49 +0900
307
308 wrt-commons (0.2.60) unstable; urgency=low
309
310   * for SEL verification
311   * [Commons] POWDER remains removed
312   * [Commons] Fixed PLM P120926-3287
313
314   * Git : framework/web/wrt-commons
315   * Tag : wrt-commons_0.2.60
316
317  -- Soyoung Kim <sy037.kim@samsung.com>  Fri, 28 Sep 2012 15:27:25 +0900
318
319 wrt-commons (0.2.59) unstalbe; urgency=low
320
321   * Add smack manifest
322
323   * Git : framework/web/wrt-commons
324   * Tag : wrt-commons_0.2.59
325
326  -- Tae-Jeong Lee <taejeong.lee@samsung.com>  Thu, 20 Sep 2012 20:08:44 +0900
327
328 wrt-commons (0.2.58) unstalbe; urgency=low
329
330   * for SEL verification
331
332   * Git : framework/web/wrt-commons
333   * Tag : wrt-commons_0.2.58
334
335  -- Tae-Jeong Lee <taejeong.lee@samsung.com>  Thu, 20 Sep 2012 12:02:41 +0900
336
337 wrt-commons (0.2.57) unstalbe; urgency=low
338
339   * Proper list support in LanguageTagsProvider
340   * User Agent Database update
341   * Language tags providing class added
342   * Add a feature dao function giving requested features' data
343
344   * Git : framework/web/wrt-commons
345   * Tag : wrt-commons_0.2.57
346
347  -- Tae-Jeong Lee <taejeong.lee@samsung.com>  Wed, 19 Sep 2012 12:03:09 +0900
348
349 wrt-commons (0.2.56) unstalbe; urgency=low
350
351   * [Commons] Test mode environment variable changed
352
353   * Git : slp/pkgs/w/wrt-commons
354   * Tag : wrt-commons_0.2.56
355
356  -- Jihoon Chung <jihoon.chung@samsung.com>  Wed, 12 Sep 2012 15:46:28 +0900
357
358 wrt-commons (0.2.55) unstable; urgency=low
359
360   * [Commons] Table ExternalFiles renamed to ExternalLocations
361   * [Commons] Fix in base path removal in localization module.
362   * [Commons] Add multiple output types in test framework
363   * [Commons] Slash added to global config paths
364   * [Commons] Background page support in WidgetModel
365   * [Commons] New table - WidgetExternalFiles
366
367   * Git : slp/pkgs/w/wrt-commons
368   * Tag : wrt-commons_0.2.55
369
370  -- Yunchan Cho <yunchan.cho@samsung.com>  Thu, 06 Sep 2012 00:34:12 +0900
371
372 wrt-commons (0.2.54) unstable; urgency=low
373
374   * [common] Add XML test collector
375   * [common] Add encryption api
376   * [Engine] Fix for wrt-popup
377
378   * Git : slp/pkgs/w/wrt-commons
379   * Tag : wrt-commons_0.2.54
380
381  -- Jihoon Chung <jihoon.chung@samsung.com>  Wed, 29 Aug 2012 13:37:28 +0900
382
383 wrt-commons (0.2.53) unstable; urgency=low
384
385   * Added new build type for code coverage
386   * User Agent Database update
387   * Added new SQLConnection flag - CRW and null query check
388   * Remove "auto" for fixed build break
389
390   * Git : slp/pkgs/w/wrt-commons
391   * Tag : wrt-commons_0.2.53
392
393  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 09 Aug 2012 15:16:30 +0900
394
395 wrt-commons (0.2.52) unstable; urgency=low
396
397   * Re-upload package
398
399   * Git : slp/pkgs/w/wrt-commons
400   * Tag : wrt-commons_0.2.52
401
402  -- Jihoon Chung <jihoon.chung@samsung.com>  Tue, 31 Jul 2012 11:15:58 +0900
403
404 wrt-commons (0.2.51) unstable; urgency=low
405
406   * Re-upload package
407
408   * Git : slp/pkgs/w/wrt-commons
409   * Tag : wrt-commons_0.2.51
410
411  -- Jihoon Chung <jihoon.chung@samsung.com>  Mon, 30 Jul 2012 10:06:49 +0900
412
413 wrt-commons (0.2.50) unstable; urgency=low
414
415   * Git : slp/pkgs/w/wrt-commons
416   * Tag : wrt-commons_0.2.50
417
418  -- Leerang Song <leerang.song@samsung.com>  Fri, 27 Jul 2012 12:02:06 +0900
419
420 wrt-commons (0.2.49) unstable; urgency=low
421
422   * Add splash screen
423   * Fix circular dependency to cert-svc
424
425   * Git : slp/pkgs/w/wrt-commons
426   * Tag : wrt-commons_0.2.49 
427
428  -- Zbigniew Kostrzewa <z.kostrzewa@samsung.com>  Wed, 25 Jul 2012 14:36:40 +0200
429
430 wrt-commons (0.2.48) unstable; urgency=low
431
432   * Fixed CCR(#N_SE-3620)
433   * FeatureDAOReadOnly - performance improvement
434
435   * Git : slp/pkgs/w/wrt-commons
436   * Tag : wrt-commons_0.2.48
437
438  -- Jihoon Chung <jihoon.chung@samsung.com>  Wed, 25 Jul 2012 09:58:22 +0900
439
440 wrt-commons (0.2.47) unstable; urgency=low
441
442   * Change installed resource path & Add PackageType
443   * support tizen extension requirement regarding application id / required version
444
445   * Git : slp/pkgs/w/wrt-commons
446   * Tag : wrt-commons_0.2.47
447
448  -- Leerang Song <leerang.song@samsung.com>  Thu, 19 Jul 2012 19:19:39 +0900
449
450 wrt-commons (0.2.46-1) unstable; urgency=low
451
452   * Add tag for auto SR
453
454   * Git : slp/pkgs/w/wrt-commons
455   * Tag : wrt-commons_0.2.46-1
456
457  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 12 Jul 2012 15:25:36 +0900
458
459 wrt-commons (0.2.46) unstable; urgency=low
460
461   * Remove auto save for WK1
462   * Support auto save id/password for WK2
463   * Multiple INVALID_WIDGET_HANDLE definition
464   * Wrt DB DefferedWidgetPackageInstallation clean up
465
466   * Git : slp/pkgs/w/wrt-commons
467   * Tag : wrt-commons_0.2.46
468
469  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 12 Jul 2012 10:56:48 +0900
470
471 wrt-commons (0.2.45) unstable; urgency=low
472
473   * Fingerprint list should not contain empty strings
474   * Add frame load and unload callback
475
476   * Git : slp/pkgs/w/wrt-commons
477   * Tag : wrt-commons_0.2.45
478
479  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 28 Jun 2012 16:30:53 +0900
480
481 wrt-commons (0.2.44) unstable; urgency=low
482
483   * Move create directory("/opt/apps/widget/")
484
485   * Git : slp/pkgs/w/wrt-commons
486   * Tag : wrt-commons_0.2.44
487
488  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 21 Jun 2012 11:13:38 +0900
489
490 wrt-commons (0.2.43) unstable; urgency=low
491
492   * Remove WK1
493
494   * Git : slp/pkgs/w/wrt-commons
495   * Tag : wrt-commons_0.2.43
496
497  -- Jihoon Chung <jihoon.chung@samsung.com>  Tue, 19 Jun 2012 09:46:13 +0900
498
499 wrt-commons (0.2.42) unstable; urgency=low
500
501   * Fix build break in wrt-security
502   * Remove warning when reset .wrt.db
503
504   * Git : slp/pkgs/w/wrt-commons
505   * Tag : wrt-commons_0.2.42
506
507  -- Jihoon Chung <jihoon.chung@samsung.com>  Fri, 15 Jun 2012 10:31:34 +0900
508
509 wrt-commons (0.2.41) unstable; urgency=low
510
511   * Clean up unused api in FeatureDAO
512   * Nested loop removal
513
514   * Git : slp/pkgs/w/wrt-commons
515   * Tag : wrt-commons_0.2.41
516
517  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 31 May 2012 11:40:41 +0900
518
519 wrt-commons (0.2.40) unstable; urgency=low
520
521   * Unused code removal
522   * wrt_reset_all.sh changed to remove all widgets files
523   * Modify desktop default icon path for installer
524   * Add wrt-client prefix for wk2
525
526   * Git : slp/pkgs/w/wrt-commons
527   * Tag : wrt-commons_0.2.40
528
529  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 24 May 2012 18:04:34 +0900
530
531 wrt-commons (0.2.39) unstable; urgency=low
532
533   * Separated singleton implementation removal
534
535   * Git : slp/pkgs/w/wrt-commons
536   * Tag : wrt-commons_0.2.39
537
538  -- Pawel Sikorski <p.sikorski@samsung.com>  Mon, 21 May 2012 15:26:54 +0200
539
540 wrt-commons (0.2.38) unstable; urgency=low
541
542   * Refactoring common_dao for auto_save
543   * ZipInput simplified
544   * Nested loop removall
545
546   * Git : slp/pkgs/w/wrt-commons
547   * Tag : wrt-commons_0.2.38
548
549  -- Jihoon Chung <jihoon.chung@samsung.com>  Mon, 21 May 2012 17:13:15 +0900
550
551 wrt-commons (0.2.37) unstable; urgency=low
552
553   * Tests leftovers removal
554   * Remove unused DPL::MultiTaskDecl
555
556   * Git : slp/pkgs/w/wrt-commons
557   * Tag : wrt-commons_0.2.37
558
559  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 17 May 2012 19:49:51 +0900
560
561 wrt-commons (0.2.36) unstable; urgency=low
562
563   * Script to reset wrt (wrt_reset_all.sh)
564
565   * Git : slp/pkgs/w/wrt-commons
566   * Tag : wrt-commons_0.2.36
567
568  -- Jihoon Chung <jihoon.chung@samsung.com>  Mon, 14 May 2012 18:28:43 +0900
569
570 wrt-commons (0.2.35) unstable; urgency=low
571
572   * Prepare widgetDAO to get different widget IDs
573   * depends on "add recovery mechanism.." commit
574
575   * Git : slp/pkgs/w/wrt-commons
576   * Tag : wrt-commons_0.2.35
577
578  -- Jihoon Chung <jihoon.chung@samsung.com>  Mon, 07 May 2012 17:35:10 +0900
579
580 wrt-commons (0.2.34) unstable; urgency=low
581
582   * Patch for compliance test widget-api/NoInterfaceObject
583   * TLV pthread reference issue
584   * Changing WidgetDAO rw to ro permissions where appropriate
585   * JIL and WAC1.0 leftovers removal
586   * Widget StartFile localizedPath fix
587   * Switching to the TestModeFlag - final step
588
589   * Git : slp/pkgs/w/wrt-commons
590   * Tag : wrt-commons_0.2.34
591
592  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 03 May 2012 10:11:41 +0900
593
594 wrt-commons (0.2.33) unstable; urgency=low
595
596   * UserAgent locales removed
597   * Deprecated api removed
598
599   * Git : slp/pkgs/w/wrt-commons
600   * Tag : wrt-commons_0.2.33
601
602  -- Jihoon Chung <jihoon.chung@samsung.com>  Mon, 23 Apr 2012 14:10:21 +0900
603
604 wrt-commons (0.2.32) unstable; urgency=low
605
606   * Language changed callback move to WRT engine
607   * Modify the access rights for Semaphore method
608   * Ultimate solution to test mode flag
609   * Web App data sharing From orange requirement
610
611   * Git : slp/pkgs/w/wrt-commons
612   * Tag : wrt-commons_0.2.32
613
614  -- Jihoon Chung <jihoon.chung@samsung.com>  Mon, 16 Apr 2012 09:48:09 +0900
615
616 wrt-commons (0.2.31) unstable; urgency=low
617
618   * Mapping from features to device caps is obtained from .so
619   * Exposed pc file for wrt-plugin-export header
620   * Common environment test flag
621   * getUserAgentLocales added to WidgetDAOReadOnly
622   * TAP tests results collector
623
624   * Git : slp/pkgs/w/wrt-commons
625   * Tag : wrt-commons_0.2.31
626
627  -- Jihoon Chung <jihoon.chung@samsung.com>  Mon, 09 Apr 2012 10:25:57 +0900
628
629 wrt-commons (0.2.30) unstable; urgency=low
630
631   * clean-up powder, parental mode
632   * Revert "[wrt-commons] Added global config API and desktop_file_name_field in wrt_db"
633
634   * Git : slp/pkgs/w/wrt-commons
635   * Tag : wrt-commons_0.2.30
636
637  -- Jihoon Chung <jihoon.chung@samsung.com>  Wed, 28 Mar 2012 18:25:06 +0900
638
639 wrt-commons (0.2.29) unstable; urgency=low
640
641   * Change user name to user id
642   * Adding cookie sharing mode field
643   * Added global config API and desktop_file_name_field in wrt_db
644
645   * Git : slp/pkgs/w/wrt-commons
646   * Tag : wrt-commons_0.2.29
647
648  -- Jihoon Chung <jihoon.chung@samsung.com>  Tue, 27 Mar 2012 17:05:15 +0900
649
650 wrt-commons (0.2.28) unstable; urgency=low
651
652   * Optimize OBS
653
654   * Git : slp/pkgs/w/wrt-commons
655   * Tag : wrt-commons_0.2.28
656
657  -- Jihoon Chung <jihoon.chung@samsung.com>  Fri, 23 Mar 2012 10:10:42 +0900
658
659 wrt-commons (0.2.27) unstable; urgency=low
660
661   * add libxml2-dev to 'Depends' of wrt-commons-dev package 
662
663   * Git : slp/pkgs/w/wrt-commons
664   * Tag : wrt-commons_0.2.27
665
666  -- Yunchan Cho <yunchan.cho@samsung.com>  Mon, 19 Mar 2012 19:01:09 +0900
667
668 wrt-commons (0.2.26) unstable; urgency=low
669
670   * Create ".wrt_autosave.db"
671
672   * Git : slp/pkgs/w/wrt-commons
673   * Tag : wrt-commons_0.2.26
674
675  -- Jihoon Chung <jihoon.chung@samsung.com>  Mon, 19 Mar 2012 13:31:14 +0900
676
677 wrt-commons (0.2.25-1) unstable; urgency=low
678
679   * Apply changed EFL APIs 
680
681   * Git : slp/pkgs/w/wrt-commons
682   * Tag : wrt-commons_0.2.25-1
683
684  -- Yunchan Cho <yunchan.cho@samsung.com>  Wed, 14 Mar 2012 10:04:41 +0900
685
686 wrt-commons (0.2.25) unstable; urgency=low
687
688   * Support OBS, SMACK
689
690   * Git : slp/pkgs/w/wrt-commons
691   * Tag : wrt-commons_0.2.25
692
693  -- Yunchan Cho <yunchan.cho@samsung.com>  Tue, 13 Mar 2012 19:51:25 +0900
694
695 wrt-commons (0.2.24) unstable; urgency=low
696
697   * Clean-up heynoti depedency
698
699   * Git : slp/pkgs/w/wrt-commons
700   * Tag : wrt-commons_0.2.24
701
702  -- Jihoon Chung <jihoon.chung@samsung.com>  Tue, 06 Mar 2012 21:12:40 +0900
703
704 wrt-commons (0.2.23) unstable; urgency=low
705
706   * Move certificates and finterprint settings from wrt-commons repository into wrt-security
707   * Add exception for "create directory"
708   * Clean-up unused event source
709
710   * Git : slp/pkgs/w/wrt-commons
711   * Tag : wrt-commons_0.2.23
712
713  -- Jihoon Chung <jihoon.chung@samsung.com>  Tue, 06 Mar 2012 20:29:32 +0900
714
715 wrt-commons (0.2.22) unstable; urgency=low
716
717   * Modified libraries' names
718
719   * Git : slp/pkgs/w/wrt-commons
720   * Tag : wrt-commons_0.2.22
721
722  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Tue, 28 Feb 2012 17:01:07 +0100
723
724 wrt-commons (0.2.21) unstable; urgency=low
725
726   * Vcore and ACE removed
727
728   * Git : slp/pkgs/w/wrt-commons
729   * Tag : wrt-commons_0.2.21
730
731  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Fri, 24 Feb 2012 16:51:27 +0100
732
733 wrt-commons (0.2.20) unstable; urgency=low
734
735   * User Agent lists update
736
737   * Git : slp/pkgs/w/wrt-commons
738   * Tag : wrt-commons_0.2.20
739
740  -- Hoseon LEE <hoseon46.lee@samsung.com>  Fri, 24 Feb 2012 09:28:47 +0100
741
742 wrt-commons (0.2.19) unstable; urgency=low
743
744   * WAC Compliance test WL-3240 fix. 
745
746   * Git : slp/pkgs/w/wrt-commons
747   * Tag : wrt-commons_0.2.19
748
749  -- Zbigniew Kostrzewa <z.kostrzewa@samsung.com>  Wed, 22 Feb 2012 09:28:47 +0100
750
751 wrt-commons (0.2.18) unstable; urgency=low
752
753   * Fixed static dev cap setting.
754
755   * Git : slp/pkgs/w/wrt-commons
756   * Tag : wrt-commons_0.2.18
757
758  -- Zbigniew Kostrzewa <z.kostrzewa@samsung.com>  Wed, 22 Feb 2012 07:59:18 +0100
759
760 wrt-commons (0.2.17) unstable; urgency=low
761
762   * WAC policy test suite bugfix.
763   
764   * Git : slp/pkgs/w/wrt-commons
765   * Tag : wrt-commons_0.2.17
766  
767  -- Zbigniew Kostrzewa <z.kostrzewa@samsung.com>  Mon, 20 Feb 2012 14:05:41 +0100
768
769 wrt-commons (0.2.16) unstable; urgency=low
770
771   * Localization API minor change
772   * test package reenabled
773
774   * Git : slp/pkgs/w/wrt-commons
775   * Tag : wrt-commons_0.2.16
776
777  -- Pawel Sikorski <p.sikorski@samsung.com>  Mon, 13 Feb 2012 16:04:58 +0100
778
779 wrt-commons (0.2.15) unstable; urgency=low
780
781   * Tapi dependency added
782
783   * Git : slp/pkgs/w/wrt-commons
784   * Tag : wrt-commons_0.2.15
785
786  -- Pawel Sikorski <p.sikorski@samsung.com>  Mon, 13 Feb 2012 12:53:12 +0100
787
788 wrt-commons (0.2.14) unstable; urgency=low
789
790   * MEID check added
791   * Added safe singleton implementation, that prevents dubletons.
792  
793   * Git : slp/pkgs/w/wrt-commons
794   * Tag : wrt-commons_0.2.14
795
796  -- Pawel Sikorski <p.sikorski@samsung.com>  Mon, 13 Feb 2012 12:29:16 +0100
797
798 wrt-commons (0.2.13) unstable; urgency=low
799
800   * Removing SLP, Bada ... strings for Source Open
801   * Update User-agent
802   * Popup manage initialization flag fixed
803   * Add weather widget is installed by package name
804
805   * Git : slp/pkgs/w/wrt-commons
806   * Tag : wrt-commons_0.2.13
807
808  -- Pawel Sikorski <p.sikorski@samsung.com>  Mon, 13 Feb 2012 10:46:30 +0100
809
810 wrt-commons (0.2.12) unstable; urgency=low
811
812   * disabling test package to be build 
813
814   * Git : slp/pkgs/w/wrt-commons
815   * Tag : wrt-commons_0.2.12
816
817  -- Pawel Sikorski <p.sikorski@samsung.com>  Wed, 08 Feb 2012 17:45:57 +0100
818
819 wrt-commons (0.2.11) unstable; urgency=low
820
821   * Ace and Vcore tests moved to wrt-commons
822   * "efl" suffic removed
823   * certificate names changes
824   * bugfix:
825   ** undetermined attributes
826   ** Attributes sorting algorithm
827   ** Vcore init
828   * New tests added (to OCSP)
829
830   * Git : slp/pkgs/w/wrt-commons
831   * Tag : wrt-commons_0.2.11
832
833  -- Pawel Sikorski <p.sikorski@samsung.com>  Wed, 08 Feb 2012 17:10:30 +0100
834
835 wrt-commons (0.2.10) unstable; urgency=low
836
837   * Files access with FILE API bug fix
838   * Add global dao APIs for operation of white document list
839   * fixed WidgetDAO for ugid
840
841   * Git : slp/pkgs/w/wrt-commons
842   * Tag : wrt-commons_0.2.10
843
844  -- Jihoon Chung <jihoon.chung@samsung.com>  Thu, 02 Feb 2012 15:43:01 +0900
845
846 wrt-commons (0.2.9) unstable; urgency=low
847
848   * Refactoring Phase2
849
850   * Git : slp/pkgs/w/wrt-commons
851   * Tag : wrt-commons_0.2.9
852
853  -- Jihoon Chung <jihoon.chung@samsung.com>  Tue, 31 Jan 2012 12:56:00 +0900
854
855 wrt-commons (0.2.8) unstable; urgency=low
856
857   * documentation included to repository
858   * dbus fix (crash issue with bool type)
859  
860   * Git : slp/pkgs/w/wrt-commons
861   * Tag : wrt-commons_0.2.8
862
863  -- Pawel Sikorski <p.sikorski@samsung.com>  Wed, 25 Jan 2012 14:47:21 +0100
864
865 wrt-commons (0.2.7) unstable; urgency=low
866
867   * Debianize latest source
868
869   * Git : slp/pkgs/w/wrt-commons
870   * Tag : wrt-commons_0.2.7
871
872  -- Yunchan Cho <yunchan.cho@samsung.com>  Wed, 25 Jan 2012 10:30:05 +0900
873
874 wrt-commons (0.2.6) unstable; urgency=low
875
876   * Wrt-commons split into several libraries
877
878   * Git : slp/pkgs/w/wrt-commons
879   * Tag : wrt-commons_0.2.6
880
881  -- Grzegorz Krawczyk <g.krawczyk@samsung.com>  Fri, 20 Jan 2012 16:20:27 +0100
882
883 wrt-commons (0.2.5) unstable; urgency=low
884
885   * DBUS module moved from wrt
886   * Dir structure has been changed (modules extracted)
887
888   * Git : slp/pkgs/w/wrt-commons
889   * Tag : wrt-commons_0.2.5
890
891  -- Pawel Sikorski <p.sikorski@samsung.com>  Tue, 17 Jan 2012 18:20:27 +0100
892
893 wrt-commons (0.2.4) unstable; urgency=low
894
895   * Webkit2(Refactoring) branch merged
896
897   * Git : slp/pkgs/w/wrt-commons
898   * Tag : wrt-commons_0.2.4
899
900  -- Jihoon Chung <jihoon.chung@samsung.com>  Mon, 16 Jan 2012 15:57:06 +0900
901
902 wrt-commons (0.2.3) unstable; urgency=low
903
904   * Webkit2(Refactoring) branch merged
905
906   * Git : slp/pkgs/w/wrt-commons
907   * Tag : wrt-commons_0.2.3
908
909  -- Jihoon Chung <jihoon.chung@samsung.com>  Mon, 16 Jan 2012 15:30:07 +0900
910
911 wrt-commons (0.2.2) unstable; urgency=low
912
913   * Master and Webkit2 branch merged (ORM change merged)
914   * Mechanisms moved from wrt: NestedLoop, ScopedGPointer
915
916   * Git : slp/pkgs/w/wrt-commons
917   * Tag : wrt-commons_0.2.2
918
919  -- Pawel Sikorski <p.sikorski@samsung.com>  Thu, 12 Jan 2012 11:19:00 +0100
920
921 wrt-commons (0.2.1) unstable; urgency=low
922
923   * ORM interface changed
924  
925   * Git : 165.213.180.234:slp/pkgs/d/dpl
926   * Tag : wrt-commons_0.2.1
927
928  -- Pawel Sikorski <p.sikorski@samsung.com>  Mon, 12 Dec 2011 11:33:07 +0100
929
930 wrt-commons (0.2.0) unstable; urgency=low
931
932   * Debianize for changing package name (wrt-commons)
933
934   * Git : 165.213.180.234:slp/pkgs/d/dpl
935   * Tag : wrt-commons_0.2.0
936
937  -- Hoseon LEE <hoseon46.lee@samsung.com>  Thu, 08 Dec 2011 10:51:40 +0900
938
939 wrt-commons (0.1.65) unstable; urgency=low
940
941   * Debianize latest source
942
943   * Git : 165.213.180.234:slp/pkgs/d/dpl
944   * Tag : dpl_0.1.65
945
946  -- Hoseon LEE <hoseon46.lee@samsung.com>  Wed, 07 Dec 2011 12:11:02 +0900
947
948 wrt-commons (0.1.64) unstable; urgency=low
949
950   * Fixes, FakeRPC connection added
951  
952   * Git : 165.213.180.234:slp/pkgs/d/dpl
953   * Tag : dpl_0.1.64
954
955  -- Pawel Sikorski <p.sikorski@samsung.com>  Tue, 29 Nov 2011 12:20:39 +0100
956
957 dpl (0.1.63) unstable; urgency=low
958
959   * ThreadDatabase Support moved to dpl
960  
961   * Git : 165.213.180.234:slp/pkgs/d/dpl
962   * Tag : dpl_0.1.63
963
964  -- Pawel Sikorski <p.sikorski@samsung.com>  Tue, 22 Nov 2011 16:48:43 +0100
965
966 dpl (0.1.62) unstable; urgency=low
967
968   * ICDelegate, apply, caller functions extended
969
970   * Git : 165.213.180.234:slp/pkgs/d/dpl
971   * Tag : dpl_0.1.62
972
973  -- Pawel Sikorski <p.sikorski@samsung.com>  Thu, 17 Nov 2011 17:19:13 +0100
974
975 dpl (0.1.61) unstable; urgency=low
976
977   * Adding ORM, Apply, ICD mechanism to DPL
978
979   * Git : 165.213.180.234:slp/pkgs/d/dpl
980   * Tag : dpl_0.1.61
981
982  -- Pawel Sikorski <p.sikorski@samsung.com>  Wed, 09 Nov 2011 13:33:16 +0100
983
984 dpl (0.1.60) unstable; urgency=low
985
986   * debianization due to icu upversioning
987
988   * Git : 165.213.180.234:slp/pkgs/d/dpl
989   * Tag : dpl_0.1.60
990
991  -- Pawel Sikorski <p.sikorski@samsung.com>  Tue, 25 Oct 2011 10:40:26 +0200
992
993 dpl (0.1.59) unstable; urgency=low
994
995   * modification of build option to build only EFL DPL package 
996
997   * Git : 165.213.180.234:slp/pkgs/d/dpl
998   * Tag : dpl_0.1.59
999
1000  -- Yunchan Cho <yunchan.cho@samsung.com>  Wed, 07 Sep 2011 13:42:54 +0900
1001
1002 dpl (0.1.58) unstable; urgency=low
1003
1004   * Debianized for open source 
1005
1006   * Git : 165.213.180.234:slp/pkgs/d/dpl
1007   * Tag : dpl_0.1.58
1008
1009  -- Soyoung Kim <sy037.kim@samsung.com>  Tue, 06 Sep 2011 13:52:05 +0900
1010
1011 dpl (0.1.57) unstable; urgency=low
1012
1013   * Waitables reloaded after HandleWatcher is called
1014
1015   * Git : 165.213.180.234:slp/pkgs/d/dpl
1016   * Tag : dpl_0.1.57
1017
1018  -- Zbigniew Kostrzewa <z.kostrzewa@samsung.com>  Thu, 28 Jul 2011 11:35:42 +0200
1019
1020 dpl (0.1.56) unstable; urgency=low
1021
1022   * add policyClass as template param, genericsocket fixed
1023
1024   * Git : 165.213.180.234:slp/pkgs/d/dpl
1025   * Tag : dpl_0.1.56
1026
1027  -- Pawel Sikorski <p.sikorski@samsung.com>  Mon, 27 Jun 2011 11:55:42 +0200
1028
1029 dpl (0.1.55) unstable; urgency=low
1030
1031   * once, automatic listeners cleaning, property fix
1032
1033   * Git : 165.213.180.234:slp/pkgs/d/dpl
1034   * Tag : dpl_0.1.55
1035
1036  -- Pawel Sikorski <p.sikorski@samsung.com>  Tue, 14 Jun 2011 10:50:56 +0200
1037
1038 dpl (0.1.54) unstable; urgency=low
1039
1040   * fix build dep
1041
1042   * Git : 165.213.180.234:slp/pkgs/d/dpl
1043   * Tag : dpl_0.1.54
1044
1045  -- Pawel Sikorski <p.sikorski@samsung.com>  Thu, 09 Jun 2011 14:12:31 +0200
1046
1047 dpl (0.1.53) unstable; urgency=low
1048
1049   * scoped patterns extended, StringCompare with ICU
1050
1051   * Git : 165.213.180.234:slp/pkgs/d/dpl
1052   * Tag : dpl_0.1.53
1053
1054  -- Pawel Sikorski <p.sikorski@samsung.com>  Thu, 09 Jun 2011 12:50:44 +0200
1055
1056 dpl (0.1.52) unstable; urgency=low
1057
1058   * scoped patterns extanded
1059
1060   * Git : 165.213.180.234:slp/pkgs/d/dpl
1061   * Tag : dpl_0.1.52
1062
1063  -- Pawel Sikorski <p.sikorski@samsung.com>  Mon, 06 Jun 2011 15:59:44 +0200
1064
1065 dpl (0.1.51) unstable; urgency=low
1066
1067   * string errno, get/set virtual for property
1068
1069   * Git : 165.213.180.234:slp/pkgs/d/dpl
1070   * Tag : dpl_0.1.51
1071
1072  -- Pawel Sikorski <p.sikorski@samsung.com>  Mon, 06 Jun 2011 14:43:48 +0200
1073
1074 dpl (0.1.50) unstable; urgency=low
1075
1076   * fix namespace, fix network change message publishing, 
1077   * size functionality added int TypeLists
1078
1079   * Git : 165.213.180.234:slp/pkgs/d/dpl
1080   * Tag : dpl_0.1.50
1081
1082  -- Pawel Sikorski <p.sikorski@samsung.com>  Thu, 19 May 2011 15:06:39 +0200
1083
1084 dpl (0.1.49) unstable; urgency=low
1085
1086   * license cleanup, small bug fixes
1087
1088   * Git : 165.213.180.234:slp/pkgs/d/dpl
1089   * Tag : dpl_0.1.49
1090
1091  -- Pawel Sikorski <p.sikorski@samsung.com>  Thu, 12 May 2011 12:57:54 +0200
1092
1093 dpl (0.1.48) unstable; urgency=low
1094
1095   * MessageQueue, static remove for semaphores
1096
1097   * Git : 165.213.180.234:slp/pkgs/d/dpl
1098   * Tag : dpl_0.1.48
1099
1100  -- Pawel Sikorski <p.sikorski@samsung.com>  Fri, 22 Apr 2011 11:32:15 +0200
1101
1102 dpl (0.1.47) unstable; urgency=low
1103
1104   * model/property system, TLS fixed
1105
1106   * Git : 165.213.180.234:slp/pkgs/d/dpl
1107   * Tag : dpl_0.1.47
1108
1109  -- Pawel Sikorski <p.sikorski@samsung.com>  Thu, 14 Apr 2011 14:35:38 +0200
1110
1111 dpl (0.1.46) unstable; urgency=low
1112
1113   * delegate mechanism, sql connection, test runner fix
1114
1115   * Git : 165.213.180.234:slp/pkgs/d/dpl
1116   * Tag : dpl_0.1.46
1117
1118  -- Pawel Sikorski <p.sikorski@samsung.com>  Thu, 31 Mar 2011 10:18:22 +0200
1119
1120 dpl (0.1.45) unstable; urgency=low
1121
1122   * ThreadLocal variables, named semaphore, Waitable fix,
1123   * symbols visibility fix
1124
1125   * Git : 165.213.180.234:slp/pkgs/d/dpl
1126   * Tag : dpl_0.1.45
1127
1128  -- Pawel Sikorski <p.sikorski@samsung.com>  Mon, 21 Mar 2011 16:57:31 +0100
1129
1130 dpl (0.1.44) unstable; urgency=low
1131
1132   * Disable Werror flag, bb fixed 
1133
1134   * Git : 165.213.180.234:slp/pkgs/d/dpl
1135   * Tag : dpl_0.1.44
1136
1137  -- Koeun Choi <koeun.choi@samsung.com>  Thu, 10 Mar 2011 21:06:51 +0900
1138
1139 dpl (0.1.43) unstable; urgency=low
1140
1141   * ecore_main_loop_select_func_get return type changed
1142
1143   * Git : 165.213.180.234:slp/pkgs/d/dpl
1144   * Tag : dpl_0.1.43
1145
1146  -- Koeun Choi <koeun.choi@samsung.com>  Tue, 08 Mar 2011 11:05:54 +0900
1147
1148 dpl (0.1.42) unstable; urgency=low
1149
1150   * MultiTask added. union_cast, lexical_cast
1151
1152   * Git : 165.213.180.234:slp/pkgs/d/dpl
1153   * Tag : dpl_0.1.42
1154
1155  -- Pawel Sikorski <p.sikorski@samsung.com>  Fri, 04 Mar 2011 14:05:23 +0100
1156
1157 dpl (0.1.41) unstable; urgency=low
1158
1159   * klocwork fixes, release method added to scoped array
1160
1161   * Git : 165.213.180.234:slp/pkgs/d/dpl
1162   * Tag : dpl_0.1.41
1163
1164  -- Pawel Sikorski <p.sikorski@samsung.com>  Tue, 01 Mar 2011 09:38:53 +0100
1165
1166 dpl (0.1.40) unstable; urgency=low
1167
1168   * Zip-input fixed.
1169
1170   * Git : 165.213.180.234:slp/pkgs/d/dpl
1171   * Tag : dpl_0.1.40
1172
1173  -- Pawel Sikorski <p.sikorski@samsung.com>  Mon, 28 Feb 2011 10:42:44 +0100
1174
1175 dpl (0.1.39-1) unstable; urgency=low
1176
1177   * redebianized
1178
1179   * Git : 165.213.180.234:slp/pkgs/d/dpl
1180   * Tag : dpl_0.1.39-1
1181
1182  -- Pawel Sikorski <p.sikorski@samsung.com>  Fri, 25 Feb 2011 09:33:12 +0100
1183
1184 dpl (0.1.39) unstable; urgency=low
1185
1186   * Semaphore added, Mutex fixed, Zip enhanced
1187
1188   * Git : 165.213.180.234:slp/pkgs/d/dpl
1189   * Tag : dpl_0.1.39
1190
1191  -- Pawel Sikorski <p.sikorski@samsung.com>  Tue, 22 Feb 2011 09:54:11 +0100
1192
1193 dpl (0.1.38) unstable; urgency=low
1194
1195   * GetCurrentTask, EventDispatcher fix, Append for DPL::String
1196   * Zip file support
1197
1198   * Git : 165.213.180.234:slp/pkgs/d/dpl
1199   * Tag : dpl_0.1.38
1200
1201  -- Pawel Sikorski <p.sikorski@samsung.com>  Tue, 15 Feb 2011 17:52:24 +0100
1202
1203 dpl (0.1.37-1) unstable; urgency=low
1204
1205   * redebianize
1206
1207   * Git : 165.213.180.234:slp/pkgs/d/dpl
1208   * Tag : dpl_0.1.37-1
1209
1210  -- Pawel Sikorski <p.sikorski@samsung.com>  Fri, 04 Feb 2011 11:11:13 +0100
1211
1212 dpl (0.1.37) unstable; urgency=low
1213
1214   * EventSupport fixes.
1215
1216   * Git : 165.213.180.234:slp/pkgs/d/dpl
1217   * Tag : dpl_0.1.37
1218
1219  -- Pawel Sikorski <p.sikorski@samsung.com>  Thu, 03 Feb 2011 17:44:49 +0100
1220
1221 dpl (0.1.36) unstable; urgency=low
1222
1223   * header fix.
1224
1225   * Git : 165.213.180.234:slp/pkgs/d/dpl
1226   * Tag : dpl_0.1.36
1227
1228  -- Pawel Sikorski <p.sikorski@samsung.com>  Tue, 01 Feb 2011 12:19:53 +0100
1229
1230 dpl (0.1.35-1) unstable; urgency=low
1231
1232   * debianization fix.
1233
1234   * Git : 165.213.180.234:slp/pkgs/d/dpl
1235   * Tag : dpl_0.1.35-1
1236
1237  -- Pawel Sikorski <p.sikorski@samsung.com>  Tue, 01 Feb 2011 09:58:40 +0100
1238
1239 dpl (0.1.35) unstable; urgency=low
1240
1241   * DPL::CharTraits fixed
1242
1243   * Git : 165.213.180.234:slp/pkgs/d/dpl
1244   * Tag : dpl_0.1.35
1245
1246  -- Pawel Sikorski <p.sikorski@samsung.com>  Tue, 01 Feb 2011 09:46:04 +0100
1247
1248 dpl (0.1.34) unstable; urgency=low
1249
1250   * bundled value usage added.
1251
1252   * Git : 165.213.180.234:slp/pkgs/d/dpl
1253   * Tag : dpl_0.1.34
1254
1255  -- Pawel Sikorski <p.sikorski@samsung.com>  Fri, 28 Jan 2011 14:13:03 +0100
1256
1257 dpl (0.1.33) unstable; urgency=low
1258
1259   * Synchronized events support.
1260   * FOREACH macro.
1261   * BinaryQueue reimplementation
1262
1263   * Git : 165.213.180.234:slp/pkgs/d/dpl
1264   * Tag : dpl_0.1.33
1265
1266  -- Pawel Sikorski <p.sikorski@samsung.com>  Fri, 21 Jan 2011 10:43:38 +0100
1267
1268 dpl (0.1.32-3) unstable; urgency=low
1269
1270   * dpl path fix
1271
1272   * Git : 165.213.180.234:slp/pkgs/d/dpl
1273   * Tag : dpl_0.1.32-3
1274
1275  -- Pawel Sikorski <p.sikorski@samsung.com>  Tue, 11 Jan 2011 18:19:25 +0100
1276
1277 dpl (0.1.32-2) unstable; urgency=low
1278
1279   * build break fixed
1280
1281   * Git : 165.213.180.234:/git/slp/pkgs/dpl
1282   * Tag : dpl_0.1.32-2
1283
1284  -- Pawel Sikorski <p.sikorski@samsung.com>  Tue, 11 Jan 2011 17:29:55 +0100
1285
1286 dpl (0.1.32-1) unstable; urgency=low
1287
1288   * redebianizing
1289
1290   * Git : 165.213.180.234:/git/slp/pkgs/dpl
1291   * Tag : dpl_0.1.32-1
1292
1293  -- Pawel Sikorski <p.sikorski@samsung.com>  Tue, 11 Jan 2011 12:46:19 +0100
1294
1295 dpl (0.1.32) unstable; urgency=low
1296
1297   * moving vconf header to dirty headers
1298
1299   * Git : 165.213.180.234:/git/slp/pkgs/dpl
1300   * Tag : dpl_0.1.32
1301
1302  -- Pawel Sikorski <p.sikorski@samsung.com>  Mon, 10 Jan 2011 10:13:07 +0100
1303
1304 dpl (0.1.31) unstable; urgency=low
1305
1306   * debianized - 0.1.31
1307   
1308   * Git : 165.213.180.234:/git/slp/pkgs/dpl
1309   * Tag : dpl_0.1.31
1310
1311  -- Koeun Choi <koeun.choi@samsung.com>  Wed, 08 Dec 2010 20:22:25 +0900
1312
1313 dpl (0.1.30-2) unstable; urgency=low
1314
1315   * debianized - 0.1.30-2
1316   * Ignored category for test runner
1317   * TypeListGenerator to TypeListDecl
1318   
1319   * Git : 165.213.180.234:/git/slp/pkgs/dpl
1320   * Tag : dpl_0.1.30-2
1321
1322  -- Koeun Choi <koeun.choi@samsung.com>  Mon, 15 Nov 2010 16:00:52 +0900
1323
1324 dpl (0.1.30) unstable; urgency=low
1325
1326   * Ignored category for test runner
1327
1328  -- Przemyslaw Dobrowolski <p.dobrowolsk@samsung.com>  Fri, 12 Nov 2010 14:55:15 +0100
1329
1330 dpl (0.1.29) unstable; urgency=low
1331
1332   * Renamed TypeListGenerator to TypeListDecl
1333
1334   * Git : 165.213.180.234:/git/slp/pkgs/dpl
1335   * Tag : dpl_0.1.29
1336
1337  -- Przemyslaw Dobrowolski <p.dobrowolsk@samsung.com>  Fri, 12 Nov 2010 14:14:54 +0100
1338
1339 dpl (0.1.28) unstable; urgency=low
1340
1341   * New controller mechanism 
1342
1343   * Git : 165.213.180.234:/git/slp/pkgs/dpl
1344   * Tag : dpl_0.1.28
1345
1346  -- Pawel Sikorski <p.sikorski@samsung.com>  Fri, 12 Nov 2010 12:22:01 +0100
1347
1348 dpl (0.1.27) unstable; urgency=low
1349
1350   * Added threads' guarded singletons
1351
1352   * Git : 165.213.180.234:/git/slp/pkgs/dpl
1353   * Tag : dpl_0.1.27
1354
1355  -- Pawel Sikorski <p.sikorski@samsung.com>  Tue, 09 Nov 2010 10:13:16 +0100
1356
1357 dpl (0.1.26) unstable; urgency=low
1358
1359   * Bug fixes
1360   * Git : 165.213.180.234:/git/slp/pkgs/dpl
1361   * Tag : dpl_0.1.26
1362
1363  -- Koeun Choi <koeun.choi@samsung.com>  Mon, 08 Nov 2010 14:43:15 +0100
1364
1365  dpl (0.1.25-1) unstable; urgency=low
1366
1367   * Redebianized.
1368
1369   * Git : 165.213.180.234:/git/slp/pkgs/dpl
1370   * Tag : dpl_0.1.25-1
1371
1372  -- Koeun Choi <koeun.choi@samsung.com>  Thu, 28 Oct 2010 12:12:45 +0900
1373
1374 dpl (0.1.25) unstable; urgency=low
1375
1376   * Fixed exception handing while parsing RPC protocol
1377   * commit : a19efed5a210fb1f8f91de18009b0d86e03326db
1378   * Git : 165.213.180.234:/git/slp/pkgs/dpl
1379   * Tag : dpl_0.1.25
1380
1381  -- Koeun Choi <koeun.choi@samsung.com>  Mon, 25 Oct 2010 15:21:48 +0900
1382
1383
1384 dpl (0.1.24) unstable; urgency=low
1385
1386   * Added 21 Controler support
1387   * Git : 165.213.180.234:/git/slp/pkgs/dpl
1388   * Tag : dpl_0.1.24
1389
1390  -- Piotr Fatyga <p.fatyga@samsung.com>  Wed, 20 Oct 2010 16:15:42 +0200
1391
1392 dpl (0.1.23) unstable; urgency=low
1393
1394   * Reverted: main event dispatcher fix
1395   * Git : 165.213.180.234:/git/slp/pkgs/dpl
1396   * Tag : dpl_0.1.23
1397
1398  -- Piotr Fatyga <p.fatyga@samsung.com>  Wed, 13 Oct 2010 11:09:48 +0200
1399
1400 dpl (0.1.22-1) unstable; urgency=low
1401
1402   * Main event dispatcher fix
1403   * Git : 165.213.180.234:/git/slp/pkgs/dpl
1404   * Tag : dpl_0.1.22-1
1405
1406  -- Piotr Fatyga <p.fatyga@samsung.com>  Fri, 08 Oct 2010 16:17:51 +0200
1407
1408 dpl (0.1.22) unstable; urgency=low
1409
1410   * Main event dispatcher fix
1411   * Git : 165.213.180.234:/git/slp/pkgs/dpl
1412   * Tag : dpl_0.1.22 
1413
1414  -- Piotr Fatyga <p.fatyga@samsung.com>  Fri, 08 Oct 2010 14:45:45 +0200
1415
1416 dpl (0.1.21) unstable; urgency=low
1417
1418   * Fixed RPC bug which caused white screen
1419   * Git : 165.213.180.234:/git/slp/pkgs/dpl
1420   * Tag : dpl_0.1.21
1421
1422  -- Piotr Fatyga <p.fatyga@samsung.com>  Thu, 07 Oct 2010 12:17:18 +0200
1423
1424 dpl (0.1.20-1) unstable; urgency=low
1425
1426   * Reupload to fix debianization error (again)
1427   * Git : 165.213.180.234:/git/slp/pkgs/dpl
1428   * Tag : dpl_0.1.20-1
1429
1430  -- Piotr Fatyga <p.fatyga@samsung.com>  Wed, 06 Oct 2010 15:07:32 +0200
1431
1432 dpl (0.1.19) unstable; urgency=low
1433
1434   * Fixed bug in generic RPC protocol parser & package name is changed(svn is removed)
1435   
1436   * Git : 165.213.180.234:/git/slp/pkgs/dpl
1437   * Tag : dpl_0.1.19
1438
1439  -- Koeun Choi <koeun.choi@samsung.com>  Thu, 30 Sep 2010 19:17:20 +0900
1440
1441 dpl (0.1.18) unstable; urgency=low
1442
1443   * support string conversion (i18n) and char traits
1444
1445   * Git : 165.213.180.234:/git/slp/pkgs/dpl
1446   * Tag : dpl_0.1.18
1447
1448  -- Ming Jin <ming79.jin@samsung.com>  Fri, 17 Sep 2010 14:32:23 +0900
1449
1450 dpl (0.1.17) unstable; urgency=low
1451
1452   * Upgrade to EFL1.0 alpha 
1453
1454   * Git : 165.213.180.234:/git/slp/pkgs/dpl
1455   * Tag : dpl_0.1.17
1456
1457  -- Piotr Fatyga <p.fatyga@samsung.com>  Fri, 10 Sep 2010 17:41:55 +0200
1458
1459 dpl (0.1.16) unstable; urgency=low
1460
1461   * changed assert routine. Building changed to Release. 
1462
1463   * Git : 165.213.180.234:/git/slp/pkgs/dpl
1464   * Tag : dpl_0.1.16
1465
1466  -- Pawel Sikorski <p.sikorski@samsung.com>  Wed, 01 Sep 2010 11:39:41 +0200
1467
1468 dpl (0.1.15) unstable; urgency=low
1469
1470   * Hibernation fixed 
1471
1472   * Git : 165.213.180.234:/git/slp/pkgs/dpl
1473   * Tag : dpl_0.1.15
1474   
1475  -- Koeun Choi <koeun.choi@samsung.com>  Tue, 31 Aug 2010 19:00:52 +0200
1476
1477 dpl (0.1.14) unstable; urgency=low
1478
1479   * Improvements in shared ptr, logging mechanism and unit testing
1480
1481   * Git : 165.213.180.234:/git/slp/pkgs/dpl
1482   * Tag : dpl_0.1.14
1483
1484  -- Pawel Sikorski <p.sikorski@samsung.com>  Tue, 24 Aug 2010 09:59:48 +0200
1485
1486 dpl (0.1.12) unstable; urgency=low
1487
1488   * Fixed problem with bool operator in smart pointers
1489
1490   * Git : 165.213.180.234:/git/slp/pkgs/dpl
1491   * Tag : dpl_0.1.12
1492
1493  -- Przemyslaw Dobrowolski <p.dobrowolsk@samsung.com>  Wed, 18 Aug 2010 11:01:52 +0200
1494
1495 dpl (0.1.11) unstable; urgency=low
1496
1497   * appcore updated 
1498
1499   * Git : 165.213.180.234:/git/slp/pkgs/dpl
1500   * Tag : dpl_0.1.11
1501   
1502  -- Koeun Choi <koeun.choi@samsung.com>  Fri, 06 Aug 2010 10:28:44 +0900
1503
1504 dpl (0.1.10) unstable; urgency=low
1505
1506   * Added support for handling late EFL events
1507
1508   * Git : 165.213.180.234:/git/slp/pkgs/dpl
1509   * Tag : dpl_0.1.10
1510
1511  -- Koeun Choi <koeun.choi@samsung.com>  Tue, 03 Aug 2010 19:34:53 +0900
1512
1513 dpl (0.1.9) unstable; urgency=low
1514
1515   * Fixed bug in shared pointer copy operator
1516
1517   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/dpl-0
1518   * Tag : dpl_0.1.9
1519
1520  -- Andrew Lee <hyunchul2.lee@samsung.com>  Mon, 12 Jul 2010 13:54:01 +0900
1521
1522 dpl (0.1.8) unstable; urgency=low
1523
1524   * Fixed prevent defects
1525
1526   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/dpl-0
1527   * Tag : dpl_0.1.8
1528
1529  -- Andrew Lee <hyunchul2.lee@samsung.com>  Tue, 22 Jun 2010 12:14:32 +0900
1530
1531 dpl (0.1.7) unstable; urgency=low
1532
1533   * DLOG API change update 
1534
1535   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/dpl-0
1536   * Tag : dpl_0.1.7
1537
1538  -- Ming Jin <ming79.jin@samsung.com>  Wed, 16 Jun 2010 17:00:00 +0900
1539
1540 dpl (0.1.6-1) unstable; urgency=low
1541
1542   * Strange tag verification error.
1543
1544   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/dpl-0
1545   * Tag : dpl_0.1.6-1
1546
1547  -- Andrew Lee <hyunchul2.lee@samsung.com>  Fri, 11 Jun 2010 11:37:41 +0900
1548
1549 dpl (0.1.6) unstable; urgency=low
1550
1551   * Repackaging due to efl update.
1552
1553   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/dpl-0
1554   * Tag : dpl_0.1.6
1555
1556  -- Andrew Lee <hyunchul2.lee@samsung.com>  Fri, 11 Jun 2010 09:38:01 +0900
1557
1558 dpl (0.1.5) unstable; urgency=low
1559
1560   * Changed usage of deprecated appfwk to appcore-efl
1561
1562   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/dpl-0
1563   * Tag : dpl_0.1.5
1564  
1565  -- Andrew Lee <hyunchul2.lee@samsung.com>  Tue, 08 Jun 2010 19:11:38 +0900
1566
1567 dpl (0.1.4) unstable; urgency=low
1568
1569   * appfwk api removed
1570
1571   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/dpl-0
1572   * Tag : dpl_0.1.4
1573
1574  -- Andrew Lee <hyunchul2.lee@samsung.com>  Fri, 04 Jun 2010 11:22:28 +0900
1575
1576 dpl (0.1.3) unstable; urgency=low
1577
1578   * single instance locking mechanism supported 
1579   
1580   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/dpl-0
1581   * Tag : dpl_0.1.3
1582
1583  -- Koeun Choi <koeun.choi@samsung.com>  Wed, 19 May 2010 20:19:00 +0900
1584
1585 dpl (0.1.2) unstable; urgency=low
1586
1587   * HIBERNATION_LEAVE_BEFORE_WS added 
1588   
1589   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/dpl-0
1590   * Tag : dpl_0.1.2
1591
1592  -- Koeun Choi <koeun.choi@samsung.com>  Tue, 18 May 2010 08:27:14 +0900
1593
1594 dpl (0.1.1) unstable; urgency=low
1595
1596   * permission changed by new SLP security guideline  
1597   
1598   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/dpl-0
1599   * Tag : dpl_0.1.1
1600
1601  -- Koeun Choi <koeun.choi@samsung.com>  Fri, 14 May 2010 14:07:16 +0900
1602
1603 dpl (0.1.0) unstable; urgency=medium
1604
1605   * below details are written by Przemek. :)
1606
1607   * Added main window visibility optional flag to application class.
1608
1609   * Removed debug logs from application (switched to pedantic ones)
1610     Fixed close sequence in RPC example
1611
1612   * Fixed critical leak in rpc connection related to acquisition of abstract waitable input/output.
1613
1614   * Added RPC Client/Server example
1615
1616   * Removed useParam from ConnectionEstablished event in RPC Server/Client
1617     Added ConnectionID to ConnectionEstablishedEvent in RPC Server/Client
1618     Added convience Open methods to (Tcp/Unix)SocketRPC(Server/Client)
1619
1620   * Removed purpose-specific static call code.
1621
1622   * Added implementation of GenericSocketRPCServer, TcpSocketRPCServer, UnixSocketRPCServer.
1623
1624   * Implementation in progress: Client/Server architecture for RPC - client and connection part.
1625
1626   * Temporary fix to build break caused by problems with in DLOG include files
1627
1628   * Fixed unregister global noti signal routine
1629
1630   * Added dedicated RPCFunction include file
1631     All current RPC mechanisms marked as deprecated
1632     Added RPC Client/Server/Connection stub files
1633  
1634   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/dpl-0
1635   * Tag : dpl_0.1.0
1636
1637  -- Koeun Choi <koeun.choi@samsung.com>  Fri, 07 May 2010 11:10:09 +0200
1638
1639 dpl (0.0.9) unstable; urgency=low
1640
1641   * HibernationEnter and HibernationLeave system events added to EventDeliverySystem
1642
1643   * Added support for old style pedantic logs
1644
1645   * Added initial support (i386,gcc) for dynamically created static methods (static interception)
1646
1647   * Added protocol argument size checks in RPC
1648
1649   * Fixed non-reentrant version of serialized string parser in EventDeliverySystem
1650
1651   * Fixed multiple event handling routines to return all signaled handles list (starvation related fix)
1652
1653   * Workaround definition file added. Moved GLIB-loop-intergration workaround to workaround definition file.
1654
1655   * Fixed typo in exception messages
1656
1657   * Workaround for SLP select
1658
1659   * Added postinstallation scripts for EFL and GTL version of DPL
1660
1661   * Fixed bug related to improper reinitialization of socket descriptor after Close/Open sequence
1662
1663   * Added GenericSocketRPC
1664     Added TcpSocketRPC
1665     Implementation of UnixSocketRPC rebased to GenericSocketRPC
1666     Fixed template-based problems with declaring nested generic exceptions
1667
1668   * Added support for old style plain logs (export DPL_USE_OLD_STYLE_LOGS=1)
1669
1670   * Fixed bug in WaitableInputOutputExecutionContextSupport related to continous event insisting
1671     Fixed bug in WaitableHandle related to improper handling of Read/Write events
1672     Added support for retrieving other errors in WatableHandle
1673     Added runtime-check for invalid WaitableHandles
1674
1675   * Fixed DPL debug package name
1676
1677   * More DPL doxygen documentation added.
1678
1679   * Added more tests for BinaryQueue (21)
1680     Added doxygen documentation for BinaryQueue
1681
1682   * BinaryQueue basic unit tests added (13)
1683
1684   * Added generic framework for unit-testing for DPL
1685
1686   * Added support for handling manipulations with waitable handle watcher/listeners lists during event handling
1687     Added TcpSocket
1688     Added tcpsock example
1689     Added support for defining maximum number of bytes to read in AbstractInput
1690     Added support for DNS resolve for tcp Address
1691
1692   * Added support for retrieving doubles from database in SqlConnection.
1693     Added exceptions on retrieving column out of bounds.
1694
1695   * Added support for retrieveing last insert row ID in SqlConnnection (reported by b.grzelewski)
1696
1697   * Fixed bug in GenericRPC related to inproper interpretation of incoming data stream (reported by p.sikorski)
1698
1699   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/dpl-0
1700   * Tag : dpl_0.0.8
1701
1702
1703  -- Koeun Choi <koeun.choi@samsung.com>  Thu, 29 Apr 2010 17:41:02 +0200
1704
1705 dpl (0.0.8) unstable; urgency=medium
1706
1707   * debianized : commit 210d5f7ecd396ff9aeeafcb0d34272a4c4e6c77d 
1708   
1709   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/dpl-0
1710   * Tag : dpl_0.0.8
1711
1712  -- Koeun Choi <koeun.choi@samsung.com>  Fri, 23 Apr 2010 00:51:27 +0900
1713
1714 dpl (0.0.7) unstable; urgency=low
1715
1716   * debianized  
1717   * Git : 165.213.180.234:/git/slp2.0/slp2.0-pkgs/dpl-0
1718   * Tag : dpl_0.0.7
1719   
1720
1721  -- Koeun Choi <koeun.choi@samsung.com>  Tue, 20 Apr 2010 14:16:18 +0900
1722
1723 dpl (0.0.6) unstable; urgency=medium
1724
1725   * LogSystem switched to DLOG
1726
1727   * Initial support for Application in gtk version added
1728
1729   * Fixed link problems in example projects build scripts
1730
1731   * Added missing sender in events from GenericSocket
1732
1733   * Added missing dependencies to db-util in pkgconfig files
1734
1735   * Fixed memory leak in MainEventDispatcher for EFL, related to timed events (reported by valgrind)
1736
1737   * Fixed memory leak in Thread event list (reported by valgrind)
1738
1739   * Minimum version of libslp-setting-0 defined (reported by p.misiak)
1740
1741   * Fixed bug in UnixSocketRPC in scenario when cannot connect (reported by p.sikorski)
1742
1743  -- Koeun Choi <koeun.choi@samsung.com>  Fri, 16 Apr 2010 11:08:46 +0200
1744
1745 dpl (0.0.5) unstable; urgency=high
1746
1747   * Minimum required version od db-util changed to 0.1.0-23 due to link problems
1748
1749  -- Koeun Choi <koeun.choi@samsung.com>  Thu, 15 Apr 2010 08:28:08 +0200
1750
1751 dpl (0.0.4) unstable; urgency=medium
1752
1753   * SQLConnection: Added support for Lucene indexer
1754
1755   * Replaced deprecated API from vconf and util in EventDeliveryDetail for EFL
1756
1757   * Added doxygen configuration file
1758     Added deprecated DPL declarator file
1759     Added support for handling broken connections in GenericSocket and RPC
1760
1761   * DLOG: dlog_init/dlog_deinit is not needed and deprecated. Removed.
1762
1763   * Fixed bug related to multiple close/connect on socket (reported by p.sikorski)
1764
1765   * Reference manual stub added
1766
1767   * Added WaitableInputOutputExecutionContextSupport
1768     Various bugfixes related to WaitableHandleSupport
1769     Added RPC ClosedEvent support
1770
1771  -- Koeun Choi <koeun.choi@samsung.com>  Wed, 14 Apr 2010 14:27:54 +0200
1772
1773 dpl (0.0.3) unstable; urgency=low
1774
1775   * Experimental RPC over unix-sockets added.
1776
1777   * Fixed bug in Main. Various bugfixes in UnixSocket and GenericSocket. GenericRPC implementation in progress
1778
1779   * Removed NamedPipeRPCCall
1780     Added UnixSocketRPC
1781     Renaming RPCCall -> RPC
1782
1783   * GenericSocket implementation finished
1784
1785   * Generic socket implementation in progress.
1786     Added DPL debug package
1787
1788   * Added Main
1789
1790   * Fixed DPL-GTK library dependency problem
1791
1792   * Added WaitableHandleWatchSupport
1793
1794   * Fixed BUG in EFL-MainEventDispatcher, regarding too late deinitialization
1795
1796   * Fixed bug in controller touch check assertions.
1797     Generic socket implementation in progress.
1798
1799   * Added support for mode in waitable handle wait procedures.
1800     Added support for multi-mode watchers in thread.
1801     Added UnixSocket implementation.
1802     Added GenericSocket implementation.
1803     Added AbstractSocket.
1804     Added Address concept.
1805     Added example socket test program.
1806
1807   * Controller extended to handle maximum of 20 events
1808
1809   * Added WaitableHandle
1810
1811   * Added AbstractWaitableInput, AbstractWaitableOutput, AbstractWaitableInputOutput,
1812     NamedBasePipe, NamedInputPipe, NamedOutputPipe, partial implementation of GenericRPCCall,
1813     full implementation of NamedPipeRPCCall
1814
1815   * Added NamedPipe (blocking mode)
1816
1817   * Added AbstractInput, AbstractOutput, AbstractInputOutput, NamedPipe stub, GenericRPCCall stub
1818
1819   * Added RecursiveMutex.
1820     Added support for waitable event watchers in Thread.
1821
1822   * Added BinaryQueue
1823
1824   * Debian/changelog updated
1825
1826   * Fixed build-depends
1827
1828   * Package build dependencies defined properly
1829
1830  -- Koeun Choi <koeun.choi@samsung.com>  Thu, 08 Apr 2010 15:54:02 +0200
1831
1832 dpl (0.0.2) unstable; urgency=low
1833
1834   * Toolchain upgrades and fixes
1835
1836  -- Koeun Choi <koeun.choi@samsung.com>  Tue, 23 Mar 2010 11:40:32 +0100
1837
1838 dpl (0.0.1) unstable; urgency=low
1839
1840   * Initial release
1841
1842  -- Koeun Choi <koeun.choi@samsung.com>  Tue, 23 Mar 2010 11:40:32 +0100
1843