submit/trunk/20130213.104247
object 3cf1ddbf51d5e206ac5b7d8aaa817273c829c721
authorSoyoung Kim <sy037.kim@samsung.com>
Wed, 13 Feb 2013 10:42:47 +0000 (19:42 +0900)
[Version] 0.2.98
[Project] GT-I8800
[Title] Release wrt-commons_0.2.98
[Issue#] N/A
[Bug] Cleaning file system fails
[Cause]N/A
[Solution] N/A
[Verification] Install widget. Run script. Check if associated directory (pkgId) was removed
[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] User agent database update
[Request] N/A
[Issue#] LINUXWRT-6
[Bug] Compilation warnings
[Cause] N/A
[Solution] Remove them
[Verification] Build repository. Run dao tests and dpl tests. Other repositories should be able to be built: wrt-installer,wrt-plugins-common,wrt
[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Add to get appid form pkgid
[SCMRequest] N/A
[Issue#] N/A
[Problem] Source code was not formatted to any rules. In this situation
creating new patches or making review may become uncomfortable.
[Cause] No formatting rules/tool used.
[Solution] To make implementation and review process more comfortable,
whole commons repository source code has been formatted with uncrustify
tool.
The configuration of the tool is located in the repository
(./uncrustify.cfg).
Command used (stored in uncrustify.sh):
uncrustify -c ./uncrustify.cfg --no-backup `find . -regex
"\(.*\.cpp\|.*\.h\|.*\.c\|.*\.cc\)" | grep -v
"orm.h\|orm_generator.h\|3rdparty"`
[Issue#] LINUXWRT-6
[Bug] Compilation warnings
[Cause] N/A
[Solution] Remvoe them
[Issue#] N/A
[Cause] Child process closes 1 and 2 descriptor after fork.
[Soution] Add allowChildLogs option.
[Problem] Logs from child process was not printed on screen.
[Issue#] N/A
[Bug] Test description was not moved to wrt-commons
[Cause] N/A
[Solution] Moving it from wrt-extra history
[SCMRequest] N/A