diff options
author | yuhuan.yang <yuhuan.yang@123.com> | 2017-07-12 22:01:56 +0800 |
---|---|---|
committer | xiaojuan.mao <xiaojuan.mao@samsung.com> | 2017-07-13 11:15:09 +0800 |
commit | b4e557cdfbef38dbc23d3a37265e8eec060596ac (patch) | |
tree | 5c14e843dafbdbdc4b8bd0ac7f1a51a3adf933fc | |
parent | 762e27c564de7952b54ed7d40cf5c3d276f0ff68 (diff) | |
download | mic-b4e557cdfbef38dbc23d3a37265e8eec060596ac.tar.gz mic-b4e557cdfbef38dbc23d3a37265e8eec060596ac.tar.bz2 mic-b4e557cdfbef38dbc23d3a37265e8eec060596ac.zip |
bump up to release 0.27.5
Change-Id: I054fb5ae41f452c49aa8fc32f9cc5b9bf92a6bec
-rwxr-xr-x | ChangeLog | 4 | ||||
-rwxr-xr-x | debian/changelog | 5 | ||||
-rwxr-xr-x | doc/RELEASE_NOTES | 14 | ||||
-rw-r--r-- | mic/__init__.py | 2 | ||||
-rwxr-xr-x | packaging/mic.changes | 3 | ||||
-rw-r--r-- | packaging/mic.spec | 2 |
6 files changed, 28 insertions, 2 deletions
@@ -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 diff --git a/debian/changelog b/debian/changelog index 6a35c66..17b4d2a 100755 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index 4f0dd82..d0d0b62 100755 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -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 diff --git a/mic/__init__.py b/mic/__init__.py index e91b81d..8d4193b 100644 --- a/mic/__init__.py +++ b/mic/__init__.py @@ -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') diff --git a/packaging/mic.changes b/packaging/mic.changes index 935ed3a..0924630 100755 --- a/packaging/mic.changes +++ b/packaging/mic.changes @@ -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 diff --git a/packaging/mic.spec b/packaging/mic.spec index 8243337..8fd3e57 100644 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -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 |