Upgrade to 2.0.1 37/305137/1
authorwangbiao <biao716.wang@samsung.com>
Mon, 29 Jan 2024 06:33:29 +0000 (15:33 +0900)
committerwangbiao <biao716.wang@samsung.com>
Mon, 29 Jan 2024 06:33:29 +0000 (15:33 +0900)
Change-Id: I4fdcb4759b14e9cabef9a13ae534c3adfc43d358
Signed-off-by: wangbiao <biao716.wang@samsung.com>
debian/changelog
docs/RELEASE_NOTES
gitbuildsys/__init__.py
packaging/gbs.changes
packaging/gbs.spec

index 7a393363a44ca4a5c63a968b9c78c3be7f59c949..76192bf8fb40d4963eabc78fc51d2f32e87daa02 100755 (executable)
@@ -1,3 +1,12 @@
+gbs (2.0.1) unstable; urgency=high
+  * upgrade to gbs v2.0.1, which contains the following features:
+     * New feature and enhancements added:
+     * Add support for ubuntu 22.04.
+     * Port code from python2.x to python3.x version.
+     * Fix some bugs during gbs run time.
+
+ -- Biao Wang <biao716.wang@samsung.com>  Mon, 29 Jan 2024 13:30:00 +0800
+
 gbs (0.26.1) unstable; urgency=high
   * upgrade to gbs v0.26.1, which contains the following features:
      * New feature and enhancements added:
index 451b2083eebf790e3a4eaf71aa0d874c80eba1c4..c75a6627d87bf168b149438ee684569a5694062e 100755 (executable)
@@ -1,3 +1,14 @@
+Release notes for gbs 2.0.1
+==========================
+
+- Release Date: 2024-1
+
+- New feature and enhancements added:
+    * Add support for openSUSE15.2
+    * Add support for ubuntu 22.04
+    * Port code from python2.x to python3.x version
+    * Fix some bugs during gbs run time
+
 Release notes for gbs 0.26.1
 ==========================
 
index 0a4d116b0c2d2eaee8ec132f154fbdd0be8cd197..22723259fef2356a67365efcb81ade427d6b08de 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.26.1"
+__version__ = "2.0.1"
index 4c7338f69ff6f875cb2ffb0eccb1af951d2acc0b..ca65314cb4c4da033f6a5211f3604a507ac7fe77 100755 (executable)
@@ -1,3 +1,10 @@
+* Mon Jan 29 2024 Biao Wang <biao716.wang@samsung.com> 2.0.1
+  * upgrade to gbs v2.0.1, which contains the following features:
+    * New feature and enhancements added:
+      - Add support for openSUSE15.2
+      - Port code from python2.x to python3.x version
+      - Fix some bugs during gbs run time
+
 * Wed Nov 01 2023 Biao Wang <biao716.wang@samsung.com> 0.26.1
   * upgrade to gbs v0.26.1, which contains the following features:
     * New feature and enhancements added:
index 5ee1e4da90d1366188f3fc78f263fe720feb1bfd..af9f5124ab0e3ee96d9b25d72a2fd24389a99181 100755 (executable)
@@ -5,7 +5,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.26.1
+Version:    2.0.1
 %if 0%{?opensuse_bs}
 Release:    1.<CI_CNT>.<B_CNT>
 %else