From 8937779b1f83c492a7e54e0ba03d7169224c97ac Mon Sep 17 00:00:00 2001 From: "jingui.ren" Date: Mon, 29 Oct 2018 17:41:40 +0800 Subject: [PATCH] Upgrade to 0.25.6 Change-Id: Iaedff868741e2b5385bcac16b9dda2a80cefb41b --- debian/changelog | 6 ++++++ docs/RELEASE_NOTES | 8 ++++++++ gitbuildsys/__init__.py | 2 +- packaging/gbs.changes | 5 +++++ packaging/gbs.spec | 2 +- 5 files changed, 21 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 523a712..e72fa28 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gbs (0.25.6) unstable; urgency=high + * upgrade to gbs v0.25.6, which contains the following features: + * New feature and enhancements added: + - Speed up the download packages when use https + -- Ren Jingui Wed, 31 Oct 2018 12:30:00 +0800 + gbs (0.25.5) unstable; urgency=high * upgrade to gbs v0.25.5, which contains the following features: * Bug fix: diff --git a/docs/RELEASE_NOTES b/docs/RELEASE_NOTES index 40571fc..1435d57 100755 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,11 @@ +Release notes for gbs 0.25.6 +========================== + +- Release Date: 2018-10 + +- New feature and enhancements added: + * Speed up the download packages when use https + Release notes for gbs 0.25.5 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index 7539987..c7beab4 100755 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.25.5" +__version__ = "0.25.6" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index 8003d9e..bd84910 100755 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,8 @@ +* Wed Oct 31 2018 Ren Jingui 0.25.6 + * upgrade to gbs v0.25.6, which contains the following features: + * New + - Speed up the download packages when use https + * Thu Sep 27 2018 Ren Jingui 0.25.5 * upgrade to gbs v0.25.5, which contains the following features: * bug fix diff --git a/packaging/gbs.spec b/packaging/gbs.spec index dcbabb7..302554c 100755 --- a/packaging/gbs.spec +++ b/packaging/gbs.spec @@ -6,7 +6,7 @@ Name: gbs Summary: The command line tools for Tizen package developers -Version: 0.25.5 +Version: 0.25.6 %if 0%{?opensuse_bs} Release: 1.. %else -- 2.7.4