+Release 0.28.2 - Fri Aug. 03 2018 - Jin Xiao <jin.xiao@samsung.com>
+=====================================================================
+ * remove tmp dir in runscript period.
+ * ext4 images are created with inode size 256 bytes.
+ * Add locale related environment varibale because language is not set to one specified in ks file.
+
Release 0.28.1 - Fri May. 11 2018 - Jin Xiao <jin.xiao@samsung.com>
=====================================================================
* Check exit status of vdfs image creation
+mic (0.28.2) unstable; urgency=low
+ * remove tmp dir in runscript period.
+ * ext4 images are created with inode size 256 bytes.
+ * Add locale related environment varibale because language is not set to one specified in ks file.
+
+ -- Jin Xiao <jin.xiao@samsung.com> Fri, 03 Aug 2018 15:00:00 +0800
+
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.
+MIC Image Creator 0.28.2 Release Notes
+======================================
+Released Aug 03 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
+--------------------------
+ * remove tmp dir in runscript period.
+ * ext4 images are created with inode size 256 bytes.
+ * Add locale related environment varibale because language is not set to one specified in ks file.
+
MIC Image Creator 0.28.1 Release Notes
======================================
Released May 11 2018
import os, sys
-__version__ = "0.28.1"
+__version__ = "0.28.2"
cur_path = os.path.dirname(__file__) or '.'
sys.path.insert(0, cur_path + '/3rdparty')
+* 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.
+ * Add locale related environment varibale because language is not set to one specified in ks file.
+
* 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.
Name: mic
Summary: Image Creator for Linux Distributions
-Version: 0.28.1
+Version: 0.28.2
Release: %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
Group: Development/Tools
License: GPLv2