+Release 0.28.15 - Mon Jul. 05 2021 - Biao Wang <biao716.wang@samsung.com>
+=====================================================================
+ * Don't install recommended packages in mic
+
Release 0.28.14 - Fri May. 14 2021 - Biao Wang <biao716.wang@samsung.com>
=====================================================================
* Encrypt user password with SHA512 instead of MD5.
+mic (0.28.15) unstable; urgency=low
+ * Don't install recommended packages in mic.
+
+ -- Biao Wang <biao716.wang@samsung.com> Mon, 05 Jul 2021 15:00:00 +0800
+
mic (0.28.14) unstable; urgency=low
* Encrypt user password with SHA512 instead of MD5.
* Fix pylint error, reimport glob.
+MIC Image Creator 0.28.15 Release Notes
+======================================
+Released Jul 05 2021
+
+This release note documents the changes included in the new release. And
+the release contains new features.
+
+new features
+--------------------------
+ * Don't install recommended packages in mic.
+
MIC Image Creator 0.28.14 Release Notes
======================================
Released May 14 2021
import os, sys
-__version__ = "0.28.14"
+__version__ = "0.28.15"
cur_path = os.path.dirname(__file__) or '.'
sys.path.insert(0, cur_path + '/3rdparty')
+* Mon Jul 05 2021 Biao Wang <biao716.wang@samsung.com> - 0.28.15
+ * Don't install recommended packages in mic.
+
* Fri May 14 2021 Biao Wang <biao716.wang@samsung.com> - 0.28.14
* Encrypt user password with SHA512 instead of MD5.
* Fix pylint error, reimport glob.
Name: mic
Summary: Image Creator for Linux Distributions
-Version: 0.28.14
+Version: 0.28.15
Release: %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
Group: Development/Tools
License: GPLv2