bump up to release 0.29.1 27/300727/1
authorwangbiao <biao716.wang@samsung.com>
Wed, 1 Nov 2023 08:53:13 +0000 (17:53 +0900)
committerwangbiao <biao716.wang@samsung.com>
Wed, 1 Nov 2023 08:53:13 +0000 (17:53 +0900)
Change-Id: Id99f761ec019a9ea0c26c0ad03949cc4d8621e0d
Signed-off-by: wangbiao <biao716.wang@samsung.com>
ChangeLog
debian/changelog
doc/RELEASE_NOTES
mic/__init__.py
packaging/mic.changes
packaging/mic.spec

index 5cc41d8b6d3f1dc80f8b2449326c21ae2d935ce9..a196dadcabb02672709e8cee05614fb9f631ce23 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Release 0.29.1 -  Wed Nov. 01 2023 - Biao Wang <biao716.wang@samsung.com>
+=====================================================================
+  * Support opensuse15.x distro
+  * Support ubuntu 22.04 distro
+  * Port code from python2.x to python3.x
+
 Release 0.28.19 -  Thu Apr. 13 2023 - Biao Wang <biao716.wang@samsung.com>
 =====================================================================
   * Fix mic create image error with rpm 4.14 if %prepackages section exists in ks file.
index 8aab8b3a03a231888029fb8889aa04bda40a3773..615d5cc027cf754a850633923b1b124865395513 100644 (file)
@@ -1,3 +1,9 @@
+mic (0.29.1) unstable; urgency=low
+  * Support ubuntu 22.04 distro
+  * Port code from python2.x to python3.x 
+
+ -- Biao Wang <biao716.wang@samsung.com>  Wed, 01 Nov 2023 15:00:00 +0800
+
 mic (0.28.19) unstable; urgency=low
   * Fix mic create image error with rpm 4.14 if %prepackages section exists in
     ks file.
index ec8744d7b8a19e48516c86f176e493c5a9d1f2c0..8657123c5ab65605b0de664affc515b2df1d8d3e 100644 (file)
@@ -1,3 +1,16 @@
+MIC Image Creator 0.29.1 Release Notes
+======================================
+Released Nov 01 2023
+
+This release note documents the changes included in the new release. And
+the release contains new features.
+
+new features
+--------------------------
+  * Support opensuse15.x distro
+  * Support ubuntu 22.04 distro
+  * Port code from python2.x to python3.x
+
 MIC Image Creator 0.28.19 Release Notes
 ======================================
 Released Apr 13 2023
index a60b9b1ca5b7fc4ed4614cf17830931ffb3c5e80..2c4a11d28875ad90ed0708350366552e63c861df 100755 (executable)
@@ -16,7 +16,7 @@
 
 import os, sys
 
-__version__ = "0.28.19"
+__version__ = "0.29.1"
 
 cur_path = os.path.dirname(__file__) or '.'
 sys.path.insert(0, cur_path + '/3rdparty')
index 55d72de767ef0c6757c44e96aa6cb92235add646..a60559e0d6eeb9e16282baf73d71ecab63115ee8 100644 (file)
@@ -1,3 +1,7 @@
+* Wed Nov 01 2023 Biao Wang <biao716.wang@samsung.com> - 0.29.1
+  * Support opensuse15.x distro
+  * Port code from python2.x to python3.x
+
 * Thu Apr 13 2023 Biao Wang <biao716.wang@samsung.com> - 0.28.19
   * Fix mic create image error with rpm 4.14 if %prepackages section exists in ks file.
 
index 8feb100bc0dda3bea069e7db4ae162b0ae33c8ea..f0d3358993f38fb5cb7bcd9efa8a74ef7a0c9e12 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       mic
 Summary:    Image Creator for Linux Distributions
-Version:    0.28.19
+Version:    0.29.1
 Release:    %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2