[MISC] package version up (2.2.83)
authorKim Gunsoo <gunsoo83.kim@samsung.com>
Mon, 23 May 2016 05:40:24 +0000 (14:40 +0900)
committerKim Gunsoo <gunsoo83.kim@samsung.com>
Mon, 23 May 2016 05:40:24 +0000 (14:40 +0900)
Change-Id: I04b2887a33550969b964a529c28fb31c22075678
Signed-off-by: Kim Gunsoo <gunsoo83.kim@samsung.com>
package/changelog
package/pkginfo.manifest
src/common_modules.h

index 3bc34c08bdb4b8e53ba06c0a2ad8d32b15d914bc..4cc448460bd7624212fbc225863cd2d387782d77 100644 (file)
@@ -1,3 +1,7 @@
+* 2.2.83
+- Modify the output stream(stdout to stderr) for version conflict msg.
+- Fixed a bug where garbage characters follow pull/push error message.
+== gunsoo83.kim <gunsoo83.kim@samsung.com> 2016-05-23
 * 2.2.82
 - Validate port number for forwarding
 == Jaewon Lim <jaewon81.lim@samsung.com> 2016-04-25
index aff42b19574ee79b08faf071f36a55993c37c00e..9368c711cb4a0704923627c18c7748e3d6e48192 100644 (file)
@@ -1,4 +1,4 @@
-Version:2.2.82
+Version:2.2.83
 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 c22b33aa8f2d70b99de48ea783b8e70253a30e44..0fbd1fc4be0b6cca647ac288c291e47579d0f3ec 100644 (file)
@@ -42,7 +42,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   82     // increments for small sets of changes
+#define SDB_VERSION_PATCH   83     // increments for small sets of changes
 
 #define SDB_VERSION_MAX_LENGTH  128