diff options
author | Xiao Jin <jin.xiao@samsung.com> | 2018-05-09 19:28:53 +0800 |
---|---|---|
committer | Xiao Jin <jin.xiao@samsung.com> | 2018-05-09 19:28:53 +0800 |
commit | 4b930828079e7afa588652bdba2cc3d6bda1234a (patch) | |
tree | ce932e83cb55d9820fb81ae0e060e6dfe964b593 | |
parent | 245474577fd6b2d970683c2fe71450c76f2d76d1 (diff) | |
download | mic-4b930828079e7afa588652bdba2cc3d6bda1234a.tar.gz mic-4b930828079e7afa588652bdba2cc3d6bda1234a.tar.bz2 mic-4b930828079e7afa588652bdba2cc3d6bda1234a.zip |
bump up to release 0.28.1
Change-Id: I1f2f15e1fbaed476202c03b2f092a97f14358486
-rwxr-xr-x | ChangeLog | 5 | ||||
-rwxr-xr-x | debian/changelog | 6 | ||||
-rwxr-xr-x | doc/RELEASE_NOTES | 12 | ||||
-rwxr-xr-x | mic/__init__.py | 2 | ||||
-rwxr-xr-x | packaging/mic.changes | 4 | ||||
-rwxr-xr-x | packaging/mic.spec | 2 |
6 files changed, 29 insertions, 2 deletions
@@ -1,3 +1,8 @@ +Release 0.28.1 - Fri May. 11 2018 - Jin Xiao <jin.xiao@samsung.com> +===================================================================== + * Check exit status of vdfs image creation + * Change the user and root passwd hash algorithm order to avoid user name same as root name. + Release 0.28 - Fri April. 13 2018 - Jin Xiao <jin.xiao@samsung.com> ===================================================================== * Apply btrfs mount options "--fsoptions=compress" diff --git a/debian/changelog b/debian/changelog index 9a60782..4b29d21 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mic (0.28.1) unstable; urgency=low + * Check exit status of vdfs image creation + * Change the user and root passwd hash algorithm order to avoid user name same as root name. + + -- Jin Xiao <jin.xiao@samsung.com> Fri, 11 May 2018 15:00:00 +0800 + mic (0.28) unstable; urgency=low * Apply btrfs mount options "--fsoptions=compress" * In Tizen, losetup command support '-f' option, change '--find' to '-f' diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index 5a95ac1..9659b53 100755 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -1,3 +1,15 @@ +MIC Image Creator 0.28.1 Release Notes +====================================== +Released May 11 2018 + +This release note documents the changes included in the new release. And +the release contains new features, enhancements and bug fixes. + +New Features & Enhancements +-------------------------- + * Check exit status of vdfs image creation + * Change the user and root passwd hash algorithm order to avoid user name same as root name. + MIC Image Creator 0.28 Release Notes ====================================== Released April 13 2018 diff --git a/mic/__init__.py b/mic/__init__.py index 9a1aa9d..cc951e8 100755 --- a/mic/__init__.py +++ b/mic/__init__.py @@ -16,7 +16,7 @@ import os, sys -__version__ = "0.28" +__version__ = "0.28.1" 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 62975ef..56c66fe 100755 --- a/packaging/mic.changes +++ b/packaging/mic.changes @@ -1,3 +1,7 @@ +* Fri May 11 2018 Jin Xiao <jin.xiao@samsung.com> - 0.28.1 + * Check exit status of vdfs image creation + * Change the user and root passwd hash algorithm order to avoid user name same as root name. + * Fri April 13 2018 Jin Xiao <jin.xiao@samsung.com> - 0.28 * Apply btrfs mount options "--fsoptions=compress" * In Tizen, losetup command support '-f' option, change '--find' to '-f' diff --git a/packaging/mic.spec b/packaging/mic.spec index 256d0ad..f2c6deb 100755 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -9,7 +9,7 @@ Name: mic Summary: Image Creator for Linux Distributions -Version: 0.28 +Version: 0.28.1 Release: %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0} Group: Development/Tools License: GPLv2 |