bump up to release 0.27.9 49/173649/1
authormao xiaojuan <xiaojuan.mao@samsung.com>
Thu, 22 Mar 2018 07:34:18 +0000 (15:34 +0800)
committermao xiaojuan <xiaojuan.mao@samsung.com>
Fri, 23 Mar 2018 02:13:15 +0000 (10:13 +0800)
Change-Id: Ic9072e9e159fb3a4de7714b7d5ea0db69f02dc77

ChangeLog
debian/changelog
doc/RELEASE_NOTES
mic/__init__.py [changed mode: 0644->0755]
packaging/mic.changes
packaging/mic.spec [changed mode: 0644->0755]

index 3d0f0a9..f837924 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index d606408..5783f32 100644 (file)
@@ -1,3 +1,9 @@
+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.
index 48290d6..a53cb10 100644 (file)
@@ -1,6 +1,21 @@
+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
old mode 100644 (file)
new mode 100755 (executable)
index af52f9b..7f33d9e
@@ -16,7 +16,7 @@
 
 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')
index 9d4dd23..5c1b2ed 100644 (file)
@@ -1,3 +1,7 @@
+* 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.
old mode 100644 (file)
new mode 100755 (executable)
index a389929..128e7b5
@@ -9,7 +9,7 @@
 
 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