From 393ca70b8ad1479f297f50b2d89f5fdf2feced6f Mon Sep 17 00:00:00 2001 From: "shingil.kang" Date: Mon, 24 Aug 2015 16:08:22 +0900 Subject: [PATCH] [MISC] package version up (2.2.63) Change-Id: Iba5d1288fdcded4eb6c053604339c6e67bac0383 Signed-off-by: shingil.kang --- package/changelog | 5 ++++- package/pkginfo.manifest | 2 +- src/common_modules.h | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/package/changelog b/package/changelog index 07787b3..c1f64f1 100644 --- a/package/changelog +++ b/package/changelog @@ -1,4 +1,7 @@ -* 2.2.62 +* 2.2.63 +- Fixed to bind incorrect remote port sometimes when port forwarding +== shingil.kang 2015-08-24 +* 2.2.62 - Enabled to connect to forwarding port from remote host == shingil.kang 2015-08-20 * 2.2.61 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 66a5a1a..726050d 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.62 +Version:2.2.63 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 fa94ac6..19d5ff8 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 62 // increments for small sets of changes +#define SDB_VERSION_PATCH 63 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128 -- 2.34.1