From: Kim Gunsoo Date: Fri, 18 Sep 2015 05:44:34 +0000 (+0900) Subject: MISC: package version up to 2.2.66 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c3840162b0dfe43059ea7a3f259c83fdd9692eb7;p=sdk%2Ftools%2Fsdb.git MISC: package version up to 2.2.66 Change-Id: Id4fe8569c4ebf445098f54b9e2fbb22cb4ee65c0 Signed-off-by: Kim Gunsoo --- diff --git a/package/changelog b/package/changelog index 81d35c5..fe30ad3 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.2.66 +- Bug fix: support install/uninstall a package with a name containing spaces. +== gunsoo83.kim 2015-09-18 * 2.2.65 - Provides a bash auto-complete file to the user. == gunsoo83.kim 2015-09-16 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 81c6274..3e432b0 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.65 +Version:2.2.66 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 5466db3..82ca4ce 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 65 // increments for small sets of changes +#define SDB_VERSION_PATCH 66 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128