From: shingil.kang Date: Thu, 4 Jun 2015 14:18:15 +0000 (+0900) Subject: MISC: package version up (2.2.56) X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fb8a8376fba1d6e6c3c9cb52641ffeda5e03eb75;p=sdk%2Ftools%2Fsdb.git MISC: package version up (2.2.56) Change-Id: Ib20089265f983d3d8db25476c9b008514430edef Signed-off-by: shingil.kang --- diff --git a/package/changelog b/package/changelog index 01b7ed2..5441889 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,7 @@ +* 2.2.56 +- Fixed to register transport when errors irrelevant to it occur. +- Fixed to close fd after opening USB nod +== shingil.kang 2015-06-04 * 2.2.55 - Remove sdb's prerequisite library about libudev. == shingil.kang 2015-06-02 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index c524425..9dcb91f 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.55 +Version:2.2.56 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 7f646b9..4066483 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 55 // increments for small sets of changes +#define SDB_VERSION_PATCH 56 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128