From a6167427877dd4f557848249c24b564f05fe54b1 Mon Sep 17 00:00:00 2001 From: "shingil.kang" Date: Wed, 5 Aug 2015 16:49:12 +0900 Subject: MISC: package version up (2.2.53) Change-Id: If5c3e2733a3eb71220b4e7e4df1b244f11b56b3e Signed-off-by: shingil.kang --- package/changelog | 7 +++++++ package/pkginfo.manifest | 2 +- src/common_modules.h | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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; -- cgit v1.2.3