From b4e557cdfbef38dbc23d3a37265e8eec060596ac Mon Sep 17 00:00:00 2001 From: "yuhuan.yang" Date: Wed, 12 Jul 2017 22:01:56 +0800 Subject: bump up to release 0.27.5 Change-Id: I054fb5ae41f452c49aa8fc32f9cc5b9bf92a6bec --- ChangeLog | 4 ++++ debian/changelog | 5 +++++ doc/RELEASE_NOTES | 14 ++++++++++++++ mic/__init__.py | 2 +- packaging/mic.changes | 3 +++ packaging/mic.spec | 2 +- 6 files changed, 28 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7a3cfb8..44354d7 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Release 0.27.5 - Fri Apr 28 2017 - Yuhuan Yang +===================================================================== + * 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 ===================================================================== * 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 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 - 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 - 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:.}%{!?opensuse_bs:0} Group: Development/Tools License: GPLv2 -- cgit v1.2.3