bump up to release 0.28.13 32/255732/1
authorbiao716.wang <biao716.wang@samsung.com>
Tue, 23 Mar 2021 05:45:15 +0000 (14:45 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Tue, 23 Mar 2021 05:45:15 +0000 (14:45 +0900)
Change-Id: Id1d33157a3780c752c9bc3e9bdb164185fbcbdd3
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
ChangeLog
debian/changelog
doc/RELEASE_NOTES
mic/__init__.py
packaging/mic.changes
packaging/mic.spec

index dd4a4d4..dcf9c3c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Release 0.28.13 - Tue Mar. 23 2021 - Biao Wang <biao716.wang@samsung.com>
+=====================================================================
+  * Add new option for squashfs file system to support M1 feature.
+
 Release 0.28.12 - Feb Jan. 05 2021 - Biao Wang <biao716.wang@samsung.com>
 =====================================================================
   * Support to create image with f2fs file system.
index 20bc696..dc41d57 100644 (file)
@@ -1,4 +1,9 @@
 mic (0.28.12) unstable; urgency=low
+  * Add new option for squashfs file system to support M1 feature.
+
+ -- Biao Wang <biao716.wang@samsung.com>  Tue, 23 Mar 2021 15:00:00 +0800
+
+mic (0.28.12) unstable; urgency=low
   * Support to create image with f2fs file system.
   * Fix the bug that no print last installed package.
   * Remove urlgrabber directory from mic.
index 7c17a35..4134ff6 100644 (file)
@@ -1,3 +1,14 @@
+MIC Image Creator 0.28.13 Release Notes
+======================================
+Released Mar 23 2021
+
+This release note documents the changes included in the new release. And
+the release contains new features.
+
+new features
+--------------------------
+  * Add new option for squashfs to support M1 feature.
+
 MIC Image Creator 0.28.12 Release Notes
 ======================================
 Released Feb 05 2021
index fcac42b..6dc08a7 100755 (executable)
@@ -16,7 +16,7 @@
 
 import os, sys
 
-__version__ = "0.28.12"
+__version__ = "0.28.13"
 
 cur_path = os.path.dirname(__file__) or '.'
 sys.path.insert(0, cur_path + '/3rdparty')
index 344a13c..5288f4d 100644 (file)
@@ -1,4 +1,7 @@
-* Fri Feb 05 2021 Biao Wang <biao716.wang@samsung.com> - 0.28.11
+* Tue Mar 23 2021 Biao Wang <biao716.wang@samsung.com> - 0.28.13
+  * Add new squashfs option for squashfs file system.
+
+* Fri Feb 05 2021 Biao Wang <biao716.wang@samsung.com> - 0.28.12
   * Support to create image with f2fs file system.
   * Fix the bug that no print last installed package.
   * Remove urlgrabber directory from mic.
index 503c6fb..db1a514 100755 (executable)
@@ -9,7 +9,7 @@
 
 Name:       mic
 Summary:    Image Creator for Linux Distributions
-Version:    0.28.12
+Version:    0.28.13
 Release:    %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2