diff options
author | Xiao Jin <jin.xiao@samsung.com> | 2018-09-13 10:22:07 +0800 |
---|---|---|
committer | Xiao Jin <jin.xiao@samsung.com> | 2018-09-13 10:22:07 +0800 |
commit | ea0cf44c6b2b10754ecf77575cc970821821216d (patch) | |
tree | d2f2970c0d991c00792b96edb840d35983f66435 | |
parent | b164bfd4f0936d83955d2a0c4cb7590aaa7cbd0d (diff) | |
download | mic-ea0cf44c6b2b10754ecf77575cc970821821216d.tar.gz mic-ea0cf44c6b2b10754ecf77575cc970821821216d.tar.bz2 mic-ea0cf44c6b2b10754ecf77575cc970821821216d.zip |
bump up to release 0.28.3
Change-Id: Ic050afa2972196ea5d5b21a650c399b7277317e4
-rwxr-xr-x | ChangeLog | 4 | ||||
-rwxr-xr-x | debian/changelog | 5 | ||||
-rwxr-xr-x | doc/RELEASE_NOTES | 11 | ||||
-rwxr-xr-x | mic/__init__.py | 2 | ||||
-rwxr-xr-x | packaging/mic.changes | 3 | ||||
-rwxr-xr-x | packaging/mic.spec | 2 |
6 files changed, 25 insertions, 2 deletions
@@ -1,3 +1,7 @@ +Release 0.28.3 - Fri Sep. 14 2018 - Jin Xiao <jin.xiao@samsung.com> +===================================================================== + * Revert "ext4 images are created with inode size 256 bytes". + Release 0.28.2 - Fri Aug. 03 2018 - Jin Xiao <jin.xiao@samsung.com> ===================================================================== * remove tmp dir in runscript period. diff --git a/debian/changelog b/debian/changelog index 5c3f8bf..b9563b1 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +mic (0.28.3) unstable; urgency=low + * Revert "ext4 images are created with inode size 256 bytes". + + -- Jin Xiao <jin.xiao@samsung.com> Fri, 14 Sep 2018 15:00:00 +0800 + mic (0.28.2) unstable; urgency=low * remove tmp dir in runscript period. * ext4 images are created with inode size 256 bytes. diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index 383703f..c92cf52 100755 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -1,3 +1,14 @@ +MIC Image Creator 0.28.3 Release Notes +====================================== +Released Sep 14 2018 + +This release note documents the changes included in the new release. And +the release contains new features, enhancements and bug fixes. + +Bug Fixes +-------------------------- + * Revert "ext4 images are created with inode size 256 bytes". + MIC Image Creator 0.28.2 Release Notes ====================================== Released Aug 03 2018 diff --git a/mic/__init__.py b/mic/__init__.py index 764fafa..f14792d 100755 --- a/mic/__init__.py +++ b/mic/__init__.py @@ -16,7 +16,7 @@ import os, sys -__version__ = "0.28.2" +__version__ = "0.28.3" 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 93f379f..029f371 100755 --- a/packaging/mic.changes +++ b/packaging/mic.changes @@ -1,3 +1,6 @@ +* Fri Sep 14 2018 Jin Xiao <jin.xiao@samsung.com> - 0.28.3 + * Revert "ext4 images are created with inode size 256 bytes". + * Fri Aug 03 2018 Jin Xiao <jin.xiao@samsung.com> - 0.28.2 * remove tmp dir in runscript period. * ext4 images are created with inode size 256 bytes. diff --git a/packaging/mic.spec b/packaging/mic.spec index b51e5d8..a14f0a9 100755 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -9,7 +9,7 @@ Name: mic Summary: Image Creator for Linux Distributions -Version: 0.28.2 +Version: 0.28.3 Release: %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0} Group: Development/Tools License: GPLv2 |