Upgrade dependency on depanneur and update RELEASE NOTES for more details release-20160411
authorSoonKyu Park <sk7.park@samsung.com>
Tue, 3 May 2016 08:37:17 +0000 (17:37 +0900)
committerSoonKyu Park <sk7.park@samsung.com>
Tue, 3 May 2016 08:37:17 +0000 (17:37 +0900)
Change-Id: Ia76ea1280da8cc2868e284ef4d6da08d8dd600bd

debian/changelog
debian/control
docs/RELEASE_NOTES
packaging/gbs.changes

index 2728902..5c83cd1 100644 (file)
@@ -4,9 +4,12 @@ gbs (0.24) unstable; urgency=high
       - fix Security issues that normal user can gain root permission with gbs chroot
       - fix  git-build-package bugs and imporve some performance
     *Add --fail-fast option.
+    * update dependencies:
+      - depanneur >= 0.15
 
  -- Wang Jun <junbill.wang@samsung.com>  Wed, 2 Mar 2016 10:00:00 +0800
 
+
 gbs (0.23.2) unstable; urgency=high
   * upgrade to gbs v0.23.2, which contains the following bug fixing & features:
     * bug fix:
index 6d9964b..25915b0 100644 (file)
@@ -17,7 +17,7 @@ Depends: ${misc:Depends}, ${python:Depends},
  gbs-api (= ${binary:Version}),
  gbs-export (= ${binary:Version}),
  gbs-remotebuild (= ${binary:Version}),
- depanneur (>= 0.14)
+ depanneur (>= 0.15)
 Recommends: librpm-tizen (>= 4.11.0.1.tizen20130618-tizen20131001)
 Description: Command line tools for Tizen package developers
  The command line tools for Tizen package developers will
index 8e086f8..625132d 100644 (file)
@@ -7,6 +7,12 @@ Release notes for gbs 0.24
     * Add --fail-fast option: stop building immediately if one of packages fails
     * Support new distribution: CentOS 7, Debian 8, Fedora 21, Fedora 22, openSUSE 13.2
     * Improve performance of GBS
+      - major changes could be found in git-buildpackage:
+      - Remove or redefine functions which have wrong logic process,
+        It can reduce time to compress or uncompress git files through gbp command.
+      - Remove all other log handlers when capturing logs for test cases
+    * update dependencies:
+      - depanneur >= 0.15
 
 - Bug fix:
     * Fix security issues that normal user can gain root permission with gbs chroot
index 69d0f70..cb17097 100644 (file)
@@ -4,6 +4,8 @@
       - fix Security issues that normal user can gain root permission with gbs chroot
       - fix  git-build-package bugs and imporve some performance
     *Add --fail-fast option.
+    * update dependencies:
+      - depanneur >= 0.15
 
 * 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: