Update change log and spec for wrt-plugins-tizen_0.4.66
authorDongjin Choi <milkelf.choi@samsung.com>
Wed, 11 Sep 2013 09:44:29 +0000 (18:44 +0900)
committerDongjin Choi <milkelf.choi@samsung.com>
Wed, 11 Sep 2013 09:44:29 +0000 (18:44 +0900)
commit0def5494b3f7bfcdc69577bc16ef3bdedfe514d1
treefdf978a2db4ae1869ac9ac7c8c73104f7d6870f9
parentbd4a043b2824101aaf43cc6779a097cab3b60996
Update change log and spec for wrt-plugins-tizen_0.4.66

[model] REDWOOD
[binary_type] PDA
[customer] OPEN

[Issue] N/A
[Problem] removeMessages with empty message crash
[Cause] get Message type without check message array length
[Solution] check message array length

[Issue#] redmine #1541
[Problem] problem with filter
[Cause] internal bug
[Solution] modify source code

[DataControl] move common code to DataControlCallback.h, cpp
[DataControl] gathering pending event class.
[DataControl] makes callback & userdata as one common callback & userdata.

[Issue#] PLM P130829-05706
[Problem] callback invocation with unordered req id due to platform bug.
[Cause] there is no work queue to prevent platform bug.
[Solution] work queue implementation.

[Issue#] TTS-1973
[Problem] When listen api is registered callback is not invoked.
[Cause] N/A
[Solution] Modify code.

[team] WebAPI
[request] N/A
[horizontal_expansion] N/A

UnitTC passed.
15 files changed:
packaging/wrt-plugins-tizen.spec
src/Callhistory/CallHistoryFilter.cpp
src/DataControl/CMakeLists.txt
src/DataControl/DataControlAsyncCallbackManager.h
src/DataControl/DataControlCallback.cpp [new file with mode: 0644]
src/DataControl/DataControlCallback.h [new file with mode: 0755]
src/DataControl/DataControlPendingEvent.h [new file with mode: 0755]
src/DataControl/DataType.h
src/DataControl/MappedDataControlConsumer.cpp
src/DataControl/MappedDataControlConsumer.h
src/DataControl/SqlDataControlConsumer.cpp
src/DataControl/SqlDataControlConsumer.h
src/Messaging/ReqReceiverMessage.cpp
src/Power/CMakeLists.txt
src/Systeminfo/EventWatchSysteminfo.cpp