bump up to release 0.28.3 release-20180914 released-tools-18.01.7 staging-released-tools-18.01.7
authorXiao Jin <jin.xiao@samsung.com>
Thu, 13 Sep 2018 02:22:07 +0000 (10:22 +0800)
committerXiao Jin <jin.xiao@samsung.com>
Thu, 13 Sep 2018 03:25:37 +0000 (11:25 +0800)
Change-Id: Ic050afa2972196ea5d5b21a650c399b7277317e4

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

index 4c18b3f..f7784d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Release 0.28.3 - Fri Sep. 14 2018 - Jin Xiao <jin.xiao@samsung.com>
+=====================================================================
+  * Revert "ext4 images are created with inode size 256 bytes".
+
 Release 0.28.2 - Fri Aug. 03 2018 - Jin Xiao <jin.xiao@samsung.com>
 =====================================================================
   * remove tmp dir in runscript period.
index 5c3f8bf..b9563b1 100644 (file)
@@ -1,3 +1,8 @@
+mic (0.28.3) unstable; urgency=low
+  * Revert "ext4 images are created with inode size 256 bytes".
+
+ -- Jin Xiao <jin.xiao@samsung.com>  Fri, 14 Sep 2018 15:00:00 +0800
+
 mic (0.28.2) unstable; urgency=low
   * remove tmp dir in runscript period.
   * ext4 images are created with inode size 256 bytes.
index 383703f..c92cf52 100644 (file)
@@ -1,3 +1,14 @@
+MIC Image Creator 0.28.3 Release Notes
+======================================
+Released Sep 14 2018
+
+This release note documents the changes included in the new release. And
+the release contains new features, enhancements and bug fixes.
+
+Bug Fixes
+--------------------------
+  * Revert "ext4 images are created with inode size 256 bytes".
+
 MIC Image Creator 0.28.2 Release Notes
 ======================================
 Released Aug 03 2018
index 764fafa..f14792d 100755 (executable)
@@ -16,7 +16,7 @@
 
 import os, sys
 
-__version__ = "0.28.2"
+__version__ = "0.28.3"
 
 cur_path = os.path.dirname(__file__) or '.'
 sys.path.insert(0, cur_path + '/3rdparty')
index 93f379f..029f371 100644 (file)
@@ -1,3 +1,6 @@
+* Fri Sep 14 2018 Jin Xiao <jin.xiao@samsung.com> - 0.28.3
+  * Revert "ext4 images are created with inode size 256 bytes".
+
 * 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.
index b51e5d8..a14f0a9 100755 (executable)
@@ -9,7 +9,7 @@
 
 Name:       mic
 Summary:    Image Creator for Linux Distributions
-Version:    0.28.2
+Version:    0.28.3
 Release:    %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2