bump to 0.23.2 release 0.23.2
authorDai Lang <langx.dai@intel.com>
Mon, 2 Feb 2015 02:50:35 +0000 (10:50 +0800)
committerDai Lang <langx.dai@intel.com>
Mon, 2 Feb 2015 05:11:40 +0000 (13:11 +0800)
Change-Id: I8d199b589946eaba31fbf8e0a2d264d9ed4926b4
Segned-off-by: Dai Lang <langx.dai@intel.com>
debian/changelog
docs/RELEASE_NOTES
gitbuildsys/__init__.py
packaging/gbs.changes
packaging/gbs.spec

index c20cac7..de9b6d7 100644 (file)
@@ -1,3 +1,13 @@
+gbs (0.23.2) unstable; urgency=high
+  * upgrade to gbs v0.23.2, which contains the following bug fixing & features:
+    * bug fix:
+      - build: fix get "fallback_to_native" value from non-default gbs
+               configuration
+      - fix bad indentation from pylint checking
+      - fix tag mode in test_import script
+
+ -- Dai Lang <langx.dai@intel.com>  Mon, 2 Feb 2015 10:36:15 +0800
+
 gbs (0.23.1) unstable; urgency=high
   * upgrade to gbs v0.23.1, which contains the following bug fixing & features:
     * bug fix:
index 3aa3113..d092daa 100644 (file)
@@ -1,3 +1,15 @@
+Release notes for gbs 0.23.2
+============================
+
+- Release Date: 2015-02
+
+- New feature and enhancements added:
+    * bug fix:
+      - build: fix get "fallback_to_native" value from non-default gbs
+               configuration
+      - fix bad indentation from pylint checking
+      - fix tag mode in test_import script
+
 Release notes for gbs 0.23.1
 ============================
 
index b1021ef..5ec7cb9 100644 (file)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.23.1"
+__version__ = "0.23.2"
index 98c4743..13b8cc5 100644 (file)
@@ -1,3 +1,11 @@
+* Mon Feb 2 2015 Dai Lang <langx.dai@intel.com> 0.23.2
+  * upgrade to gbs v0.23.2, which contains the following bug fixing & features:
+    * bug fix:
+      - build: fix get "fallback_to_native" value from non-default gbs
+        configuration
+      - fix bad indentation from pylint checking
+      - fix tag mode in test_import script
+
 * Tue Jan 20 2015 Li Jinjing <jinjingx.li@intel.com> 0.23.1
   * upgrade to gbs v0.23.1, which contains the following bug fixing & features:
     * bug fix:
index 14597d6..5451f6c 100644 (file)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.23.1
+Version:    0.23.2
 %if 0%{?opensuse_bs}
 Release:    1.<CI_CNT>.<B_CNT>
 %else