From: Kim Gunsoo Date: Fri, 6 Nov 2015 04:59:24 +0000 (+0900) Subject: MISC: package version up to 2.2.70 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c0fd8d25d9cf9decdd591b5a87b7ac05196bd04f;p=sdk%2Ftools%2Fsdb.git MISC: package version up to 2.2.70 Change-Id: Ic18f5ea63e91b0acf48f0bdb6c0b912f9cc05d8f Signed-off-by: Kim Gunsoo --- diff --git a/package/changelog b/package/changelog index 09de6ce..52753d1 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,7 @@ +* 2.2.70 +- Modify uninstall routine to remove unnecessary option for pkgcmd. +- Supported to connect on thread. +== gunsoo83.kim 2015-11-06 * 2.2.69 - Modify install rotine to support install white-space pkg file. - Modify Log type for error case when working directory is changed. diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 9448729..37cd58a 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.69 +Version:2.2.70 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 249c74b..de0b639 100644 --- a/src/common_modules.h +++ b/src/common_modules.h @@ -40,7 +40,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 69 // increments for small sets of changes +#define SDB_VERSION_PATCH 70 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128