bump up to release 0.27.7 release-20170915
authoryuhuan.yang <yuhuan.yang@123.com>
Mon, 11 Sep 2017 13:40:28 +0000 (21:40 +0800)
committeryuhuan.yang <yuhuan.yang@123.com>
Tue, 12 Sep 2017 09:10:04 +0000 (17:10 +0800)
Change-Id: I86dd1072241fae911f6f1fbcb6e79a0583c75947

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

index 09b0e930e380763b35bc4f777430ca775dd8d9e1..2872b8c6de35fc22b57bdfbd8c8c4322a36a8724 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Release 0.27.7 - Fri Sep. 15 2017 - Yuhuan Yang <yuhuan.yang@samsung.com>
+=====================================================================
+  * Timezone setting change
+  * Run certain script before creation of tar.gz image
+  * Locally built mic-bootstrap using gbs cannot be used in mic
+  * Add new option of tpk_install
+  * Amend mic cr option of run_script
+  * Add new option of --run_script
+  * fix the bug that modify the order of generating image by cpio
+  * Modify the order of generating image by cpio
+
 Release 0.27.6 - Fri Jun 30 2017 - Xiaojuan Mao <xiaojuan.mao@samsung.com>
 =====================================================================
   * Use cpio gzip in mic.
index ab2f4375948b2f1f50878268dbc8d55203f87e03..0d45971a2ec49386bf12e1b805b7ec9bc6970226 100644 (file)
@@ -1,3 +1,15 @@
+mic (0.27.7) unstable; urgency=low
+  * Timezone setting change
+  * Run certain script before creation of tar.gz image
+  * Locally built mic-bootstrap using gbs cannot be used in mic
+  * Add new option of tpk_install
+  * Amend mic cr option of run_script
+  * Add new option of --run_script
+  * fix the bug that modify the order of generating image by cpio
+  * Modify the order of generating image by cpio
+
+ -- Yuhuan Yang <yuhuan.yang@samsung.com>  Fri, 15 Sep 2017 15:00:00 +0800
+
 mic (0.27.6) unstable; urgency=low
   * Use cpio gzip in mic.
   * fix corrupted log messages in log file
index 087f388e4bbb7c563885354e34c1dbdd466afd26..7543496e82ae902031a339c836bc160d86ea8f70 100644 (file)
@@ -1,3 +1,24 @@
+MIC Image Creator 0.27.7 Release Notes
+======================================
+Released Sep 15 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
+--------------------------
+  * Timezone setting change
+  * Run certain script before creation of tar.gz image
+  * Locally built mic-bootstrap using gbs cannot be used in mic
+  * Add new option of tpk_install
+  * Amend mic cr option of run_script
+  * Add new option of --run_script
+  * Modify the order of generating image by cpio
+
+Bug Fixes
+---------
+  * fix the bug that modify the order of generating image by cpio
+
 MIC Image Creator 0.27.6 Release Notes
 ======================================
 Released Jun 30 2017
index 2118f5c2c936e859add6ae29fba8b9feb7ae6daf..d80b6c1836abf54297cc8ec21e0db8a748ce1251 100644 (file)
@@ -16,7 +16,7 @@
 
 import os, sys
 
-__version__ = "0.27.6"
+__version__ = "0.27.7"
 
 cur_path = os.path.dirname(__file__) or '.'
 sys.path.insert(0, cur_path + '/3rdparty')
index 4ad1480c29b156294822a67e2b98fc13f1c2f553..01dfd3c36c78a1d05dbb69ded0dde3990ab7177e 100644 (file)
@@ -1,3 +1,13 @@
+* Fri Sep 15 2017 Yuhuan Yang <yuhuan.yang@samsung.com> - 0.27.7
+  * Timezone setting change
+  * Run certain script before creation of tar.gz image
+  * Locally built mic-bootstrap using gbs cannot be used in mic
+  * Add new option of tpk_install
+  * Amend mic cr option of run_script
+  * Add new option of --run_script
+  * fix the bug that modify the order of generating image by cpio
+  * Modify the order of generating image by cpio
+
 * Fri Jun 30 2017 Xiaojuan Mao <xiaojuan.mao@samsung.com> - 0.27.6
   * Use cpio gzip in mic.
   * fix corrupted log messages in log file
index 2c967f0b690a18fb9574d7dd3e4b7b9e11f04c3e..98e7e534a88af6c40cd3a088cc643722aef0fba0 100644 (file)
@@ -9,7 +9,7 @@
 
 Name:       mic
 Summary:    Image Creator for Linux Distributions
-Version:    0.27.6
+Version:    0.27.7
 Release:    %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2