Upgrade to 0.25.8 release-20190215
authorjingui.ren <jingui.ren@samsung.com>
Tue, 26 Feb 2019 08:35:32 +0000 (16:35 +0800)
committerjingui.ren <jingui.ren@samsung.com>
Tue, 26 Feb 2019 10:52:39 +0000 (18:52 +0800)
Change-Id: I7a4d22e931fce0d7e362fcbff3642ddcf1068753

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

index 31cfcbb..4741f8d 100755 (executable)
@@ -1,3 +1,12 @@
+gbs (0.25.8) unstable; urgency=high
+  * upgrade to gbs v0.25.8, which contains the following features:
+    * New feature and enhancements added:
+      - Support new platform Ubuntu 18.04
+      - Upgrade osc version to 0.162.2
+      - Upgrade git-buildpackage version to 0.9.9
+      - Change 'struct ucontent' to 'ucontent_t' in qemu-arm-static
+ -- Ren Jingui <jingui.ren@samsung.com>  Fri, 15 Feb 2019 12:30:00 +0800
+
 gbs (0.25.7) unstable; urgency=high
   * upgrade to gbs v0.25.7, which contains the following features:
     * New feature and enhancements added:
index d6ad73e..32ee604 100755 (executable)
@@ -1,3 +1,14 @@
+Release notes for gbs 0.25.8
+==========================
+
+- Release Date: 2019-2
+
+- New feature and enhancements added:
+    * Support new platform Ubuntu 18.04
+    * Upgrade osc version to 0.162.2
+    * Upgrade git-buildpackage version to 0.9.9
+    * Change 'struct ucontent' to 'ucontent_t' in qemu-arm-static
+
 Release notes for gbs 0.25.7
 ==========================
 
index 2332ba6..5dc065a 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.25.7"
+__version__ = "0.25.8"
index 0549e5c..cc5ac0c 100755 (executable)
@@ -1,3 +1,11 @@
+* Fri Feb 15 2019 Ren Jingui <jingui.ren@samsung.com> 0.25.8
+  * upgrade to gbs v0.25.8, which contains the following features:
+    * New
+      - Support new platform Ubuntu 18.04
+      - Upgrade osc version to 0.162.2
+      - Upgrade git-buildpackage version to 0.9.9
+      - Change 'struct ucontent' to 'ucontent_t' in qemu-arm-static
+
 * Wed Nov 14 2018 Ren Jingui <jingui.ren@samsung.com> 0.25.7
   * upgrade to gbs v0.25.7, which contains the following features:
     * bug fix
index 69f03b6..41c2cec 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.25.7
+Version:    0.25.8
 %if 0%{?opensuse_bs}
 Release:    1.<CI_CNT>.<B_CNT>
 %else