bump up to release 0.28.9 65/236465/1 accepted/tizen/devbase/tools/20200623.003412 submit/trunk/20200619.141212 submit/trunk/20200622.151812
authoryan11.meng <yan11.meng@samsung.com>
Wed, 17 Jun 2020 08:08:59 +0000 (16:08 +0800)
committeryan11.meng <yan11.meng@samsung.com>
Wed, 17 Jun 2020 08:08:59 +0000 (16:08 +0800)
Change-Id: I12f8a9fcbc568a8a7be6e53903ebf230ab3e8cf4

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

index 34e526bb825fdfd8ac30fd551a373069e2d2b89a..8bea1e776bce1ade282e2ce56515b9f2ba4dbd46 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Release 0.28.9 - Wed Jun. 17 2020 - Yan Meng <yan11.meng@samsung.com>
+=====================================================================
+  * increase max loop device number in mic.
+  * fix build error with Typeerror.
+  * Fix the bug that truncates existing inittab file.
+
 Release 0.28.8 - Thu May. 7 2020 - Yan Meng <yan11.meng@samsung.com>
 =====================================================================
   * remove unnecessary /etc/fstab file.
index 60db3a2f5f6b69ab1f9cabc852a41761eeab309f..a236356d49d3c8a45bbe6aca983ef5ed30e5b47e 100644 (file)
@@ -1,3 +1,10 @@
+mic (0.28.9) unstable; urgency=low
+  * increase max loop device number in mic.
+  * fix build error with Typeerror.
+  * Fix the bug that truncates existing inittab file.
+
+ -- Yan Meng <yan11.meng@samsung.com>  Wed, 17 Jun 2020 15:00:00 +0800
+
 mic (0.28.8) unstable; urgency=low
   * remove unnecessary /etc/fstab file.
 
index fc44f0a789a1974ca479cf65a6bb238c4972e34e..5dfa24b92e290124bde5358206f6cb9837e5cc3f 100644 (file)
@@ -1,3 +1,16 @@
+MIC Image Creator 0.28.9 Release Notes
+======================================
+Released Jun 17 2020
+
+This release note documents the changes included in the new release. And
+the release contains new features.
+
+Bug Fixes
+--------------------------
+  * increase max loop device number in mic.
+  * fix build error with Typeerror.
+  * Fix the bug that truncates existing inittab file.
+
 MIC Image Creator 0.28.8 Release Notes
 ======================================
 Released May 7 2020
index 1fd5072068fecea4781e4c0dbd534039ef5fbfcf..5bddc77a41ac6b4953c4a7ca7ccfcc192d875657 100755 (executable)
@@ -16,7 +16,7 @@
 
 import os, sys
 
-__version__ = "0.28.8"
+__version__ = "0.28.9"
 
 cur_path = os.path.dirname(__file__) or '.'
 sys.path.insert(0, cur_path + '/3rdparty')
index c28d8e1cc511369744fc2bcbdcd94e6e51d36633..4f3978605655347d930a74a977f58244835988b5 100644 (file)
@@ -1,3 +1,8 @@
+* Wed Jun 17 2020 Yan Meng <yan11.meng@samsung.com> - 0.28.9
+  * increase max loop device number in mic.
+  * fix build error with Typeerror.
+  * Fix the bug that truncates existing inittab file.
+
 * Thu May 7 2020 Yan Meng <yan11.meng@samsung.com> - 0.28.8
   * remove unnecessary /etc/fstab file.
 
index b7de189d7146968d51a7df95bfee7cb75eb49cb7..6b80040a30f04c1c2bf91badd2b47c2b8cf56dfe 100755 (executable)
@@ -9,7 +9,7 @@
 
 Name:       mic
 Summary:    Image Creator for Linux Distributions
-Version:    0.28.8
+Version:    0.28.9
 Release:    %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2