diff options
author | yuhuan.yang <yuhuan.yang@123.com> | 2017-09-11 21:40:28 +0800 |
---|---|---|
committer | yuhuan.yang <yuhuan.yang@123.com> | 2017-09-11 22:56:42 +0800 |
commit | 455f9470b8f422330ac0256f478d972c98e98b1d (patch) | |
tree | deb6aaff5a8036b326d8faa37dbf91f452933dae | |
parent | 77443f7562dcae30076a1a394565b9d8f0e41c75 (diff) | |
download | mic-455f9470b8f422330ac0256f478d972c98e98b1d.tar.gz mic-455f9470b8f422330ac0256f478d972c98e98b1d.tar.bz2 mic-455f9470b8f422330ac0256f478d972c98e98b1d.zip |
bump up to release 0.27.7
Change-Id: I86dd1072241fae911f6f1fbcb6e79a0583c75947
-rwxr-xr-x | ChangeLog | 11 | ||||
-rwxr-xr-x | debian/changelog | 12 | ||||
-rwxr-xr-x | doc/RELEASE_NOTES | 21 | ||||
-rw-r--r-- | mic/__init__.py | 2 | ||||
-rwxr-xr-x | packaging/mic.changes | 10 | ||||
-rw-r--r-- | packaging/mic.spec | 2 |
6 files changed, 56 insertions, 2 deletions
@@ -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. diff --git a/debian/changelog b/debian/changelog index ab2f437..0d45971 100755 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index 087f388..7543496 100755 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -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 diff --git a/mic/__init__.py b/mic/__init__.py index 2118f5c..d80b6c1 100644 --- a/mic/__init__.py +++ b/mic/__init__.py @@ -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') diff --git a/packaging/mic.changes b/packaging/mic.changes index 4ad1480..01dfd3c 100755 --- a/packaging/mic.changes +++ b/packaging/mic.changes @@ -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 diff --git a/packaging/mic.spec b/packaging/mic.spec index 2c967f0..98e7e53 100644 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -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 |