From: Kim Gunsoo Date: Thu, 9 Jul 2015 07:14:12 +0000 (+0900) Subject: MISC: package version up (2.2.59) X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=75b6c0bc2190921f8209ec3eaf8965f7d04ba02a;p=sdk%2Ftools%2Fsdb.git MISC: package version up (2.2.59) Change-Id: I22602e088b23601831d789579802fc0bd55f7a23 Signed-off-by: Kim Gunsoo --- diff --git a/package/changelog b/package/changelog index 3f95b87..38413c3 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,9 @@ +* 2.2.59 +- Modify the file permission mode in push/pull operation. +- Modify the way checking the connection state for the blocking issue. +- prevent sdb clinet from returning 1 when trying to kill sdb server though it is not started. +- Modify the install and remove script on Ubuntu/MacOS to fix whitespace path issue. +== gunsoo83.kim 2015-07-09 * 2.2.58 - Modify the windows uninstall script to fix whitespace path issue. == shingil.kang 2015-06-30 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 20a3b64..33e4187 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.58 +Version:2.2.59 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 46899fb..932e4a0 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 58 // increments for small sets of changes +#define SDB_VERSION_PATCH 59 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128