From: shingil.kang Date: Wed, 5 Aug 2015 07:49:12 +0000 (+0900) Subject: MISC: package version up (2.2.53) X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen;p=sdk%2Ftools%2Fsdb.git MISC: package version up (2.2.53) Change-Id: If5c3e2733a3eb71220b4e7e4df1b244f11b56b3e Signed-off-by: shingil.kang --- diff --git a/package/changelog b/package/changelog index ebde3b6..67d560e 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,10 @@ +* 2.2.53 +- prevent double free +- Do not restart sdb server if the version of sdb client is not same with sdb server +- Supported coretpk app type for 'sdb uninstall' command +- Fixed to send notify to sdbd using nonblock api on linux +- Supported 'profile' command +== shingil.kang 2015-08-05 * 2.2.52 - Added pre-required library for ubuntu 14.x == yoonki.park 2014-10-17 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 53e340b..03d1211 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.52 +Version:2.2.53 Source:sdb Maintainer:Kangho Kim , Yoonki Park, Hyunsik Noh, Gun Kim, Ho Namkoong, Taeyoung Son diff --git a/src/common_modules.h b/src/common_modules.h index eb3add2..583fd43 100644 --- a/src/common_modules.h +++ b/src/common_modules.h @@ -39,7 +39,7 @@ #define A_VERSION 0x0100000 #define SDB_VERSION_MAJOR 2 // increments upon significant architectural changes or the achievement of important milestones #define SDB_VERSION_MINOR 2 // progress is made within a major version -#define SDB_VERSION_PATCH 51 // increments for small sets of changes +#define SDB_VERSION_PATCH 53 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128 extern MAP hex_map;