bump up to release 0.28.3 01/189301/1
authorjinxiao <jin.xiao@samsung.com>
Mon, 17 Sep 2018 02:41:34 +0000 (10:41 +0800)
committerjinxiao <jin.xiao@samsung.com>
Mon, 17 Sep 2018 02:41:34 +0000 (10:41 +0800)
Change-Id: I4e3573099b19234db5e25bbe1046ce3713d5e788

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

index 4c18b3f53fc8a1e347f04708654b6e60bcfb7571..f7784d637f8247d8e1ce3327da03f62b42eadad7 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 5c3f8bfdf1fa2464d6b1c1d188c8354d058b13ce..b9563b126ac6b8ab108068c8d1b09cfc632816a2 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 383703f14ec776a5e2e62e4d95375f6663ca453c..c92cf5294a6a2940d13429f3b66593533ab03714 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 764fafa34c916f67fbd5943bd9a8192e4d07da3e..f14792d9d5de7f0aea5b814765e8662cc3c92d4e 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 93f379fc7b2b11bbce6350bc116db3941cacbd0e..029f371ded4fd624bb388cc8e80401f4180d619f 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 b51e5d89946c0768aa5ffc6620aecd0f46e0984e..a14f0a99f27ce6f1db83e790813734374301bbab 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