Update change log and spec for wrt-plugins-tizen_0.4.47
authorDongjin Choi <milkelf.choi@samsung.com>
Wed, 26 Jun 2013 10:04:45 +0000 (19:04 +0900)
committerDongjin Choi <milkelf.choi@samsung.com>
Wed, 26 Jun 2013 10:10:18 +0000 (19:10 +0900)
commit15b1975313aef7beba8259dc5e4f0e928eed9bc9
tree351e711c2d937d93e24bee6e8a01b9fb10f02e95
parent7f60976c27a38b1061c23278141603014a21fef1
Update change log and spec for wrt-plugins-tizen_0.4.47

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

[Issue#] N/A
[Problem] Calendar thread not generated when plugins is preloaded.
[Cause] Thread initialized when dlopen is called before wrt-launchpad forking.
[Solution] Defer calendar object initialzation until it's necessary.

[Issue#] DCM-954, DCM-829, DCM-1285, DCM-1150, DCM-1146
[Problem] N/A
[Solution] N/A

[Issue#] N/A
[Problem] When same objects are inserted by batchOperation, id is not correct
[Cause] Same object has same memory address
[Solution] add code to check duplicate

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] enable ACE check for getAppMetaDATa() because policy file is updated for this api.

[Issue] N_SE-41122
[Problem] abnormal behavior when handling filename has blank at the end.
[Cause] trim codes removed space of filename.
[Solution] remove trim code.

[Issue] N/A
[Problem] email from bug fix
[Cause] email from bug fix
[Solution] email from bug fix

[Issue] N/A
[Problem] appcontrol only permits 128 continuous app launch.
[Cause] appcontrol design limitation.
[Solution] implementation own queue.

[Issue] N/A
[Problem] LED color must save lowercase.
[Cause] lowercase is default policy.
[Solution] use boost::to_lowercase_string function.

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

Change-Id: I58e0925588d3ecad79fe4961dc361ffb2b17cd07
54 files changed:
packaging/wrt-plugins-tizen.spec
src/Application/JSApplicationManager.cpp
src/Bluetooth/BluetoothAdapter.cpp
src/Bluetooth/BluetoothCallback.cpp
src/Bluetooth/BluetoothCallback.h
src/Bluetooth/BluetoothHealthApplication.cpp
src/Bluetooth/BluetoothHealthApplication.h
src/Bluetooth/BluetoothHealthChannel.cpp
src/Bluetooth/BluetoothHealthChannel.h
src/Bluetooth/BluetoothHealthProfileHandler.cpp
src/Bluetooth/BluetoothHealthProfileHandler.h
src/Bluetooth/BluetoothHealthProfileHandlerCallback.cpp
src/Bluetooth/BluetoothHealthProfileHandlerCallback.h
src/Bluetooth/CMakeLists.txt
src/Bluetooth/JSBluetoothHealthApplication.cpp
src/Bluetooth/JSBluetoothHealthApplication.h
src/Bluetooth/JSBluetoothHealthChannel.cpp
src/Bluetooth/JSBluetoothHealthChannel.h
src/Bluetooth/JSBluetoothHealthProfileHandler.cpp
src/Bluetooth/JSBluetoothHealthProfileHandler.h
src/Bluetooth/JSBluetoothProfileHandler.cpp
src/Bluetooth/JSBluetoothProfileHandler.h
src/Bluetooth/config.xml
src/Bookmark/JSBookmarkFolder.cpp [changed mode: 0644->0755]
src/Bookmark/JSBookmarkItem.cpp [changed mode: 0644->0755]
src/Calendar/JSCalendarEvent.cpp
src/Calendar/JSCalendarTask.cpp
src/Contact/AddressBook.cpp
src/Contact/ContactConverter.cpp
src/Contact/JSContact.cpp [changed mode: 0644->0755]
src/Contact/Person.cpp
src/Content/ContentSearchVisitor.cpp
src/Content/JSContentManager.cpp
src/DataControl/DataControlAsyncCallbackManager.h
src/DataControl/DataControlConverter.cpp
src/DataControl/DataControlConverter.h
src/DataControl/EventInsert.h
src/DataControl/EventSelect.h
src/DataControl/EventUpdate.h
src/DataControl/JSSQLDataControlConsumer.cpp
src/DataControl/MappedDataControlConsumer.cpp
src/DataControl/SqlDataControlConsumer.cpp
src/DataControl/SqlDataControlConsumer.h
src/Filesystem/Path.cpp
src/Messaging/Email.cpp
src/Messaging/MessageQueryGenerator.cpp
src/Notification/StatusNotification.cpp
src/Notification/StatusNotification.h
src/Notification/plugin_config.h
src/SystemSetting/ConverterSystemSetting.cpp [changed mode: 0644->0755]
src/Systeminfo/JSDeviceCapabilitiesInfo.cpp
src/Systeminfo/JSDeviceCapabilitiesInfo.h
src/Systeminfo/JSSysteminfo.cpp
src/Systeminfo/Systeminfo.cpp