MISC: package version up (2.2.61)
authorshingil.kang <shingil.kang@samsung.com>
Mon, 3 Aug 2015 02:55:53 +0000 (11:55 +0900)
committershingil.kang <shingil.kang@samsung.com>
Mon, 3 Aug 2015 02:56:07 +0000 (11:56 +0900)
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
Change-Id: Idaa9226d3ac66682e76207078479ef3ee6824023

package/changelog
package/pkginfo.manifest
src/common_modules.h

index 816c84e6b46e9a5e203d115ab01c48576ce92363..ef5451597832d31b91c0a8ae1c7c3f0db23241fb 100644 (file)
@@ -1,3 +1,6 @@
+* 2.2.61
+- Prevent double free
+== shingil.kang <shingil.kang@samsung.com> 2015-08-03
 * 2.2.60
 - Supported to detect android device
 - Fixed to print port forwarding info
index 8d87d86d8603eaf081669e737dd74299fbc02fcf..fac4d9badebe451c3496aa25015e1393b92d8fd0 100644 (file)
@@ -1,4 +1,4 @@
-Version:2.2.60
+Version:2.2.61
 Source:sdb
 Maintainer:Kangho Kim <kh5325.kim@samsung.com>, Yoonki Park<yoonki.park@samsung.com>, Hyunsik Noh<hyunsik.noh@samsung.com>, Gun Kim<gune.kim@samsung.com>, Ho Namkoong<ho.namkoong@samsung.com>, Taeyoung Son<taeyoung2.son@samsung.com>
 
index 2b2833817677401800c9ddfe4e206764c585dba7..d989a55d7d6d99d7e014ee4d658e351f886f2a47 100644 (file)
@@ -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   60      // increments for small sets of changes
+#define SDB_VERSION_PATCH   61      // increments for small sets of changes
 
 #define SDB_VERSION_MAX_LENGTH  128