Update change log and spec for wrt-plugins-tizen_0.4.35
authorDongjin Choi <milkelf.choi@samsung.com>
Mon, 27 May 2013 06:13:36 +0000 (15:13 +0900)
committerDongjin Choi <milkelf.choi@samsung.com>
Mon, 27 May 2013 06:13:36 +0000 (15:13 +0900)
commit7aa3ed0566b6a0a95effc8c0b61a406540a02977
tree2c1da9fa2361d3dabc7587d9b6e9a6e875c7b3f1
parent854b4955e4a61973e0f65462e20a8482bca54c52
Update change log and spec for wrt-plugins-tizen_0.4.35

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

[Issue#] DCM-1710
[Problem] Callback is not occured when roaming status is changed.
[Cause] Internal bug.
[Solution] Modification.

[Issue#] DCM-1574
[Problem] Calendar rrule array not updated as desired.
[Cause] Did't parse the whole attribute for rule.
[Solution] Parse all attribute for rrule when adding/updating events..

[Issue#] TDIS-5784
[Problem] Calendar duration with greater than 80 years caused an error in update routine.
[Cause] 4 byte long variable used for duration length in one place.
[Solution] Use 8 bytes long long variable.

[Issue] DCM-1696
[Problem] id does not math with operation result.
[Cause] platform api bug.
[Solution] add queue to manager id & result.

[Issue#] N/A
[Problem] Leaks of Tizen 2.1 Feature
[Cause] N/A
[Solution] Add testcases for Download

[Issue] N/A
[Problem] Sms and Mms conversation listener update bug fix
[Cause] Sms and Mms conversation listener update bug fix
[Solution] Sms and Mms conversation listener update bug fix

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

UnitTest Done.
16 files changed:
packaging/wrt-plugins-tizen.spec
src/Calendar/CalendarConverter.cpp
src/Calendar/CalendarConverter.h
src/Calendar/EventWrapper.cpp
src/Calendar/JSCalendar.cpp
src/Calendar/JSCalendarEvent.cpp
src/Calendar/JSCalendarItemProperties.cpp
src/Calendar/JSCalendarTask.cpp
src/DataControl/DataControlAsyncCallbackManager.h
src/DataControl/SqlDataControlConsumer.cpp
src/DataControl/SqlDataControlConsumer.h
src/Messaging/Conversation.cpp
src/Messaging/Conversation.h
src/Messaging/IConversation.h
src/Messaging/Messaging.cpp
src/Systeminfo/Systeminfo.cpp