[RBTools] New upstream 0.3.4 release http://www.reviewboard.org/docs/releasenotes/dev/rbtools/0.3.4/ New Featu

Stephen Gallagher sgallagh at fedoraproject.org
Tue Sep 27 20:31:03 UTC 2011


commit 46d92c0363f8818737e7910374301b6104594d1e
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Tue Sep 27 16:30:53 2011 -0400

    New upstream 0.3.4 release
    http://www.reviewboard.org/docs/releasenotes/dev/rbtools/0.3.4/
    New Features:
    post-review:
    Added a --change-description option for setting the Change Description
    text on drafts
    Bugfixes:
    post-review:
    Newlines in summaries on Git are now converted to spaces, preventing
    errors when using --guess-summary
    Fixed authentication failures when accessing a protected /api/info/
    URL. This was problematic particularly on RBCommons
    Fixed diff upload problems on Python 2.7

 .gitignore   |    1 +
 RBTools.spec |   17 ++++++++++++++++-
 sources      |    2 +-
 3 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1a5ae05..fd44231 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ RBTools-0.2.tar.gz
 /RBTools-0.3.1.tar.gz
 /RBTools-0.3.2.tar.gz
 /RBTools-0.3.3.tar.gz
+/RBTools-0.3.4.tar.gz
diff --git a/RBTools.spec b/RBTools.spec
index 8d1d253..510c2af 100644
--- a/RBTools.spec
+++ b/RBTools.spec
@@ -4,7 +4,7 @@
 %endif
 
 Name:           RBTools
-Version:        0.3.3
+Version:        0.3.4
 Release:        1%{?dist}
 Summary:        Tools for use with ReviewBoard
 
@@ -60,6 +60,21 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/RBTools*.egg-info/
 
 %changelog
+* Tue Sep 27 2011 Stephen Gallagher <sgallagh at redhat.com> - 0.3.4-1
+- New upstream 0.3.4 release
+- http://www.reviewboard.org/docs/releasenotes/dev/rbtools/0.3.4/
+- New Features:
+-   post-review:
+-     Added a --change-description option for setting the Change Description
+      text on drafts
+- Bugfixes:
+-   post-review:
+-     Newlines in summaries on Git are now converted to spaces, preventing
+      errors when using --guess-summary
+-     Fixed authentication failures when accessing a protected /api/info/
+      URL. This was problematic particularly on RBCommons
+-     Fixed diff upload problems on Python 2.7
+
 * Mon Aug 22 2011 Stephen Gallagher <sgallagh at redhat.com> - 0.3.3-1
 - New upstream 0.3.3 release
 - http://www.reviewboard.org/docs/releasenotes/dev/rbtools/0.3.3/
diff --git a/sources b/sources
index 546f65e..179675f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aa8ee956370b0028f2cdcf3b354aab4d  RBTools-0.3.3.tar.gz
+4034c76fcb5c2d6ffb8c09116a942888  RBTools-0.3.4.tar.gz


More information about the scm-commits mailing list