Update change log and spec for wrt-plugins-tizen_0.4.27
authorDongjin Choi <milkelf.choi@samsung.com>
Thu, 2 May 2013 11:59:26 +0000 (20:59 +0900)
committerDongjin Choi <milkelf.choi@samsung.com>
Fri, 3 May 2013 06:22:25 +0000 (15:22 +0900)
commita5c4a5df4786530a4446382e5869b0b2de8496a7
tree8d8f35b2758dbfb37036ab18a8d18a5406821f44
parent397427db7598f1abb6c301f10346bf81879f041c
Update change log and spec for wrt-plugins-tizen_0.4.27

smack version

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

[Issue#] N/A
[Problem] Throws wrong exception type
[Cause] Function throws wrong exception
[Solution] Fix error

[Issue#] N/A
[Problem] sorting is not working at getting all contacts
[Cause] internal bug
[Solution] fix code

[Issue] N/A
[Problem] N/A
[Cause] N/A
[Solution] removing build warning

[Issue#] fail during privilege check with TCT
[Problem] N/A
[Cause] N/A
[Solution] N/A

[Issue#] N/A
[Problem] [Callhistory] Fixed the wrong codes in cause of build warning
[Cause] N/A
[Solution] N/A

[Issue#] N/A
[Problem] Calendar and datasync TCT fail cases.
[Cause] Wrong type checking and variable uninitialization.
[Solution] Fix type checking routine and varible initialization routine.

[Issue#] prevent CID 52022, 52021, 52020, 52019
[Problem] Dereference before null check.
[Cause] Dereferenced string variables before null check.
[Solution] Dereference string variables after null check.

[Issue#] N/A
[Problem] Dereferencing pointer "content"
[Cause] Null-checking "content" suggests that it may be null, but it has already been dereferenced on all paths leading to the check
[Solution] The "content" Log code was moved down, after null check.

[Issue#] CID 52026
[Problem] deref_ptr_in_call
[Cause] It doesn't check if the pointer is null or not before using LoggerD.
[Solution] Removed the code for logging.

[Issue#] Prevent 52024, 52023
[Problem] Prevent issue detected
[Cause] Printed pointer to log before NULL checking
[Solution] Insert NULL check code

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

[Issue] N/A
[Problem] N/A
[Cause] N/A
[Solution]  Fixed the build warning and removed unnecessary codes.

[Issue#] N/A
[Problem] When privilege is not set web api don't throw exception.
[Cause] privilege check code is removed.
[Solution] modification.

[Issue#] N/A
[Problem] Unit TC crash.
[Cause] Wrong profile id access.
[Solution] Revise profile id access routine.

[Issue#] TDIS-5282
[Problem] copy error if destination dir exist.
[Cause] mkdir error when destination dir exist.
[Solution] modification.

[Issue#] ORANGE-265
[Problem] N/A
[Cause] N/A
[Solution] modification.

[Issue#] N/A
[Problem] wrong converting from path
[Cause] N/A
[Solution] change the code to convert URI

[Issue#] N/A
[Problem] start() doesn't work in RSA binary.
[Cause] different DOWNLOAD_NETOWORK_ALL value between RSA and Private
[Solution] Avoid using DOWNLOAD_NETWORK_ALL

[team] WebAPI
[request] N/A
[horizontal_expansion] N/A
34 files changed:
packaging/wrt-plugins-tizen.spec
src/Calendar/CalendarConverter.cpp
src/Calendar/EventWrapper.cpp [changed mode: 0644->0755]
src/Callhistory/CallHistory.cpp
src/Callhistory/JSCallHistory.cpp
src/Contact/ContactSearchEngine.cpp
src/Content/JSContentManager.cpp
src/DataControl/JSDataControlManager.cpp
src/DataControl/JSMappedDataControlConsumer.cpp
src/DataControl/JSSQLDataControlConsumer.cpp
src/DataControl/JSSelectObjectArrayValues.cpp
src/DataControl/MappedDataControlConsumer.cpp
src/DataSync/DataSyncListenerManager.h [changed mode: 0644->0755]
src/DataSync/DataSyncManager.cpp
src/DataSync/JSDataSyncManager.cpp [changed mode: 0644->0755]
src/Download/DownloadManager.cpp
src/Filesystem/Manager.cpp
src/Filesystem/Stream.cpp
src/MessagePort/JSMessagePortManager.cpp
src/MessagePort/MessagePortManagerProxy.cpp
src/Messaging/Messaging.cpp
src/Messaging/Mms.cpp
src/Messaging/Sms.cpp
src/NFC/JSNFCManager.cpp [changed mode: 0644->0755]
src/NFC/NFCDefaultAdapter.cpp [changed mode: 0644->0755]
src/NFC/NdefMessage.cpp [changed mode: 0644->0755]
src/NFC/NdefRecord.cpp
src/NetworkBearerSelection/JSNetworkBearerSelection.cpp
src/NetworkBearerSelection/JSNetworkBearerSelectionCallbackManager.cpp [changed mode: 0755->0644]
src/NetworkBearerSelection/plugin_initializer.cpp [changed mode: 0755->0644]
src/Notification/StatusNotification.cpp
src/Systeminfo/JSBuildInfo.cpp [changed mode: 0644->0755]
src/Systeminfo/Systeminfo.cpp
src/Systeminfo/SysteminfoPropertyInfo.h