package: update version (2.3.2)
authorSooyoung Ha <yoosah.ha@samsung.com>
Thu, 6 Jul 2017 09:14:12 +0000 (18:14 +0900)
committer황석연/L4/프로/개발플랫폼팀/에스코어 <syeon-hwang@users.noreply.github.sec.samsung.net>
Thu, 6 Jul 2017 11:12:44 +0000 (20:12 +0900)
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
package/changelog
package/pkginfo.manifest
src/common_modules.h

index 3338f8734676f87a483d4869435c21915de009e9..f6ded000ca0acbd743d59d816963b578d6a1a87b 100644 (file)
@@ -1,3 +1,6 @@
+* 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.
index 9f11f689588e28800ef353318e75420bb24af074..32b7f652b2b39832f2e5dbf4c4dd1da028a570ae 100644 (file)
@@ -1,4 +1,4 @@
-Version:2.3.1
+Version:2.3.2
 Source:sdb
 Maintainer: Jaewon Lim <jaewon81.lim@samsung.com>, SangJin Kim <sangjin3.kim@samsung.com>
 
index 0721c16faf169a41dd89f9f98fc93e90f65759d4..4826fc19c9cf01472a8b2ceb00a92bbc939a99f5 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   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