[ReviewBoard/el6: 1/2] Thu Dec 12 2013 Stephen Gallagher <sgallagh at redhat.com> - 1.7.20-1

Stephen Gallagher sgallagh at fedoraproject.org
Thu Dec 12 19:11:29 UTC 2013


commit b396243214524985e8b536a29f6c87e9bd211a4e
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Thu Dec 12 14:11:11 2013 -0500

    Thu Dec 12 2013 Stephen Gallagher <sgallagh at redhat.com> - 1.7.20-1
    
    - New upstream bugfix release 1.7.20
    - http://www.reviewboard.org/docs/releasenotes/reviewboard/1.7.20/
    - Web API Changes:
      * When posting a review request and using submit-as, the given username will
        now be looked up in the auth backend (LDAP, Active Directory, etc.),
        instead of just the local database.
    - Bug Fixes:
      * Accessing file attachments without review UIs through the API no longer
        causes an HTTP 500 error.
      * Fields in the administration UI containing JSON will no longer cause errors
        during save. Furthermore, the JSON is now valid and properly editable.
      * Usernames with plus signs are now allowed.
    - Internal Changes
      * Rewrote the Mercurial support to use the command line tool.

 .gitignore       |    1 +
 ReviewBoard.spec |   20 ++++++++++++++++++--
 sources          |    2 +-
 3 files changed, 20 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7321e3c..2cb4285 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,3 +44,4 @@ ReviewBoard-1.5rc1.tar.gz
 /ReviewBoard-1.7.17.tar.gz
 /ReviewBoard-1.7.18.tar.gz
 /ReviewBoard-1.7.19.tar.gz
+/ReviewBoard-1.7.20.tar.gz
diff --git a/ReviewBoard.spec b/ReviewBoard.spec
index 16bda5f..2db150d 100644
--- a/ReviewBoard.spec
+++ b/ReviewBoard.spec
@@ -1,9 +1,9 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%global djblets_version 0.7.24
+%global djblets_version 0.7.27
 
 Name:           ReviewBoard
-Version:        1.7.19
+Version:        1.7.20
 Release:        1%{?dist}
 Summary:        Web-based code review tool
 Group:          Applications/Internet
@@ -138,6 +138,22 @@ if [ $1 -eq 2 ] ; then
 fi
 
 %changelog
+- Thu Dec 12 2013 Stephen Gallagher <sgallagh at redhat.com> - 1.7.20-1
+- New upstream bugfix release 1.7.20
+- http://www.reviewboard.org/docs/releasenotes/reviewboard/1.7.20/
+- Web API Changes:
+  * When posting a review request and using submit-as, the given username will
+    now be looked up in the auth backend (LDAP, Active Directory, etc.),
+    instead of just the local database.
+- Bug Fixes:
+  * Accessing file attachments without review UIs through the API no longer
+    causes an HTTP 500 error.
+  * Fields in the administration UI containing JSON will no longer cause errors
+    during save. Furthermore, the JSON is now valid and properly editable.
+  * Usernames with plus signs are now allowed.
+- Internal Changes
+  * Rewrote the Mercurial support to use the command line tool.
+
 * Wed Nov 27 2013 Stephen Gallagher <sgallagh at redhat.com> - 1.7.19-1
 - New upstream bugfix release 1.7.19
 - http://www.reviewboard.org/docs/releasenotes/reviewboard/1.7.19/
diff --git a/sources b/sources
index 777b1f6..f2c2874 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e1d488975b6d6c64596b0d745f10eff0  ReviewBoard-1.7.19.tar.gz
+a5408001e7c2fc5d3cd877e813e22726  ReviewBoard-1.7.20.tar.gz


More information about the scm-commits mailing list