summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshingil.kang <shingil.kang@samsung.com>2015-08-05 16:49:12 +0900
committershingil.kang <shingil.kang@samsung.com>2015-08-05 16:49:12 +0900
commita6167427877dd4f557848249c24b564f05fe54b1 (patch)
tree0ea6364e727584c551693c07919ef4ae7fd14290
parent7e281d7e39564f279eeeb2b4b6a9a4968798e240 (diff)
downloadsdb-tizen.tar.gz
sdb-tizen.tar.bz2
sdb-tizen.zip
MISC: package version up (2.2.53)tizen
Change-Id: If5c3e2733a3eb71220b4e7e4df1b244f11b56b3e Signed-off-by: shingil.kang <shingil.kang@samsung.com>
-rw-r--r--package/changelog7
-rw-r--r--package/pkginfo.manifest2
-rw-r--r--src/common_modules.h2
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 <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
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 <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>
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;