Upgrade to 0.25.1 release-20180323
authorjingui.ren <jingui.ren@samsung.com>
Wed, 21 Mar 2018 11:04:54 +0000 (19:04 +0800)
committerjingui.ren <jingui.ren@samsung.com>
Wed, 21 Mar 2018 11:29:52 +0000 (19:29 +0800)
Change-Id: I0d08591f628005361a19e719b5639f11f6a78a05

debian/changelog
debian/control
docs/RELEASE_NOTES
gitbuildsys/__init__.py
packaging/gbs.changes
packaging/gbs.spec

index ff3dbf4..174f019 100755 (executable)
@@ -1,3 +1,11 @@
+gbs (0.25.1) unstable; urgency=high
+  * upgrade to gbs v0.25.1, which contains the following features:
+    * bug fix:
+      - Fix bugs when linux usernames including backslash
+      - Fix bugs the instance of ConfigMgr class can not access get_optional_item method
+        in get function
+ -- Ren Jingui <jingui.ren@samsung.com>  Fri, 23 Mar 2018 12:30:00 +0800
+
 gbs (0.25.0) unstable; urgency=high
   * upgrade to gbs v0.25.0, which contains the following features:
     * New feature and enhancements added:
index 7f1eea5..6e20d66 100755 (executable)
@@ -19,7 +19,7 @@ Depends: ${misc:Depends}, ${python:Depends},
  gbs-api (= ${binary:Version}),
  gbs-export (= ${binary:Version}),
  gbs-remotebuild (= ${binary:Version}),
- depanneur (>= 0.16.0)
+ depanneur (>= 0.16.1)
 Recommends: librpm-tizen (>= 4.11.0.1.tizen20130618-tizen20131001)
 Description: Command line tools for Tizen package developers
  The command line tools for Tizen package developers will
index bae84b7..27c7d3c 100755 (executable)
@@ -1,3 +1,15 @@
+Release notes for gbs 0.25.1
+==========================
+
+- Release Date: 2018-03
+
+- Bug fix:
+    * Fix bugs when linux usernames including backslash
+    * Fix bugs the instance of ConfigMgr class can not access get_optional_item method
+      in get function
+- Update dependencies:
+    * depanneur >= 0.16.1
+
 Release notes for gbs 0.25.0
 ==========================
 
index 92d1122..7552663 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.25.0"
+__version__ = "0.25.1"
index 4482830..a047712 100755 (executable)
@@ -1,3 +1,10 @@
+* Fri Mar 23 2018 Ren Jingui <jingui.ren@samsung.com> 0.25.1
+  * upgrade to gbs v0.25.1, which contains the following features:
+    * bug fix
+      - Fix bugs when linux usernames including backslash
+      - Fix bugs the instance of ConfigMgr class can not access get_optional_item method
+        in get function
+
 * Fri Jan 26 2018 Wang Jun <junbill.wang@samsung.com> 0.25.0
   * upgrade to gbs v0.25.0, which contains the following features:
        *New
index f3b30c0..e190947 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.25.0
+Version:    0.25.1
 %if 0%{?opensuse_bs}
 Release:    1.<CI_CNT>.<B_CNT>
 %else
@@ -24,7 +24,7 @@ Requires:   python-lxml
 Requires:   sudo
 Requires:   osc >= 0.132.6
 Requires:   tizen-gbp-rpm >= 20161231
-Requires:   depanneur >= 0.16.0
+Requires:   depanneur >= 0.16.1
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse