MISC: package version up (2.2.51) 41/26941/1
authorshingil.kang <shingil.kang@samsung.com>
Mon, 1 Sep 2014 17:05:33 +0000 (02:05 +0900)
committershingil.kang <shingil.kang@samsung.com>
Mon, 1 Sep 2014 17:06:25 +0000 (02:06 +0900)
Change-Id: Iaf05dc34c06aca5f742fcc4184d7116ca97bb84a
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
package/changelog
package/pkginfo.manifest
src/common_modules.h

index fe5a711259a5dd8a0ea520b143c427b7558be550..46e7cb4009ab8446143757c513399234ff503d70 100644 (file)
@@ -1,3 +1,6 @@
+* 2.2.51
+- Enabled auto-complete when sdb is located in PATH
+== shingil.kang <shingil.kang@samsung.com> 2014-09-02
 * 2.2.50
 - Added journal log support for 'sdb dlog'
 == Alice Liu <alice.liu@intel.com> 2014-08-29
index c74150c584f20fdf81ab100a974581237a1a022c..9376d4a642ebfaee837a5a462e76d46e1b7b063f 100644 (file)
@@ -1,4 +1,4 @@
-Version:2.2.50
+Version:2.2.51
 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 65f2425b66ce03b51c2d79cedd9b1a2334ebf539..eb3add2e0af45ada833eec6cbc375edcc62ca834 100644 (file)
@@ -39,7 +39,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   47      // increments for small sets of changes
+#define SDB_VERSION_PATCH   51      // increments for small sets of changes
 #define SDB_VERSION_MAX_LENGTH  128
 
 extern MAP hex_map;