From: jianzhong.fang Date: Wed, 25 May 2016 07:01:28 +0000 (+0800) Subject: bump up to release 0.27.1 X-Git-Tag: released-tools-18.01.7~74 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=43ff415747f9f028dfb95f92dca707b057553df0;p=tools%2Fmic.git bump up to release 0.27.1 Change-Id: I3dba1b42fae23a1dbe37d8ff668fc97dd3ed76a4 --- diff --git a/ChangeLog b/ChangeLog index feadab1..5cd3e55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Release 0.27.1 - Wed May 25 2016 - Jianzhong Fang +===================================================================== + * new distribution support: Ubuntu 16.04 + * add raw image format support + * bug fix: + - fix remove BmapCreate and Filemap source code (#DEVT-151) + Release 0.27 - Mon Mar 28 2016 - Jianzhong Fang ===================================================================== * new distribution support: CentOS 7, Debian 8, Fedora 21, diff --git a/debian/changelog b/debian/changelog index 6509dfe..b1c4daf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +mic (0.27.1) unstable; urgency=low + * new distribution support: Ubuntu 16.04 + * add raw image format support + * bug fix: + - fix remove BmapCreate and Filemap source code (#DEVT-151) + + -- Jianzhong Fang Wed, 25 May 2016 15:00:00 +0800 + mic (0.27) unstable; urgency=low * new distribution support: CentOS 7, Debian 8, Fedora 21, Fedora 22, openSUSE 13.2 diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index fc369fa..7151c06 100644 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -1,3 +1,19 @@ +MIC Image Creator 0.27.1 Release Notes +====================================== +Released May 25 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 +-------------------------- + * new distribution support: Ubuntu 16.04 + * add raw image format support + +Bug Fixes +--------- + * fix remove BmapCreate and Filemap source code (#DEVT-151) + MIC Image Creator 0.27 Release Notes ====================================== Released Mar 28 2016 diff --git a/mic/__init__.py b/mic/__init__.py index 3aef805..7f0bbb8 100644 --- a/mic/__init__.py +++ b/mic/__init__.py @@ -16,7 +16,7 @@ import os, sys -__version__ = "0.27" +__version__ = "0.27.1" 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 9df430a..5da12ff 100644 --- a/packaging/mic.changes +++ b/packaging/mic.changes @@ -1,3 +1,10 @@ +* Wed May 25 2016 Jianzhong Fang - 0.27.1 + * new distribution support: Ubuntu 16.04 + * add raw image format support + + * bug fix: + - fix remove BmapCreate and Filemap source code (#DEVT-151) + * Mon Mar 28 2016 Jianzhong Fang - 0.27 * new distribution support: CentOS 7, Debian 8, Fedora 21, Fedora 22, openSUSE 13.2 diff --git a/packaging/mic.spec b/packaging/mic.spec index b0607f2..a66d004 100644 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -9,7 +9,7 @@ Name: mic Summary: Image Creator for Linux Distributions -Version: 0.27 +Version: 0.27.1 Release: %{?release_prefix}%{?opensuse_bs:.}%{!?opensuse_bs:0} Group: Development/Tools License: GPLv2