Change-Id: Ief66db92c8a998e8f5cd2d03151a191e1796cf23
Signed-off-by: SangJin Kim <sangjin3.kim@samsung.com>
+* 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
-Version:2.2.99
+Version:2.3.0
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 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 0 // increments for small sets of changes
#define SDB_VERSION_MAX_LENGTH 128