Upgrade to 0.25.11 90/233190/2 accepted/tizen/devbase/tools/20200514.023603 accepted/tizen/devbase/tools/20200520.012807 accepted/tizen/devbase/tools/20200618.010537 submit/trunk/20200513.162810 submit/trunk/20200519.161030 submit/trunk/20200519.164610 submit/trunk/20200519.184310 submit/trunk/20200612.131210 submit/trunk/20200612.180310 submit/trunk/20200612.182210 submit/trunk/20200612.185510 submit/trunk/20200612.191020 submit/trunk/20200615.140020 submit/trunk/20200617.133020
authoryan11.meng <yan11.meng@samsung.com>
Wed, 13 May 2020 03:10:15 +0000 (11:10 +0800)
committeryan11.meng <yan11.meng@samsung.com>
Wed, 13 May 2020 07:46:12 +0000 (15:46 +0800)
Change-Id: I947b4781b2350b7fe768eddcbe8be5ab175d9a7f
Signed-off-by: yan11.meng <yan11.meng@samsung.com>
debian/changelog
docs/RELEASE_NOTES
gitbuildsys/__init__.py
packaging/gbs.changes
packaging/gbs.spec

index da60aaa..bde9123 100755 (executable)
@@ -1,3 +1,11 @@
+gbs (0.25.11) unstable; urgency=high
+  * upgrade to gbs v0.25.11, which contains the following features:
+    * Bug fix:
+      - Remove --replacefile option in build-pkg-rpm
+      - Fix errors about check_circle in depanneur
+      - Fix gbs build error about path with'[]'
+ -- Meng Yan <yan11.meng@samsung.com>  Thu, 7 May 2020 12:30:00 +0800
+
 gbs (0.25.10) unstable; urgency=high
   * upgrade to gbs v0.25.10, which contains the following features:
     * Bug fix:
index f694b87..ea4889b 100755 (executable)
@@ -1,3 +1,13 @@
+Release notes for gbs 0.25.11
+==========================
+
+- Release Date: 2020-5
+
+- Bug fix:
+    * Remove --replacefile option in build-pkg-rpm
+    * Fix errors about check_circle in depanneur
+    * Fix build error with '[]' in path
+
 Release notes for gbs 0.25.10
 ==========================
 
index 2915706..b6a1169 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.25.10"
+__version__ = "0.25.11"
index 6ff2596..5688dd1 100755 (executable)
@@ -1,3 +1,10 @@
+* Thu May 7 2020 Meng Yan <yan11.meng@samsung.com> 0.25.11
+  * upgrade to gbs v0.25.11, which contains the following features:
+    * bug fix
+      - Remove --replacefile option in build-pkg-rpm
+      - Fix errors about check_circle in depanneur
+      - Fix gbs build error about path with'[]'
+
 * Mon Feb 17 2020 Meng Yan <yan11.meng@samsung.com> 0.25.10
   * upgrade to gbs v0.25.10, which contains the following features:
     * bug fix
index a365384..8673146 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.25.10
+Version:    0.25.11
 %if 0%{?opensuse_bs}
 Release:    1.<CI_CNT>.<B_CNT>
 %else