From 5b6d6ab265762a8d411595c40d71219994c4bbf6 Mon Sep 17 00:00:00 2001 From: Jun Wang Date: Thu, 26 May 2016 13:14:50 +0800 Subject: [PATCH] Change the version number in __init__ and RELEASE_NOTES Change-Id: Iead5ea304e4d330cd9dba27e669574f235b57bfe --- docs/RELEASE_NOTES | 14 ++++++++++++++ gitbuildsys/__init__.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/RELEASE_NOTES b/docs/RELEASE_NOTES index 625132d..6465348 100644 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,17 @@ +Release notes for gbs 0.24.1 +========================== + +- Release Date: 2016-05 + +- Bug fix: + * Upgrade pristine-tar with xdelta3 instead of xdelta(xdelta can not work well + when codes' size bigger than 2GB ) + * Add tar extract patches to solve bad message generated by git(2.7.4) mailinfo +- New feature and enhancements added: + * Upgrade latest build from upstream and suit for gbs + * Upgrade depannuer to meet new version of build + * Support new platform Ubuntu 16.04 + Release notes for gbs 0.24 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index fbd1279..4ab242c 100644 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.24" +__version__ = "0.24.1" -- 2.34.1