+Release 0.27.9 - Fri Mar. 23 2018 - Xiaojuan Mao <xiaojuan.mao@samsung.com>
+=====================================================================
+ * Added ATTACHMENT_PATHS env and IMG_DIR_PATH env
+ * Revert "call copy_attachment() after configure() and move attachment files"
+
Release 0.27.8 - Fri Jan. 26 2018 - Xiaojuan Mao <xiaojuan.mao@samsung.com>
=====================================================================
* Use SHA512 instead of MD5 to encrypt root password
+mic (0.27.9) unstable; urgency=low
+ * Added ATTACHMENT_PATHS env and IMG_DIR_PATH env
+ * Revert "call copy_attachment() after configure() and move attachment files"
+
+ -- Xiaojuan Mao <xiaojuan.mao@samsung.com> Fri, 23 Mar 2018 15:00:00 +0800
+
mic (0.27.8) unstable; urgency=low
* Use SHA512 instead of MD5 to encrypt root password
* Fix the bug that use local mic-bootstrap to run mic.
+MIC Image Creator 0.27.9 Release Notes
+======================================
+Released Mar 23 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
+--------------------------
+ * Added ATTACHMENT_PATHS env and IMG_DIR_PATH env
+
+Bug Fixes
+---------
+ * Revert "call copy_attachment() after configure() and move attachment files"
+
MIC Image Creator 0.27.8 Release Notes
======================================
Released Jan 26 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
import os, sys
-__version__ = "0.27.8"
+__version__ = "0.27.9"
cur_path = os.path.dirname(__file__) or '.'
sys.path.insert(0, cur_path + '/3rdparty')
+* Fri Mar 23 2018 Xiaojuan Mao <xiaojuan.mao@samsung.com> - 0.27.9
+ * Added ATTACHMENT_PATHS env and IMG_DIR_PATH env
+ * Revert "call copy_attachment() after configure() and move attachment files"
+
* Fri Jan 26 2018 Xiaojuan Mao <xiaojuan.mao@samsung.com> - 0.27.8
* Use SHA512 instead of MD5 to encrypt root password
* Fix the bug that use local mic-bootstrap to run mic.
Name: mic
Summary: Image Creator for Linux Distributions
-Version: 0.27.8
+Version: 0.27.9
Release: %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
Group: Development/Tools
License: GPLv2