MISC: package version up (2.2.64)
authorshingil.kang <shingil.kang@samsung.com>
Tue, 15 Sep 2015 07:04:37 +0000 (16:04 +0900)
committershingil.kang <shingil.kang@samsung.com>
Tue, 15 Sep 2015 07:05:03 +0000 (16:05 +0900)
Change-Id: Id615406b4bd97d75a55aa051f8e46e41ff39371e
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
package/changelog
package/pkginfo.manifest
src/common_modules.h

index c1f64f1e150a25076e6d764d5137bd7414561e28..19170c02f8c706b410c86fe09431de23a5e62b3a 100644 (file)
@@ -1,3 +1,11 @@
+* 2.2.64
+- Unlimit SDB FD
+- Fixed that accepted client socket is not closed when it failed to write to remote.
+- Redefine the working directory path of the SDB server.
+- Fix the double free case for auto-complete routine.
+- Fix duplicated local_socket_close for track-device.
+- Synchronize shell window size with remote shell.
+== shingil.kang <shingil.kang@samsung.com> 2015-09-15
 * 2.2.63
 - Fixed to bind incorrect remote port sometimes when port forwarding
 == shingil.kang <shingil.kang@samsung.com> 2015-08-24
index 726050de256db6fa3c52747ab6fd924636ca262c..e1804c4f8f47988ea196c8aadd4d67b1b832d66b 100644 (file)
@@ -1,4 +1,4 @@
-Version:2.2.63
+Version:2.2.64
 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 19d5ff880cfbe65426e5a61e8411a94d65a75a15..99538d1f92a81515aafa8369c79043ec6a2c35a1 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   63      // increments for small sets of changes
+#define SDB_VERSION_PATCH   64      // increments for small sets of changes
 
 #define SDB_VERSION_MAX_LENGTH  128