+Release 0.28.9 - Wed Jun. 17 2020 - Yan Meng <yan11.meng@samsung.com>
+=====================================================================
+ * increase max loop device number in mic.
+ * fix build error with Typeerror.
+ * Fix the bug that truncates existing inittab file.
+
Release 0.28.8 - Thu May. 7 2020 - Yan Meng <yan11.meng@samsung.com>
=====================================================================
* remove unnecessary /etc/fstab file.
+mic (0.28.9) unstable; urgency=low
+ * increase max loop device number in mic.
+ * fix build error with Typeerror.
+ * Fix the bug that truncates existing inittab file.
+
+ -- Yan Meng <yan11.meng@samsung.com> Wed, 17 Jun 2020 15:00:00 +0800
+
mic (0.28.8) unstable; urgency=low
* remove unnecessary /etc/fstab file.
+MIC Image Creator 0.28.9 Release Notes
+======================================
+Released Jun 17 2020
+
+This release note documents the changes included in the new release. And
+the release contains new features.
+
+Bug Fixes
+--------------------------
+ * increase max loop device number in mic.
+ * fix build error with Typeerror.
+ * Fix the bug that truncates existing inittab file.
+
MIC Image Creator 0.28.8 Release Notes
======================================
Released May 7 2020
import os, sys
-__version__ = "0.28.8"
+__version__ = "0.28.9"
cur_path = os.path.dirname(__file__) or '.'
sys.path.insert(0, cur_path + '/3rdparty')
+* Wed Jun 17 2020 Yan Meng <yan11.meng@samsung.com> - 0.28.9
+ * increase max loop device number in mic.
+ * fix build error with Typeerror.
+ * Fix the bug that truncates existing inittab file.
+
* Thu May 7 2020 Yan Meng <yan11.meng@samsung.com> - 0.28.8
* remove unnecessary /etc/fstab file.
Name: mic
Summary: Image Creator for Linux Distributions
-Version: 0.28.8
+Version: 0.28.9
Release: %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
Group: Development/Tools
License: GPLv2