MISC: package version up (2.2.53) 65/45365/1 tizen
authorshingil.kang <shingil.kang@samsung.com>
Wed, 5 Aug 2015 07:49:12 +0000 (16:49 +0900)
committershingil.kang <shingil.kang@samsung.com>
Wed, 5 Aug 2015 07:49:12 +0000 (16:49 +0900)
Change-Id: If5c3e2733a3eb71220b4e7e4df1b244f11b56b3e
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
package/changelog
package/pkginfo.manifest
src/common_modules.h

index ebde3b6d91e84f2182477f6b40805755ebc3e52a..67d560eac4964749c50b14458f84b105939b8f9d 100644 (file)
@@ -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 <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
index 53e340bb2d51c98b520280c457c263fc6e95e8bd..03d121194fc3d5e7ddfe14059a1f98e49de2ffcd 100644 (file)
@@ -1,4 +1,4 @@
-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>
 
index eb3add2e0af45ada833eec6cbc375edcc62ca834..583fd4343713644d7561c1016c9a67e081efd4c6 100644 (file)
@@ -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;