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 c20cac786fc0dfdfe89ab1c50992e3875134c8a5..de9b6d760021ce6e59778606246e5da0ba5c34c1 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 3aa3113581b7cf761495297639cbc0c77653fc88..d092daa765319e85383b5e777ca1e1b75642ca45 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 b1021efe49803934dd62b0e7884a238538eb1f42..5ec7cb95bc27efa183aa62b28d3d95a7576b20d0 100644 (file)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.23.1"
+__version__ = "0.23.2"
index 98c4743b08a0f140286f1512a4f029c744249882..13b8cc50172439993e3c93284078f81c7d138dd3 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 14597d6e21343e032a672889bab3d9edd53bc287..5451f6c2d612965a1b9d3dacc9364ffa9e072a72 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