+Release 0.28.7 - Mon Feb. 17 2020 - Yan Meng <yan11.meng@samsung.com>
+=====================================================================
+ * fix pylint errors for mic
+ * add option for mic to skip set hosts when create
+ * skip set hosts by mic when /etc/hosts exists
+
Release 0.28.6 - Fri Feb. 15 2019 - Jin Xiao <jin.xiao@samsung.com>
=====================================================================
* new distribution support: Ubuntu 18.04.
+mic (0.28.7) unstable; urgency=low
+ * fix pylint errors for mic
+ * add option for mic to skip set hosts when create
+ * skip set hosts by mic when /etc/hosts exists
+
+ -- Yan Meng <yan11.meng@samsung.com> Mon, 17 Feb 2020 15:00:00 +0800
+
mic (0.28.6) unstable; urgency=low
* new distribution support: Ubuntu 18.04.
+MIC Image Creator 0.28.7 Release Notes
+======================================
+Released Feb 17 2020
+
+This release note documents the changes included in the new release. And
+the release contains new features.
+
+new features
+--------------------------
+ * add option for mic to skip set hosts when create.
+
+Bug Fixes
+--------------------------
+ * fix pylint errors for mic.
+ * skip set hosts by mic when /etc/hosts exists.
+
MIC Image Creator 0.28.6 Release Notes
======================================
Released Feb 15 2019
import os, sys
-__version__ = "0.28.6"
+__version__ = "0.28.7"
cur_path = os.path.dirname(__file__) or '.'
sys.path.insert(0, cur_path + '/3rdparty')
+* Mon Feb 17 2020 Yan Meng <yan11.meng@samsung.com> - 0.28.7
+ * fix pylint errors for mic.
+ * add option for mic to skip set hosts when create.
+ * skip set hosts by mic when /etc/hosts exists.
+
* Fri Feb 15 2019 Jin Xiao <jin.xiao@samsung.com> - 0.28.6
* new distribution support: Ubuntu 18.04.
Name: mic
Summary: Image Creator for Linux Distributions
-Version: 0.28.6
+Version: 0.28.7
Release: %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
Group: Development/Tools
License: GPLv2