bump up to release 0.28.2 83/185883/1
authorXiao Jin <jin.xiao@samsung.com>
Fri, 3 Aug 2018 03:39:06 +0000 (11:39 +0800)
committerjinxiao <jin.xiao@samsung.com>
Fri, 3 Aug 2018 07:32:13 +0000 (15:32 +0800)
Change-Id: Ia4dd2ce506e0076a7d6470a3cffeebbd80c09240

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

index 48d6b42..4c18b3f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Release 0.28.2 - Fri Aug. 03 2018 - Jin Xiao <jin.xiao@samsung.com>
+=====================================================================
+  * remove tmp dir in runscript period.
+  * ext4 images are created with inode size 256 bytes.
+  * Add locale related environment varibale because language is not set to one specified in ks file.
+
 Release 0.28.1 - Fri May. 11 2018 - Jin Xiao <jin.xiao@samsung.com>
 =====================================================================
   * Check exit status of vdfs image creation
index 4b29d21..5c3f8bf 100644 (file)
@@ -1,3 +1,10 @@
+mic (0.28.2) unstable; urgency=low
+  * remove tmp dir in runscript period.
+  * ext4 images are created with inode size 256 bytes.
+  * Add locale related environment varibale because language is not set to one specified in ks file.
+
+ -- Jin Xiao <jin.xiao@samsung.com>  Fri, 03 Aug 2018 15:00:00 +0800
+
 mic (0.28.1) unstable; urgency=low
   * Check exit status of vdfs image creation
   * Change the user and root passwd hash algorithm order to avoid user name same as root name.
index 9659b53..383703f 100644 (file)
@@ -1,3 +1,16 @@
+MIC Image Creator 0.28.2 Release Notes
+======================================
+Released Aug 03 2018
+
+This release note documents the changes included in the new release. And
+the release contains new features, enhancements and bug fixes.
+
+New Features & Enhancements
+--------------------------
+  * remove tmp dir in runscript period.
+  * ext4 images are created with inode size 256 bytes.
+  * Add locale related environment varibale because language is not set to one specified in ks file.
+
 MIC Image Creator 0.28.1 Release Notes
 ======================================
 Released May 11 2018
index cc951e8..764fafa 100755 (executable)
@@ -16,7 +16,7 @@
 
 import os, sys
 
-__version__ = "0.28.1"
+__version__ = "0.28.2"
 
 cur_path = os.path.dirname(__file__) or '.'
 sys.path.insert(0, cur_path + '/3rdparty')
index 56c66fe..93f379f 100644 (file)
@@ -1,3 +1,8 @@
+* Fri Aug 03 2018 Jin Xiao <jin.xiao@samsung.com> - 0.28.2
+  * remove tmp dir in runscript period.
+  * ext4 images are created with inode size 256 bytes.
+  * Add locale related environment varibale because language is not set to one specified in ks file.
+
 * Fri May 11 2018 Jin Xiao <jin.xiao@samsung.com> - 0.28.1
   * Check exit status of vdfs image creation
   * Change the user and root passwd hash algorithm order to avoid user name same as root name.
index f2c6deb..b51e5d8 100755 (executable)
@@ -9,7 +9,7 @@
 
 Name:       mic
 Summary:    Image Creator for Linux Distributions
-Version:    0.28.1
+Version:    0.28.2
 Release:    %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2