Change the version number in __init__ and RELEASE_NOTES
authorJun Wang <junbill.wang@samsung.com>
Thu, 26 May 2016 05:14:50 +0000 (13:14 +0800)
committerSoonKyu Park <sk7.park@samsung.com>
Thu, 16 Jun 2016 00:53:29 +0000 (09:53 +0900)
Change-Id: Iead5ea304e4d330cd9dba27e669574f235b57bfe

docs/RELEASE_NOTES
gitbuildsys/__init__.py

index 625132d..6465348 100644 (file)
@@ -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
 ==========================
 
index fbd1279..4ab242c 100644 (file)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.24"
+__version__ = "0.24.1"