+Release 0.27.2 - Wed Sep 28 2016 - SoonKyu Park <sk7.park@samsung.com>
+=====================================================================
+ * Add exclude-from-image option to exclude specific images
+ * Add subcommand option parameters(-v, -d, -i)
+
Release 0.27.1 - Wed May 25 2016 - Jianzhong Fang <jz.fang@samsung.com>
=====================================================================
* new distribution support: Ubuntu 16.04, Fedora 23
+mic (0.27.2) unstable; urgency=low
+ * Add exclude-from-image option to exclude specific images
+ * Add subcommand option parameters(-v, -d, -i)
+
+ -- SoonKyu Park <sk7.park@samsung.com> Wed, 28 Sep 2016 15:00:00 +0800
+
mic (0.27.1) unstable; urgency=low
* new distribution support: Ubuntu 16.04, Fedora 23
* add raw image format support
+MIC Image Creator 0.27.2 Release Notes
+======================================
+Released Sep 28 2016
+
+This release note documents the changes included in the new release. And
+the release contains new features, enhancements and bug fixes.
+
+New Features & Enhancements
+--------------------------
+ * Add exclude-from-image option to exclude specific images
+ * Add subcommand option parameters(-v, -d, -i)
+
MIC Image Creator 0.27.1 Release Notes
======================================
Released May 25 2016
import os, sys
-__version__ = "0.27.1"
+__version__ = "0.27.2"
cur_path = os.path.dirname(__file__) or '.'
sys.path.insert(0, cur_path + '/3rdparty')
+* Wed Sep 28 2016 SoonKyu Park <sk7.park@samsung.com> - 0.27.2
+ * Add exclude-from-image option to exclude specific images
+ * Add subcommand option parameters(-v, -d, -i)
+
* Wed May 25 2016 Jianzhong Fang <jz.fang@samsung.com> - 0.27.1
* new distribution support: Ubuntu 16.04, Fedora 23
* add raw image format support
Name: mic
Summary: Image Creator for Linux Distributions
-Version: 0.27.1
+Version: 0.27.2
Release: %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
Group: Development/Tools
License: GPLv2