[ReviewBoard] New upstream bugfix release 1.7.19

Stephen Gallagher sgallagh at fedoraproject.org
Wed Nov 27 20:44:37 UTC 2013


commit 005d157cfa88edbac208691221472155ede46cf5
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Wed Nov 27 15:44:42 2013 -0500

    New upstream bugfix release 1.7.19
    
    - http://www.reviewboard.org/docs/releasenotes/reviewboard/1.7.19/
    - New Features:
      * Added support for two-factor authentication for GitHub.
    - Performance Improvements:
      * Re-introduced browser caching on the review request page.
    - Web API Changes:
      * Added the mirror_path field to Repository Resource.
    - Bug Fixes:
      * Fixed the default focus on the Review dialog. The top-most field now always
        has default focus.
      * Fixed displaying review requests for groups on a Local Site.
      * Prevented rare crashes with Local Sites using the new permissions support
        without any granted permissions.
      * Fixed HTTP basic authentication with the web API when using fastcgi.

 .gitignore       |    1 +
 ReviewBoard.spec |   21 +++++++++++++++++++--
 sources          |    2 +-
 3 files changed, 21 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a49bcaf..7321e3c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -43,3 +43,4 @@ ReviewBoard-1.5rc1.tar.gz
 /ReviewBoard-1.7.16.tar.gz
 /ReviewBoard-1.7.17.tar.gz
 /ReviewBoard-1.7.18.tar.gz
+/ReviewBoard-1.7.19.tar.gz
diff --git a/ReviewBoard.spec b/ReviewBoard.spec
index 2f226be..16bda5f 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.23
+%global djblets_version 0.7.24
 
 Name:           ReviewBoard
-Version:        1.7.18
+Version:        1.7.19
 Release:        1%{?dist}
 Summary:        Web-based code review tool
 Group:          Applications/Internet
@@ -138,6 +138,23 @@ if [ $1 -eq 2 ] ; then
 fi
 
 %changelog
+* 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/
+- New Features:
+  * Added support for two-factor authentication for GitHub.
+- Performance Improvements:
+  * Re-introduced browser caching on the review request page.
+- Web API Changes:
+  * Added the mirror_path field to Repository Resource.
+- Bug Fixes:
+  * Fixed the default focus on the Review dialog. The top-most field now always
+    has default focus.
+  * Fixed displaying review requests for groups on a Local Site.
+  * Prevented rare crashes with Local Sites using the new permissions support
+    without any granted permissions.
+  * Fixed HTTP basic authentication with the web API when using fastcgi.
+
 * Wed Nov 13 2013 Stephen Gallagher <sgallagh at redhat.com> - 1.7.18-1
 - New upstream bugfix release 1.7.18
 - http://www.reviewboard.org/docs/releasenotes/reviewboard/1.7.18/
diff --git a/sources b/sources
index 1750a0f..777b1f6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-766614b5cf2135e50834b1e2071e06bc  ReviewBoard-1.7.18.tar.gz
+e1d488975b6d6c64596b0d745f10eff0  ReviewBoard-1.7.19.tar.gz


More information about the scm-commits mailing list