From: mao xiaojuan Date: Thu, 22 Mar 2018 07:34:18 +0000 (+0800) Subject: bump up to release 0.27.9 X-Git-Tag: accepted/tizen/devbase/tools/20200415.093504~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5a3df09ed8b363d3f4aa0ff436d66d0bf4bf1fda;p=tools%2Fmic.git bump up to release 0.27.9 Change-Id: Ic9072e9e159fb3a4de7714b7d5ea0db69f02dc77 --- diff --git a/ChangeLog b/ChangeLog index 3d0f0a9..f837924 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Release 0.27.9 - Fri Mar. 23 2018 - Xiaojuan Mao +===================================================================== + * 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 ===================================================================== * Use SHA512 instead of MD5 to encrypt root password diff --git a/debian/changelog b/debian/changelog index d606408..5783f32 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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. diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index 48290d6..a53cb10 100644 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -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 diff --git a/mic/__init__.py b/mic/__init__.py old mode 100644 new mode 100755 index af52f9b..7f33d9e --- a/mic/__init__.py +++ b/mic/__init__.py @@ -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') diff --git a/packaging/mic.changes b/packaging/mic.changes index 9d4dd23..5c1b2ed 100644 --- a/packaging/mic.changes +++ b/packaging/mic.changes @@ -1,3 +1,7 @@ +* Fri Mar 23 2018 Xiaojuan Mao - 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 - 0.27.8 * Use SHA512 instead of MD5 to encrypt root password * Fix the bug that use local mic-bootstrap to run mic. diff --git a/packaging/mic.spec b/packaging/mic.spec old mode 100644 new mode 100755 index a389929..128e7b5 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -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:.}%{!?opensuse_bs:0} Group: Development/Tools License: GPLv2