bump up to release 0.28.12 70/253170/1
authorbiao716.wang <biao716.wang@samsung.com>
Fri, 5 Feb 2021 05:54:46 +0000 (14:54 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Fri, 5 Feb 2021 05:54:46 +0000 (14:54 +0900)
Change-Id: I2ea0cb503d68c34cb7234ad93a00f2c0f724b4f0
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 60c0b472f85308d409e279535b1f5b7032ddcfc6..dd4a4d49c649edf3fe8daabb20f1de1291feb96b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Release 0.28.12 - Feb Jan. 05 2021 - Biao Wang <biao716.wang@samsung.com>
+=====================================================================
+  * Support to create image with f2fs file system.
+  * Fix the bug that no print last installed package.
+  * Remove urlgrabber directory from mic.
+
 Release 0.28.11 - Thu Nov. 05 2020 - Biao Wang <biao716.wang@samsung.com>
 =====================================================================
   * add dependece for yum directly.
index c14d0d7b0fefa1b5ca1f0b860ea457cfc738db0a..20bc696019f2629c91ace6257ce31e112734ccdf 100644 (file)
@@ -1,3 +1,10 @@
+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.
+
+ -- Biao Wang <biao716.wang@samsung.com>  Fri, 05 Feb 2021 15:00:00 +0800
+
 mic (0.28.11) unstable; urgency=low
   * add dependece for yum directly.
   * fix run error issue for parser repomd.xml when here is group type.
index 354c9f0a32f945fa8add5c1f78b26b87e9743d46..7c17a353f87384a387fbc0e2e565b5c783218948 100644 (file)
@@ -1,3 +1,16 @@
+MIC Image Creator 0.28.12 Release Notes
+======================================
+Released Feb 05 2021
+
+This release note documents the changes included in the new release. And
+the release contains new features.
+
+new features
+--------------------------
+  * Support to create image with f2fs file system.
+  * Fix the bug that no print last installed package.
+  * Remove urlgrabber directory from mic.
+
 MIC Image Creator 0.28.11 Release Notes
 ======================================
 Released Nov 05 2020
index fa7f22f536eb6ba150138ab7065d898499d5af27..fcac42bbbf81ea21248496f510e72d562fa9e46c 100755 (executable)
@@ -16,7 +16,7 @@
 
 import os, sys
 
-__version__ = "0.28.11"
+__version__ = "0.28.12"
 
 cur_path = os.path.dirname(__file__) or '.'
 sys.path.insert(0, cur_path + '/3rdparty')
index cc64abbd1451a8a3dcf7a813fb9a0d79b0f5f723..344a13c5d788e769de7b8b65cb5afa1863b53351 100644 (file)
@@ -1,3 +1,8 @@
+* Fri Feb 05 2021 Biao Wang <biao716.wang@samsung.com> - 0.28.11
+  * Support to create image with f2fs file system.
+  * Fix the bug that no print last installed package.
+  * Remove urlgrabber directory from mic.
+
 * Thu Nov 05 2020 Biao Wang <biao716.wang@samsung.com> - 0.28.11
   * add dependece for yum directly.
   * fix run error issue for parser repomd.xml when here is group type.
index 77fdf9abde81bad02e92444e646da28abb9887d1..503c6fb6d90f53efe90b27a9fd7f8df68fd6e09d 100755 (executable)
@@ -9,7 +9,7 @@
 
 Name:       mic
 Summary:    Image Creator for Linux Distributions
-Version:    0.28.11
+Version:    0.28.12
 Release:    %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2