bump up to release 0.27.1
authorjianzhong.fang <jz.fang@samsung.com>
Wed, 25 May 2016 07:01:28 +0000 (15:01 +0800)
committerSoonKyu Park <sk7.park@samsung.com>
Thu, 16 Jun 2016 03:59:01 +0000 (12:59 +0900)
Change-Id: I3dba1b42fae23a1dbe37d8ff668fc97dd3ed76a4

ChangeLog
debian/changelog
doc/RELEASE_NOTES
mic/__init__.py
packaging/mic.changes
packaging/mic.spec

index feadab1..5cd3e55 100644 (file)
--- 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, 
index 6509dfe..b1c4daf 100644 (file)
@@ -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
index fc369fa..7151c06 100644 (file)
@@ -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
index 3aef805..7f0bbb8 100644 (file)
@@ -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')
index 9df430a..5da12ff 100644 (file)
@@ -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
index b0607f2..a66d004 100644 (file)
@@ -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