Upgrade to 0.25.16 73/253173/1 accepted/tizen/devbase/tools/20210208.094454 submit/trunk/20210205.144531 submit/trunk/20210206.134523 submit/trunk/20210208.130331
authorbiao716.wang <biao716.wang@samsung.com>
Fri, 5 Feb 2021 06:08:43 +0000 (15:08 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Fri, 5 Feb 2021 06:08:43 +0000 (15:08 +0900)
Change-Id: Icaef50340734ded267731b24014f7b30c9500188
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
debian/changelog
docs/RELEASE_NOTES
gitbuildsys/__init__.py
packaging/gbs.changes
packaging/gbs.spec

index 370f605..9f677a5 100755 (executable)
@@ -1,3 +1,10 @@
+gbs (0.25.16) unstable; urgency=high
+  * upgrade to gbs v0.25.16, which contains the following features:
+     * New feature and enhancements added:
+      - Add arguments, --preordered-list and --local-only
+
+ -- Biao Wang <biao716.wang@samsung.com>  Fri, 05 Feb 2021 12:30:00 +0800
+
 gbs (0.25.15) unstable; urgency=high
   * upgrade to gbs v0.25.15, which contains the following features:
     * New feature and enhancements added:
index 61325bb..0478421 100755 (executable)
@@ -1,3 +1,10 @@
+Release notes for gbs 0.25.16
+==========================
+
+- Release Date: 2021-2
+
+- New feature and enhancements added:
+    * Add arguments, --preordered-list and --local-only
 
 Release notes for gbs 0.25.15
 ==========================
index 4165266..141d317 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.25.15"
+__version__ = "0.25.16"
index 112155c..78eee8e 100755 (executable)
@@ -1,3 +1,8 @@
+* 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:
+      - Add preordered-list and --local-only option
+
 * Thu Dec 03 2020 Jiankang Fan <jiankang.fan@samsung.com> 0.25.15
   * upgrade to gbs v0.25.15, which contains the following features:
     * New feature and enhancements added:
index 19517d4..a703837 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.25.15
+Version:    0.25.16
 %if 0%{?opensuse_bs}
 Release:    1.<CI_CNT>.<B_CNT>
 %else