Upgrade to 0.25.17 38/255738/1 accepted/tizen/devbase/tools/20210326.013746 accepted/tizen/devbase/tools/20210330.010952 submit/master/20210329.100331 submit/master/20210329.163031 submit/truck/20210329.164031 submit/trunk/20210325.125031 submit/trunk/20210329.085031 submit/trunk/20210329.171530 submit/trunk/20210335.125031
authorbiao716.wang <biao716.wang@samsung.com>
Tue, 23 Mar 2021 06:15:47 +0000 (15:15 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Tue, 23 Mar 2021 06:15:47 +0000 (15:15 +0900)
Change-Id: Ib93a84e0c6b986231ab87f8648b678a143c5bf92
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
debian/changelog
docs/RELEASE_NOTES
gitbuildsys/__init__.py
packaging/gbs.changes
packaging/gbs.spec

index 9f677a5..c1ef6e8 100755 (executable)
@@ -1,3 +1,10 @@
+gbs (0.25.17) unstable; urgency=high
+  * upgrade to gbs v0.25.17, which contains the following features:
+     * New feature and enhancements added:
+      - Fix gbs full build error: binary not found.
+
+ -- Biao Wang <biao716.wang@samsung.com>  Fri, 05 Feb 2021 12:30:00 +0800
+
 gbs (0.25.16) unstable; urgency=high
   * upgrade to gbs v0.25.16, which contains the following features:
      * New feature and enhancements added:
index 0478421..f186fa6 100755 (executable)
@@ -1,3 +1,11 @@
+Release notes for gbs 0.25.17
+==========================
+
+- Release Date: 2021-3
+
+- New feature and enhancements added:
+    * Fix gbs full build error: binary not found.
+
 Release notes for gbs 0.25.16
 ==========================
 
index 141d317..8c3e6d1 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.25.16"
+__version__ = "0.25.17"
index 78eee8e..7b7eb03 100755 (executable)
@@ -1,3 +1,8 @@
+* Tue Mar 23 2021 Biao Wang <biao716.wang@samsung.com> 0.25.17
+  * upgrade to gbs v0.25.17, which contains the following features:
+    * New feature and enhancements added:
+      - Fix gbs full build error: binary not found.
+
 * Fri Feb 05 2021 Biao Wang <biao716.wang@samsung.com> 0.25.16
   * upgrade to gbs v0.25.16, which contains the following features:
     * New feature and enhancements added:
index a703837..be41c65 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.25.16
+Version:    0.25.17
 %if 0%{?opensuse_bs}
 Release:    1.<CI_CNT>.<B_CNT>
 %else