+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"
+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'
+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
import os, sys
-__version__ = "0.28"
+__version__ = "0.28.1"
cur_path = os.path.dirname(__file__) or '.'
sys.path.insert(0, cur_path + '/3rdparty')
+* 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'
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