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