pkg version up 2.2.27 52/11452/2
authorho.namkoong <ho.namkoong@samsung.com>
Mon, 28 Oct 2013 08:41:50 +0000 (17:41 +0900)
committerho.namkoong <ho.namkoong@samsung.com>
Mon, 28 Oct 2013 08:43:56 +0000 (17:43 +0900)
Change-Id: I07efde5939756ab8b600bd187e9a6ab0d95b3558

package/changelog
package/pkginfo.manifest
package/pkginfo.manifest~ [deleted file]
src/common_modules.h

index 974815cdde701a73deaa59b1f2e0a6ca7f77c108..d3bed334a628de07e52d0f610ad8c87e35577c6f 100644 (file)
@@ -1,3 +1,6 @@
+* 2.2.27
+- bug fix for Windows disconnect
+== ho.namkoong <ho.namkoong@samsung.com> 2013-10-28
 * 2.2.26
 - hot patch for tct stuck
 == ho.namkoong <ho.namkoong@samsung.com> 2013-10-25
index 4bd438811267c951e0e7486a7865f9764a5af7ee..396a3ee7fe49565a0bb00b28ca4faf905d5ea05f 100644 (file)
@@ -1,4 +1,4 @@
-Version:2.2.26
+Version:2.2.27
 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>
 
diff --git a/package/pkginfo.manifest~ b/package/pkginfo.manifest~
deleted file mode 100644 (file)
index 9cad71e..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-Version:2.2.25
-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>
-
-Package:sdb
-OS:ubuntu-32
-Build-host-os:ubuntu-32
-Description:Smart Development Bridge for device management
-
-Package:sdb
-OS:windows-32,windows-64
-Build-host-os:windows-32
-Description:Smart Development Bridge for device management
-
-Package:sdb
-OS:ubuntu-64
-Build-host-os:ubuntu-64
-Description:Smart Development Bridge for device management
-
-Package:sdb
-OS:macos-64
-Build-host-os:macos-64
-Description:Smart Development Bridge for device management
index 0ba43dff7aff4b01e1824266adde17b03abee53c..d2011d878dc6d8a2f4de24b506cb793c42d94923 100644 (file)
@@ -38,7 +38,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   26      // increments for small sets of changes
+#define SDB_VERSION_PATCH   27      // increments for small sets of changes
 #define SDB_VERSION_MAX_LENGTH  128
 
 extern MAP hex_map;