Skip to content

Commit

Permalink
Release Review Board 1.7.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
chipx86 committed Jan 28, 2013
1 parent e882c41 commit 88b9ab4
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -180,6 +180,7 @@ Contributors:
* Steve Milner
* Steve Sutcliffe
* Steven MacLeod
* Surya Nallu
* Takeshi Yoshizawa
* Tao Zhou
* Taro MURAOKA
Expand Down
88 changes: 88 additions & 0 deletions docs/releasenotes/reviewboard/1.7.3.txt
@@ -0,0 +1,88 @@
================================
Review Board 1.7.3 Release Notes
================================

**Release date**: January 28, 2013


New Features
============

* Add optional support for sending e-mails when closing review requests.
This is off by default, but can be turned on in E-mail Settings.
Patch by Raja Venkataraman. (:bug:`422`)


Compatibility Updates
=====================

* The new support for Perforce moved files has changed. RBTools 0.4.3 will now
require Review Board 1.7.3 at a minimum.

* Review Board now works with SVN diffs generated in many non-C locales.
Patch by Tetsuya Morimoto.


Web API Changes
===============

* Added a ``scmtools.perforce.moved_files`` capability to indicate moved
file support for Perforce.


Bug Fixes
=========

* SMTP servers saved with additional whitespace will now have that
whitespace stripped, in order to prevent lookup failures. (:bug:`2620`)

Patch by Surya Nallu.

* Fixed a crash when running a search index. (:bug:`2872`)

* The listed creation time for a review request now reflects when it was
first published, not when the initial draft was first created.

* The "Add Comment" button on file attachment thumbnails is no longer shown
if not logged in. Patch by Niklas Hambuechen.

* Fixed a bug allowing for publishing blank review requests after filling in
the field and then deleting them. Patch by Miguel Flores. (:bug:`2870`)

* Fixed an occasional crash when viewing a diff when displaying a function
or class header on the left-hand side but when there was none on the
right-hand side. (:bug:`2876`)

* Fixed a breakage on some systems when checking the Mercurial version.

* The Summary field no longer overlaps text when wrapping. Patch by Greg Wang.

* Fixed the review ID column when using Local Sites.

* Using a custom ``SITE_ROOT`` with a development server setup no longer
breaks all static media.

* Fixed the capitalization of the "VersionOne" bug tracker entry.

* Using ClearCase on Windows 7 should no longer cause console windows to
pop up. Patch by Tao Zhou.

* Fixed loading blank comments in the diff viewer. This is primarily a problem
during development.


Contributors
============

* Christian Hammond
* David Trowbridge
* Greg Wang
* Miguel Flores
* Niklas Hambuechen
* Raja Venkataraman
* Surya Nallu
* Tao Zhou
* Tetsuya Morimoto


.. comment: vim: ft=rst et
1 change: 1 addition & 0 deletions docs/releasenotes/reviewboard/index.txt
Expand Up @@ -10,6 +10,7 @@ Review Board Release Notes
.. toctree::
:maxdepth: 1

1.7.3
1.7.2
1.7.1
1.7.0.1
Expand Down
2 changes: 1 addition & 1 deletion reviewboard/__init__.py
Expand Up @@ -4,7 +4,7 @@
#
# (Major, Minor, Micro, Patch, alpha/beta/rc/final, Release Number, Released)
#
VERSION = (1, 7, 3, 0, 'alpha', 0, False)
VERSION = (1, 7, 3, 0, 'final', 0, True)


def get_version_string():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -165,7 +165,7 @@ def run(self):
install_requires=[
'Django>=1.4.3,<1.5',
'django_evolution>=0.6.7',
'Djblets>=0.7.7',
'Djblets>=0.7.9',
'django-pipeline>=1.2.22',
'docutils',
'markdown>=2.2.1',
Expand Down

0 comments on commit 88b9ab4

Please sign in to comment.