IOTJS_Release_190103_9c1af99 accepted/tizen/unified/20190104.061241 submit/tizen/20190103.051405
authorHaesik Jun <haesik.jun@samsung.com>
Thu, 3 Jan 2019 05:05:38 +0000 (14:05 +0900)
committerHaesik Jun <haesik.jun@samsung.com>
Thu, 3 Jan 2019 05:05:38 +0000 (14:05 +0900)
Change-Id: I3d6e5aa31fb2237e709764ee732190fe0db8940d
Signed-off-by: Haesik Jun <haesik.jun@samsung.com>
appveyor.yml
src/iotjs_def.h
src/modules/tizen/iotjs_module_uart-tizen.c

index 930f787..ae19eca 100644 (file)
@@ -1,6 +1,4 @@
-version: 1.0.{build}
-pull_requests:
-  do_not_increment_build_number: true
+version: "{build}"
 branches:
   except:
   - coverity_scan
index 3a5417c..62b9f24 100644 (file)
@@ -76,7 +76,7 @@ extern void force_terminate();
 #define TARGET_OS "unknown"
 #endif /* __linux__ */
 
-#define IOTJS_VERSION "1.0.0" "181221_630f029"
+#define IOTJS_VERSION "1.0.0" "190103_9c1af99"
 
 #if !defined(STRINGIFY)
 #define STRINGIFY(x) #x
index 79b433a..2217180 100644 (file)
@@ -174,7 +174,7 @@ void iotjs_uart_handle_close_cb(uv_handle_t* uart_poll_handle) {
 
   if (peripheral_uart_close(uart->platform_data->uart_h) !=
       PERIPHERAL_ERROR_NONE) {
-    DLOG(iotjs_periph_error_str(kUartOpClose));
+    DLOG("%s: error(%s) ", __func__, iotjs_periph_error_str(kUartOpClose));
     IOTJS_ASSERT(0);
   }