bump up to release 0.27.5
authoryuhuan.yang <yuhuan.yang@123.com>
Wed, 12 Jul 2017 14:01:56 +0000 (22:01 +0800)
committerxiaojuan.mao <xiaojuan.mao@samsung.com>
Thu, 13 Jul 2017 03:15:09 +0000 (11:15 +0800)
Change-Id: I054fb5ae41f452c49aa8fc32f9cc5b9bf92a6bec

ChangeLog
debian/changelog
doc/RELEASE_NOTES
mic/__init__.py
packaging/mic.changes
packaging/mic.spec

index 7a3cfb8..44354d7 100755 (executable)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Release 0.27.5 - Fri Apr 28 2017 - Yuhuan Yang <yuhuan.yang@samsung.com>
+=====================================================================
+  * Solve image not clean after created, use e2fsck to clean image, relevant issue is NJTS-179 in JIRA.
+
 Release 0.27.4 - Wed Apr 5 2017 - SoonKyu Park <sk7.park@samsung.com>
 =====================================================================
   * Fixup changelog that causes errors
index 6a35c66..17b4d2a 100755 (executable)
@@ -1,3 +1,8 @@
+mic (0.27.5) unstable; urgency=low
+  * Solve image not clean after created, use e2fsck to clean image, relevant issue is NJTS-179 in JIRA.
+
+ -- Yuhuan Yang <yuhuan.yang@samsung.com> Fri, 28 Apr 2017 15:00:00 +0800
+
 mic (0.27.4) unstable; urgency=low
   * Fixup changelog that causes errors
   * Merge add mipsel register on binfmt_misc && Add support of qemu-mipsel patch
index 4f0dd82..d0d0b62 100755 (executable)
@@ -1,3 +1,17 @@
+MIC Image Creator 0.27.5 Release Notes
+======================================
+Released Apr 28 2017
+
+This release note documents the changes included in the new release. And
+the release contains new features, enhancements and bug fixes.
+
+New Features & Enhancements
+--------------------------
+  * Solve image not clean after created, use e2fsck to clean image, relevant issue is NJTS-179 in JIRA.
+
+Bug Fixes
+---------
+
 MIC Image Creator 0.27.4 Release Notes
 ======================================
 Released Apr 5 2017
index e91b81d..8d4193b 100644 (file)
@@ -16,7 +16,7 @@
 
 import os, sys
 
-__version__ = "0.27.4"
+__version__ = "0.27.5"
 
 cur_path = os.path.dirname(__file__) or '.'
 sys.path.insert(0, cur_path + '/3rdparty')
index 935ed3a..0924630 100755 (executable)
@@ -1,3 +1,6 @@
+* Fri Apr 28 2017 Yuhuan Yang <yuhuan.yang@samsung.com> - 0.27.5
+  * Solve image not clean after created, use e2fsck to clean image, relevant issue is NJTS-179 in JIRA.
+
 * Wed Apr 5 2017 SoonKyu Park <sk7.park@samsung.com> - 0.27.4
   * Fixup changelog that causes errors
   * Merge add mipsel register on binfmt_misc && Add support of qemu-mipsel patch
index 8243337..8fd3e57 100644 (file)
@@ -9,7 +9,7 @@
 
 Name:       mic
 Summary:    Image Creator for Linux Distributions
-Version:    0.27.4
+Version:    0.27.5
 Release:    %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2