Change-Id: If5c3e2733a3eb71220b4e7e4df1b244f11b56b3e
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
+* 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 <shingil.kang@samsung.com> 2015-08-05
* 2.2.52
- Added pre-required library for ubuntu 14.x
== yoonki.park <yoonki.park@samsung.com> 2014-10-17
-Version:2.2.52
+Version:2.2.53
Source:sdb
Maintainer:Kangho Kim <kh5325.kim@samsung.com>, Yoonki Park<yoonki.park@samsung.com>, Hyunsik Noh<hyunsik.noh@samsung.com>, Gun Kim<gune.kim@samsung.com>, Ho Namkoong<ho.namkoong@samsung.com>, Taeyoung Son<taeyoung2.son@samsung.com>
#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;