summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoonKyu Park <sk7.park@samsung.com>2017-04-04 19:50:58 +0900
committerSoonKyu Park <sk7.park@samsung.com>2017-04-04 21:32:53 +0900
commiteefd7b410516df05c3d3e42341f58042a1787931 (patch)
tree6f6877abc1143adeb5c32c83ff31745898989189
parent6a2a1dc7a00a027cf4baefc59f5f36b4c378a329 (diff)
downloadmic-sandbox/soong9/tools_mic.tar.gz
mic-sandbox/soong9/tools_mic.tar.bz2
mic-sandbox/soong9/tools_mic.zip
bump up to release 0.27.4sandbox/soong9/tools_mic
Change-Id: I2610a237daec485f2b24c8e942e3b0d847d929aa
-rw-r--r--ChangeLog8
-rw-r--r--debian/changelog9
-rw-r--r--doc/RELEASE_NOTES18
-rw-r--r--mic/__init__.py2
-rw-r--r--packaging/mic.changes7
-rw-r--r--packaging/mic.spec2
6 files changed, 44 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 316d69b..7a3cfb8 100644
--- 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
diff --git a/debian/changelog b/debian/changelog
index 56304b0..6a35c66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES
index c5a3c2b..4f0dd82 100644
--- a/doc/RELEASE_NOTES
+++ b/doc/RELEASE_NOTES
@@ -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
diff --git a/mic/__init__.py b/mic/__init__.py
index 9951594..e91b81d 100644
--- a/mic/__init__.py
+++ b/mic/__init__.py
@@ -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')
diff --git a/packaging/mic.changes b/packaging/mic.changes
index ef79851..935ed3a 100644
--- a/packaging/mic.changes
+++ b/packaging/mic.changes
@@ -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
diff --git a/packaging/mic.spec b/packaging/mic.spec
index 335073f..8243337 100644
--- a/packaging/mic.spec
+++ b/packaging/mic.spec
@@ -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