[RBTools] New upstream release 0.4.0

Stephen Gallagher sgallagh at fedoraproject.org
Mon Feb 27 16:03:46 UTC 2012


commit 6d9b431a51ab711ceb2f29e872bc7533ee305574
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Mon Feb 27 11:03:45 2012 -0500

    New upstream release 0.4.0
    
    - http://www.reviewboard.org/docs/releasenotes/dev/rbtools/0.4/
    - Features (post-review):
    -   Defaults for many parameters can now be specified in .reviewboardrc
    -   Added a --disable-proxy option for disabling the HTTP(S) proxy server
    - Bugfixes (post-review):
    -   Fixed authentication problems when accessing the API
    -   Shows a nicer error when trying to update someone else's review request
    -   Fixed crashes when the home directory wasn’t writable
    -   Fixed using --diff-filename=- without a valid cookie
    -   Fixed the link to the Repository Configurations documentation
    - Bugfixes (Git):
    -   Fixed problems when using --repository-url
    - Bugfixes (Mercurial):
    -   Make Mercurial handle the case where there are no outgoing changes
    -   Improve merge support in order to generate better diffs
    - Bugfixes (Perforce):
    -   Using --revision-range on Perforce now provides better errors
    -   Display an informative error if GNU diff isn’t installed
    -   Fix handling of new files in post-commit scenarios

 .gitignore   |    1 +
 RBTools.spec |   26 ++++++++++++++++++++++++--
 sources      |    2 +-
 3 files changed, 26 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fd44231..3b7cd65 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ RBTools-0.2.tar.gz
 /RBTools-0.3.2.tar.gz
 /RBTools-0.3.3.tar.gz
 /RBTools-0.3.4.tar.gz
+/RBTools-0.4.tar.gz
diff --git a/RBTools.spec b/RBTools.spec
index 4b7c8da..d716c69 100644
--- a/RBTools.spec
+++ b/RBTools.spec
@@ -4,8 +4,8 @@
 %endif
 
 Name:           RBTools
-Version:        0.3.4
-Release:        2%{?dist}
+Version:        0.4
+Release:        1%{?dist}
 Summary:        Tools for use with ReviewBoard
 
 Group:          Applications/Internet
@@ -60,6 +60,28 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/RBTools*.egg-info/
 
 %changelog
+* Mon Feb 27 2012 - Stephen Gallagher <sgallagh at redhat.com> - 0.4.0-1
+- New upstream release 0.4.0
+- http://www.reviewboard.org/docs/releasenotes/dev/rbtools/0.4/
+- Features (post-review):
+-   Defaults for many parameters can now be specified in .reviewboardrc
+-   Added a --disable-proxy option for disabling the HTTP(S) proxy server
+- Bugfixes (post-review):
+-   Fixed authentication problems when accessing the API
+-   Shows a nicer error when trying to update someone else's review request
+-   Fixed crashes when the home directory wasn’t writable
+-   Fixed using --diff-filename=- without a valid cookie
+-   Fixed the link to the Repository Configurations documentation
+- Bugfixes (Git):
+-   Fixed problems when using --repository-url
+- Bugfixes (Mercurial):
+-   Make Mercurial handle the case where there are no outgoing changes
+-   Improve merge support in order to generate better diffs
+- Bugfixes (Perforce):
+-   Using --revision-range on Perforce now provides better errors
+-   Display an informative error if GNU diff isn’t installed
+-   Fix handling of new files in post-commit scenarios
+
 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 179675f..00f5ca6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4034c76fcb5c2d6ffb8c09116a942888  RBTools-0.3.4.tar.gz
+ff3382351af8d71723fe4c290fa56e0e  RBTools-0.4.tar.gz


More information about the scm-commits mailing list