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 ff3dbf4e58d1462545193589d512de93e2642731..174f019169348e536ff61d62fabd19438b0a4f0a 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 7f1eea5cd84a8d4fc63c9fa2d862254bdba0bf19..6e20d664ab4c69facbb77ed03b62cdd6f14534ec 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 bae84b7aeede97dc1dd03f742a11023c049c8a23..27c7d3cc3cccfc8980a947865d287797ebac3e0a 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 92d112283d6dab9d51f591ff659cf23d663904d6..7552663e17fcb7a56a1405fd3d6aa7104d831b22 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.25.0"
+__version__ = "0.25.1"
index 448283001b15df3590b27b20761d88ddd8bf4abe..a047712a23b6263f4f50015750c1d2d387668e07 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 f3b30c091e5d3b2135585e385aabf589e273aeb4..e19094796f929ae0f6da201db73489530882b532 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