From: shingil.kang Date: Mon, 20 Jul 2015 13:54:54 +0000 (+0900) Subject: MISC: package version up (2.2.60) X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b1aed1f0f4f1b8a12ba1a612cd3468843c97a46;p=sdk%2Ftools%2Fsdb.git MISC: package version up (2.2.60) Change-Id: Ifad187e2345f1a918ed38c5b0c8afc16c4f10bb3 Signed-off-by: shingil.kang --- diff --git a/package/changelog b/package/changelog index 38413c3..816c84e 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,9 @@ +* 2.2.60 +- Supported to detect android device +- Fixed to print port forwarding info +- Added Unauthroized state of device +- If status of tizen/android device is unauthorized, block sdb connection. +== shingil.kang 2015-07-20 * 2.2.59 - Modify the file permission mode in push/pull operation. - Modify the way checking the connection state for the blocking issue. diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 33e4187..8d87d86 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.59 +Version:2.2.60 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 b7e15cb..2b28338 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 59 // increments for small sets of changes +#define SDB_VERSION_PATCH 60 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128