Package version up to v2.3.0
authorSangJin Kim <sangjin3.kim@samsung.com>
Mon, 19 Dec 2016 09:21:38 +0000 (18:21 +0900)
committerSangJin Kim <sangjin3.kim@samsung.com>
Mon, 19 Dec 2016 09:21:38 +0000 (18:21 +0900)
Change-Id: Ief66db92c8a998e8f5cd2d03151a191e1796cf23
Signed-off-by: SangJin Kim <sangjin3.kim@samsung.com>
package/changelog
package/pkginfo.manifest
src/common_modules.h

index 53caa49833d3b0fe3cdd8c2d43ae3f68f36d6823..b639fccae75219f5ba0e3f874d64134c8c4d3088 100644 (file)
@@ -1,3 +1,6 @@
+* 2.3.0
+- Change the log type of "EAGAIN" error
+== SangJin Kim <sangjin3.kim@samsung.com> 2016-12-19
 * 2.2.99
 - Modify sdb server logging policy for error log
 == SangJin Kim <sangjin3.kim@samsung.com> 2016-12-19
index 0f24fa26326a0b52179376870e14e10405984d1f..3b499ef9f84b37f968b3d018c220880c235e952f 100644 (file)
@@ -1,4 +1,4 @@
-Version:2.2.99
+Version:2.3.0
 Source:sdb
 Maintainer: Jaewon Lim <jaewon81.lim@samsung.com>, SangJin Kim <sangjin3.kim@samsung.com>
 
index 58b68687fb7de6728c4df2f0fdcd15006a590d74..0721c16faf169a41dd89f9f98fc93e90f65759d4 100644 (file)
@@ -39,8 +39,8 @@
 
 #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   99      // increments for small sets of changes
+#define SDB_VERSION_MINOR   3       // progress is made within a major version
+#define SDB_VERSION_PATCH         // increments for small sets of changes
 
 #define SDB_VERSION_MAX_LENGTH  128