summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjianzhong.fang <jz.fang@samsung.com>2016-05-25 15:01:28 +0800
committerSoonKyu Park <sk7.park@samsung.com>2016-06-16 12:59:01 +0900
commit43ff415747f9f028dfb95f92dca707b057553df0 (patch)
treee29bfd60c35d42921dd4f88e79713a21cd8ae404
parent262e5e18b05810aa7bafb39e0a3cb26bd46162ae (diff)
downloadmic-43ff415747f9f028dfb95f92dca707b057553df0.tar.gz
mic-43ff415747f9f028dfb95f92dca707b057553df0.tar.bz2
mic-43ff415747f9f028dfb95f92dca707b057553df0.zip
bump up to release 0.27.1upstream/0.27.1
Change-Id: I3dba1b42fae23a1dbe37d8ff668fc97dd3ed76a4
-rw-r--r--ChangeLog7
-rw-r--r--debian/changelog8
-rw-r--r--doc/RELEASE_NOTES16
-rw-r--r--mic/__init__.py2
-rw-r--r--packaging/mic.changes7
-rw-r--r--packaging/mic.spec2
6 files changed, 40 insertions, 2 deletions
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 <jz.fang@samsung.com>
+=====================================================================
+ * 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 <jz.fang@samsung.com>
=====================================================================
* 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 <jz.fang@samsung.com> 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 <jz.fang@samsung.com> - 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 <jz.fang@samsung.com> - 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:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
Group: Development/Tools
License: GPLv2