X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=debian%2Fchangelog;h=33de743a138a2ef90434c91279f60376c1d8df13;hb=996b5300f7fda86d138ce5799447e4b84d265289;hp=adbab4cf521b2200fd90dbd92c7ef6458ffa5cfa;hpb=3ffadf43942381ac162e504a7548e1dbb6a41d69;p=framework%2Fweb%2Fwrt-commons.git diff --git a/debian/changelog b/debian/changelog index adbab4c..33de743 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,97 @@ +wrt-commons (0.2.85) unstable; urgency=low + + * For livebox configuration + * livebox configuration valuables have been changed + * Modify get encryption/decryption key from device unique key + + * Git : framework/web/wrt-commons + * Tag : wrt-commons_0.2.85 + + -- Soyoung Kim Fri, 28 Dec 2012 14:05:27 +0900 + +wrt-commons (0.2.83) unstable; urgency=low + + * Replacing widget handle with tizenid in property DAO + + -- KEONGEUN Fri, 21 Dec 2012 17:03:54 +0900 + +wrt-commons (0.2.82) unstable; urgency=low + + * CustomHandlersDB API updated to handle new functionalities. + * Add tests - DAO, DPL + * Custom Handlers DAO extended with new api + * registerWidgetSecuritySettings - nested transaction removal. New widget dao testcase + * Unit test for custom handler dao stub + * CustomHandlersDAO test + + * Git : framework/web/wrt-commons + * Tag : wrt-commons_0.2.82 + + -- Jihoon Chung Thu, 20 Dec 2012 09:04:59 +0900 + +wrt-commons (0.2.81) unstable; urgency=low + + * Fix dependencies in DAO modules + * Missing boilerplate added + + * Git : framework/web/wrt-commons + * Tag : wrt-commons_0.2.81 + + -- Jihoon Chung Sun, 16 Dec 2012 09:09:42 +0900 + +wrt-commons (0.2.80) unstable; urgency=low + + * Implement privilege database table + + * Git : framework/web/wrt-commons + * Tag : wrt-commons_0.2.80 + + -- Jihoon Chung Fri, 14 Dec 2012 10:30:48 +0900 + +wrt-commons (0.2.79) unstable; urgency=low + + * Replacing DbWidgetHandle with WidgetPkgName in SecurityOriginDAO + * Handle remove() return value + * Delete unreachable code + * Handle chmod return value + * CustomHandlerDAO implementation + * Unhandled isWidgetInstalled return value + + * Git : framework/web/wrt-commons + * Tag : wrt-commons_0.2.79 + + -- Jihoon Chung Thu, 13 Dec 2012 11:15:24 +0900 + +wrt-commons (0.2.78) unstable; urgency=low + + * Removing copy&paste code, part 2 + * Changed SharedPtr to std:shared_ptr + * Changed ScopedPtr to std::unique_ptr + * Klocwork analysis related fix + * SharedFromTHis replace by STL C++0x ones + * Overload methods to run with tizen id instead of widgetHandle + * Changed PkgName type from DPL::Optional to DPL::String + * Default "en" language tag removed from provider + * CustomHandlers DAO libraries stubs added + * Replacing widget handle with tizenid in property DAO + + * Git : framework/web/wrt-commons + * Tag : wrt-commons_0.2.78 + + -- Jihoon Chung Mon, 10 Dec 2012 10:11:26 +0900 + +wrt-commons (0.2.76) unstable; urgency=low + + * Add share directory + * Add category element for manifest.xml + * Modify installed path for preload widget. + * Updated widget resources path in wrt_reset_all.sh + + * Git : framework/web/wrt-commons + * Tag : wrt-commons_0.2.76 + + -- Soyoung Kim Fri, 30 Nov 2012 17:47:24 +0900 + wrt-commons (0.2.75) unstable; urgency=low * Throw an exception when pthread_key_create fails