Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
+* 2.3.2
+- increase limit of command message length
+== Sooyoung Ha <yoosah.ha@samsung.com> 2017-07-06
* 2.3.1
- Add debian files to create deb package.
- fix static analysis issues.
-Version:2.3.1
+Version:2.3.2
Source:sdb
Maintainer: Jaewon Lim <jaewon81.lim@samsung.com>, SangJin Kim <sangjin3.kim@samsung.com>
#define A_VERSION 0x0100000
#define SDB_VERSION_MAJOR 2 // increments upon significant architectural changes or the achievement of important milestones
#define SDB_VERSION_MINOR 3 // progress is made within a major version
-#define SDB_VERSION_PATCH 0 // increments for small sets of changes
+#define SDB_VERSION_PATCH 2 // increments for small sets of changes
#define SDB_VERSION_MAX_LENGTH 128