bump up to release 0.27.4 release-20170405
authorSoonKyu Park <sk7.park@samsung.com>
Tue, 4 Apr 2017 10:50:58 +0000 (19:50 +0900)
committerSoonKyu Park <sk7.park@samsung.com>
Tue, 4 Apr 2017 12:32:53 +0000 (21:32 +0900)
Change-Id: I2610a237daec485f2b24c8e942e3b0d847d929aa

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

index 316d69b8d3a786b13cd865a6c36c56ed2f8b7c4c..7a3cfb8ee57603849aee9f786e863192094e23b6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Release 0.27.4 - Wed Apr 5 2017 - SoonKyu Park <sk7.park@samsung.com>
+=====================================================================
+  * Fixup changelog that causes errors
+  * Merge add mipsel register on binfmt_misc && Add support of qemu-mipsel patch
+  * Replace 'copy' to 'symbolic link' in timeznoe setting inside mic
+  * Copy ks setting lang to file /etc/config/mic_language for other use
+  * Show logs inside 'Running scripts' in mic
+
 Release 0.27.3 - Mon Dec 19 2016 - Jiankang Fan <jiankang.fan@samsung.com>
 =====================================================================
   * Support vdfs and squashfs image creation
index 56304b0aacca2a7aa9021d198fb5f3ac93e2a0bb..6a35c66f171d376744136cbf61d78a9b4fd84835 100644 (file)
@@ -1,3 +1,12 @@
+mic (0.27.4) unstable; urgency=low
+  * Fixup changelog that causes errors
+  * Merge add mipsel register on binfmt_misc && Add support of qemu-mipsel patch
+  * Replace 'copy' to 'symbolic link' in timeznoe setting inside mic
+  * Copy ks setting lang to file /etc/config/mic_language for other use
+  * Show logs inside 'Running scripts' in mic
+
+ -- SoonKyu Park <sk7.park@samsung.com>  Wed, 5 Apr 2017 17:00:00 +0900
+
 mic (0.27.3) unstable; urgency=low
   * support vdfs and squashfs image creation
   * Show pkgid when install pkg error
index c5a3c2bf99d922521e27344f3692ca85dd634334..4f0dd822e0b0f2c521c34f35bb0aede08750402f 100644 (file)
@@ -1,3 +1,21 @@
+MIC Image Creator 0.27.4 Release Notes
+======================================
+Released Apr 5 2017
+
+This release note documents the changes included in the new release. And
+the release contains new features, enhancements and bug fixes.
+
+New Features & Enhancements
+--------------------------
+  * Fixup changelog that causes errors
+  * Merge add mipsel register on binfmt_misc && Add support of qemu-mipsel patch
+  * Replace 'copy' to 'symbolic link' in timeznoe setting inside mic
+  * Copy ks setting lang to file /etc/config/mic_language for other use
+  * Show logs inside 'Running scripts' in mic
+
+Bug Fixes
+---------
+
 MIC Image Creator 0.27.3 Release Notes
 ======================================
 Released Dec 19 2016
index 9951594b12fa4df67b85c867509cb03f83299427..e91b81d08b511000c4ae2d8154291d5b6578e5d1 100644 (file)
@@ -16,7 +16,7 @@
 
 import os, sys
 
-__version__ = "0.27.3"
+__version__ = "0.27.4"
 
 cur_path = os.path.dirname(__file__) or '.'
 sys.path.insert(0, cur_path + '/3rdparty')
index ef798511e72698d5c0a6eb36718c0b307587e73a..935ed3ad8ebf1403f4469fef0e283971dbdf8be3 100644 (file)
@@ -1,3 +1,10 @@
+* Wed Apr 5 2017 SoonKyu Park <sk7.park@samsung.com> - 0.27.4
+  * Fixup changelog that causes errors
+  * Merge add mipsel register on binfmt_misc && Add support of qemu-mipsel patch
+  * Replace 'copy' to 'symbolic link' in timeznoe setting inside mic
+  * Copy ks setting lang to file /etc/config/mic_language for other use
+  * Show logs inside 'Running scripts' in mic
+
 * Mon Dec 19 2016 Jiankang Fan <jiankang.fan@samsung.com> - 0.27.3
   * Show pkgid when install pkg error
   * support vdfs and squashfs image creation
index 335073f7486205b4b48ecd3a0de72508fbd05b29..82433370a04ad657cc1370dfbafe7430629c77f2 100644 (file)
@@ -9,7 +9,7 @@
 
 Name:       mic
 Summary:    Image Creator for Linux Distributions
-Version:    0.27.3
+Version:    0.27.4
 Release:    %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2