bump up to release 0.28.8 89/233189/1 accepted/tizen/devbase/tools/20200514.023617 accepted/tizen/devbase/tools/20200520.012816 submit/trunk/20200513.162810 submit/trunk/20200519.161030 submit/trunk/20200519.164610 submit/trunk/20200519.184310
authoryan11.meng <yan11.meng@samsung.com>
Wed, 13 May 2020 03:07:23 +0000 (11:07 +0800)
committeryan11.meng <yan11.meng@samsung.com>
Wed, 13 May 2020 03:07:23 +0000 (11:07 +0800)
Change-Id: I29c0957f742f39deb644ac954a4ed43dd71b94bd

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

index c13b971e55e1c2b295683187c99f49c2b0a3f746..34e526bb825fdfd8ac30fd551a373069e2d2b89a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Release 0.28.8 - Thu May. 7 2020 - Yan Meng <yan11.meng@samsung.com>
+=====================================================================
+  * remove unnecessary /etc/fstab file.
+
 Release 0.28.7 - Mon Feb. 17 2020 - Yan Meng <yan11.meng@samsung.com>
 =====================================================================
   * fix pylint errors for mic
index dac9c0c8fd43cf32d64a95449c55389ee1930977..60db3a2f5f6b69ab1f9cabc852a41761eeab309f 100644 (file)
@@ -1,3 +1,8 @@
+mic (0.28.8) unstable; urgency=low
+  * remove unnecessary /etc/fstab file.
+
+ -- Yan Meng <yan11.meng@samsung.com>  Thu, 7 May 2020 15:00:00 +0800
+
 mic (0.28.7) unstable; urgency=low
   * fix pylint errors for mic
   * add option for mic to skip set hosts when create
index f0b11f944abb74d7bacac2d3973d00bb9f899fba..fc44f0a789a1974ca479cf65a6bb238c4972e34e 100644 (file)
@@ -1,3 +1,14 @@
+MIC Image Creator 0.28.8 Release Notes
+======================================
+Released May 7 2020
+
+This release note documents the changes included in the new release. And
+the release contains new features.
+
+Bug Fixes
+--------------------------
+  * remove unnecessary /etc/fstab file.
+
 MIC Image Creator 0.28.7 Release Notes
 ======================================
 Released Feb 17 2020
index e3bcd058b85a165ee6aa918e041a6a4cea4964c6..1fd5072068fecea4781e4c0dbd534039ef5fbfcf 100755 (executable)
@@ -16,7 +16,7 @@
 
 import os, sys
 
-__version__ = "0.28.7"
+__version__ = "0.28.8"
 
 cur_path = os.path.dirname(__file__) or '.'
 sys.path.insert(0, cur_path + '/3rdparty')
index 66a2025a8966f1269718301ee1c2781891eb49f6..c28d8e1cc511369744fc2bcbdcd94e6e51d36633 100644 (file)
@@ -1,3 +1,6 @@
+* Thu May 7 2020 Yan Meng <yan11.meng@samsung.com> - 0.28.8
+  * remove unnecessary /etc/fstab file.
+
 * Mon Feb 17 2020 Yan Meng <yan11.meng@samsung.com> - 0.28.7
   * fix pylint errors for mic.
   * add option for mic to skip set hosts when create.
index b1cff2174388e082c3a97667050bcb2d3fc77fed..b7de189d7146968d51a7df95bfee7cb75eb49cb7 100755 (executable)
@@ -9,7 +9,7 @@
 
 Name:       mic
 Summary:    Image Creator for Linux Distributions
-Version:    0.28.7
+Version:    0.28.8
 Release:    %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2