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 625132dcc50125c44739d51f7805c42efe8690f2..6465348b1c05592e03deb34f3bd1baf763c99ed6 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 fbd127996e1c087cbe7291b22ca3fb2e7fd779aa..4ab242c77dfeda49754c2430ffd19b47c4e38c9e 100644 (file)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.24"
+__version__ = "0.24.1"