• Get Review Board
  • What's New
  • Products
  • Review Board Code review, image review, and document review
  • Documentation
  • Release Notes
  • Power Pack Enterprise integrations, reports, and enhanced document review
  • Try for 60 Days
  • Purchase
  • RBCommons Review Board as a Service, hosted by us
  • Pricing
  • RBTools Command line tools and Python API for Review Board
  • Documentation
  • Release Notes
  • Review Bot Automated code review, connecting tools you already use
  • Documentation
  • Release Notes
  • RB Gateway Manage Git and Mercurial repositories in your network
  • Documentation
  • Release Notes
  • Learn and Explore
  • What is Code Review?
  • Documentation
  • Frequently Asked Questions
  • Support Options
  • Third-Party Integrations
  • Demo
  • What's New in Review Board

    Releases Security Updates Tips and Strategies — Subscribe Twitter Facebook
    RBTools 0.7.10 is now out
    May 24, 2017

    Today's release of RBTools 0.7.10 some important compatibility fixes for macOS, Git, Subversion, Team Foundation Server, ClearCase.

    macOS and Browser Windows

    macOS users who have upgraded to recent releases of Sierra lost the ability to run rbt post --open (to open the posted review request in a browser window) due to a Python/AppleScript bug. This is Python bug #30392, for those who are interested.

    We've worked around this. Your default browser will work once again. Thanks to those who pointed this out!

    There's also a whole new macOS installer coming that should actually work on all setups. We'll have this on the Downloads page once it gets a little more testing.

    Git and Git-SVN

    Git-SVN users should no longer encounter crashes when trying to post changes for review. That was pretty disruptive.

    Git repositories with submodules containing pending changes no longer cause warnings about dirty repositories when posting changes. They're not included anyway, and just added to the confusion.

    Crazy Subversion Diffs

    If you had a line of code being deleted that happened to look like a diff header (say, --- XX (YY)), it could cause some code we have for fixing up diffs to get very confused. That, unfortunately, could lead to lines being excluded from the diff, breaking when you try viewing it in the diff viewer.

    We've rewritten this code to be very careful about these lines. It won't get confused again.

    Team Foundation Server and Visual Studio 2017

    Team Foundation Server users who have upgraded to Visual Studio 2017 can once again post changes. TFS has had a nasty habit of changing their file formats, APIs, and command line options, but after much tearing out of the hair, we've restored compatibility.

    All versions from Visual Studio 2011 onward should work just fine, so no need to upgrade to 2017 just to use this release.

    We've also fixed a regression when using the Team Explorer Everywhere adapter.

    ClearCase and Cross-Platform VOB Lookups

    ClearCase users can now name their repositories in Review Board based on a component of a VOB path, instead of naming it based on the entire VOB path. This helps with the differences in how ClearCase represents VOB paths on different platforms. For instance, a VOB path of /vobs/MyVOB or C:\vobs\MyVOB will now match a repository name of MyVOB.

    There are also some performance improvements for looking up VOBs.

    And Other Such Things

    There are improvements to the Python API, such as not prematurely exiting the process, plus compatibility fixes for Review Board 3.0. We've also added a new config option to disable certain warnings in RBTools, which would be especially useful for repository hook scripts.

    For the complete list of changes, see the release notes.

    To upgrade RBTools, visit the downloads page.

    New Django 1.6.11.6 Security Releases
    April 4, 2017

    Django released a new set of security releases that protect against malicious redirect URLs when serving static media (on development servers) and when logging in. See their announcement for the details on the fixes.

    We maintain security-hardened builds of Django 1.6.x, the version series we use for Review Board 2.0 through 2.5. We've put out a new Django 1.6.11.6 release that contains these two fixes.

    To upgrade to this release, run:

    $ pip install -U https://downloads.reviewboard.org/releases/Django/1.6/Django-1.6.11.6.tar.gz
    

    Or:

    $ easy_install -U http://downloads.reviewboard.org/releases/Django/1.6/Django-1.6.11.6.tar.gz
    

    You can always keep up on the latest Review Board security announcements by subscribing to our Official Announcements mailing list.

    New Review Board 2.0.28 and 2.5.10 security/bug fix releases
    April 2, 2017

    We have two new releases for you today, focusing on a security fix, bug fixes, and compatibility improvements.

    Security Fix

    A XSS vulnerability was reported and patched today in the review request page. This allowed an attacker to craft a URL that would execute JavaScript on the user's behalf.

    This was a publicly-disclosed vulnerability, so there's no CVE number or non-Python packages currently available.

    This affects Review Board 1.7.x, 2.0.x, 2.5.x, and the 3.0 beta 1. We are no longer providing any support for Review Board 1.7.x, and 3.0 beta 1 is not intended for any production use, so security releases are only available for 2.0.x and 2.5.x at this time.

    To report security vulnerabilities, please file a security bug on our bug tracker. If you have a security patch to contribute, you should post to https://reviews.reviewboard.org and post only to the "security" review group.

    Compatibility Improvements

    We've made some improvements to our Bazaar, Bitbucket, Mercurial, and Subversion support, improving compatibility across the board.

    Our Bazaar support has been rewritten to avoid licensing and Python versioning issues. Mercurial was also susceptible to Python versioning issues.

    Subversion diffs generated by IDEs such as WebStorm can now be parsed.

    The Bitbucket support now uses their 2.0 API, which solves many of the random bugs and bad error reporting people have encountered in the past. This rewrite is only available for Review Board 2.5.10.

    Better Move Detection

    We've made a large number of improvements to move detection, helping to resolve issues with lots of overlapping or colliding moved ranges.

    More updates for move detection, along with fixes for interdiffs and performance improvements for diff parsing and viewing, should be coming in the next 2.5.x release.

    And More

    See the full release notes to see all the changes going into this release, along with upgrade instructions for 2.0.28:

    • 2.5.10 release notes
    • 2.0.28 release notes
    Review Board 3.0 beta 1 is here!
    March 29, 2017

    The next generation of Review Board has arrived! Well, the beta, anyway.

    Review Board 3.0 is being built to take the code review experience further, integrating with other tools and services you use (such as Slack), adding support for automated code reviews, and introducing new features to better craft quality reviews.

    Let's dive into some of the features in Review Board 3.0 beta 1.

    Third-Party Integrations (Hi Slack!)

    Review Board 3.0 supports a new integrations model, allowing administrators to connect Review Board to other third-party tools and services. Integrations can have multiple configurations governed by rules, allowing you to, for instance, post changes/discussion from different groups to different Slack channels, or sending code changes on different repositories to different Continuous Integration services.

    Beta 1 ships with Slack support! You can make as many Slack configurations as you like to help follow updates and discussions on your review request without having to check e-mail.

    Slack Integration

    We're working on adding integrations for HipChat, Asana, Travis CI, iDoneThis, and more for future releases.

    Automated Code Review and Status Updates

    Beta 1 introduces a new API for attaching status updates on a review request. These can be used to indicate whether there are automated checks in progress (builds, lintian checks, etc.), if they've succeeded, or if they've failed (along with a review opening issues for each of the failures). This helps take the load off of users, letting automated tools do more of the work.

    Status Updates

    Third-party services, extensions, or in-house scripts can use this API today. We'll be releasing updates to RBTools in the future to help record status updates from shell scripts.

    We're also working toward an official release of Review Bot, an automated code review tool for Review Board that makes use of various command line lintian tools to help check your code for problems and report them through the new API.

    Improvements for Reviewers

    General Comments

    Beta 1 introduces General Comments, which are not tied to any file or line of code. You can file a General Comment about anything: Missing files, feedback about the review request's description, requests for screenshots, or anything else. Like other comments, these can open issues, ensuring your comment is resolved. General Comments can be added by clicking "Add Comment" on the review request or in the review dialog.

    General Comments

    Better File Attachment Navigation

    When working your way through a large number of file attachments, it's annoying to have to go back to the review request each time to click the next thumbnail. Instead, the file attachment pages now have navigation buttons to the previous or next file attachment.

    File Attachment Navigation

    Uploaded Images in Comments

    Ever review a UI or artwork change and want to show how you would do it? You can now drag-and-drop images right into the text field (if using Markdown). They'll upload to Review Board and become available in your comment.

    This also works for other text fields, such as the review request description or in replies to reviews.

    High-DPI Image Review

    Working with High-DPI images, like @2x or @3x images? Review Board will now scale the image down during review, instead of presenting you with a gigantic image to look at. You can also change the zoom level for any image file, helping you see as much or as little as you want at once.

    It also does a better job of showing other large images, giving you a scrollable area to look at instead of overflowing the page.

    And So Much More!

    • Elasticsearch is now available as a search backend.
    • Users can upload their own avatars, instead of using Gravatars, and extensions can provide custom avatar backends.
    • Optional desktop notifications when there's new activity on any review requests you have opened in your browser.
    • Ownership of a review request can be re-assigned to another user.
    • The content of deleted files can now be viewed in the diff viewer.
    • User infoboxes (shown when hovering over a username) are cleaner and can be enhanced by extensions.
    • Pasting a review request URL in services like Slack now shows detailed information on the review request, including any uploaded screenshots.
    • Numerous enhancements for our API and extension capabilities.

    That's still not everything. You can read through the complete list of changes in the release notes.

    Installing 3.0 Beta 1

    Want to give beta 1 a try? Great! You can install it by running:

    $ sudo pip install \
        --trusted-host downloads.reviewboard.org \
        -f http://downloads.reviewboard.org/releases/Djblets/0.10/ \
        -f http://downloads.reviewboard.org/releases/ReviewBoard/3.0/ \
        -f http://downloads.reviewboard.org/releases/rbintegrations/0.5/ \
        --pre -U ReviewBoard
    

    Or:

    $ sudo easy_install \
        -f http://downloads.reviewboard.org/releases/Djblets/0.10/ \
        -f http://downloads.reviewboard.org/releases/ReviewBoard/3.0/ \
        -f http://downloads.reviewboard.org/releases/rbintegrations/0.5/ \
        -U ReviewBoard
    

    Make sure you're deploying on a test server with a copy of your database in case anything goes wrong! You can't downgrade.

    What's Next?

    We're already working hard on features for Beta 2, including:

    • A new review experience, helping first-time users and making the review process smoother and more informative.
    • Some clever improvements to navigation in the diff viewer.
    • OAuth2 support, letting other services talk to Review Board on your behalf, safely.
    • Private review requests.
    • On-the-fly search indexing.
    • Many more integrations.

    If you try Review Board 3.0 beta 1 and have any feedback, please reach out to us on the community support forum or our bug tracker.

    Power Pack 1.4.3 is out, with numerous compatibility fixes
    March 29, 2017

    Power Pack 1.4.3 is out, with several important fixes and compatibility improvements for Microsoft Team Foundation Server, Visual Studio Team Services, PDF document review, Review Board compatibility, and more.

    Visual Studio Team Services and Team Foundation Server

    We've added new support for using Git repositories hosted on Visual Studio Team Services, for those of you who are moving off of TFS repositories or using Git alongside those repositories.

    Using Team Foundation Services in your network? We've fixed some bugs with post-commit review (selecting an existing commit to put up for review), improved error information when authentication fails, and fixed *.snp files being mistakenly reported as binary files.

    Better PDF Document Review

    PDF document review received a handful of fixes for PDF compatibility. Along with this, we've fixed some CORS (Cross Resource Origin Sharing) errors when hosting uploaded PDFs on a CDN when Review Board is in debug mode, and fixed the display of commented regions from a PDF in e-mails.

    Licenses and Review Board Compatibility

    User license management has received fixes as well. If a user previously added to your license is deleted from the database, it will no longer take up a seat in your license. If you have any stale deleted users in your license from before, you can now remove them without problems.

    And finally, we've added compatibility for the in-development Review Board 3.0 release. Speaking of that, expect a beta very soon!

    See the release notes for the full list of changes.

    Ready to upgrade?

    Just run:

    $ pip install -U ReviewBoardPowerPack
    

    Or:

    $ easy_install -U ReviewBoardPowerPack
    

    Restart your web server to complete the upgrade.

    Review Board 2.0.27 and 2.5.9 are out!
    February 15, 2017

    We have two new Review Board releases for you today, containing some large bug fixes and a couple new features.

    Last week, we released Review Board 2.0.26 and 2.5.8, which had quite a number of important bug fixes for the product. Unfortunately, some of those fixes regressed other features, and we didn't want to go too long without fixing those. Specifically, we broke support for API tokens and we unintentionally altered the ordering of comments in drafts from the API.

    These releases fix both of these problems, along with a handful of other bugs we've fixed during the week:

    • Text selection in the diff viewer once again works properly on Firefox.
    • We've worked around a bug in Python's logging.exception() (fixed in Python 2.7.6) that resulted in crashes for users on older systems.
    • Extensions adding forms to the My Account page will no longer have problems setting the forms as invisible.
    • Bumped up our minimum required version of pytz, to fix compatibility issues on older systems.

    Along with this, Review Board 2.5.9 adds a few new features:

    • Mercurial users can now browse and post existing commits in the New Review Request page (requires Mercurial 3.9 or higher).
    • Extension authors are now given the old status of a review request that's been reopened in the review_request_reopened signal.
    • API users can now view and query for inactive (disabled) users.

    See the release notes for the full details and installation instructions:

    • 2.5.9 release notes
    • 2.0.27 release notes
    Review Board 2.0.26 and 2.5.8 are out!
    February 9, 2017

    We have two new Review Board releases for you today, full of bug fixes, new features, and a security fix.

    An Important Security Fix

    Both the 2.0.x and 2.5.x series had a bug in one of our APIs that could overload a server. We weren't properly limiting the amount of data being fetched and serialized in one case.

    While this doesn't result in any form of access to the system or leaked information from the database, it can cause crashes on the server. We recommend that everyone upgrades to 2.0.26 or 2.5.8 to prevent this problem.

    Some New Features

    Review Board 2.5.8 introduces a number of improvements for repository configuration:

    • We've made it easier to get started and resolve problems with Bitbucket repositories.
    • Self-hosted Gitorious servers are now supported.
    • Bug trackers on Codebase are now supported.
    • It's easier to set up repositories hosted on GitLab.com.

    We've also made a few other improvements across the product:

    • E-mail addresses are accepted as usernames in the API. These were already accepted in the web UI.
    • Extensions can add content to review e-mails.
    • The "New Updates" dashboard column is now available on the All Review Requests page.

    Lots of Bug Fixes

    Both 2.0.26 and 2.5.8 contain many bug fixes for repository compatibility, the API, administrative settings, usability, and more.

    The full details, plus installation/upgrade instructions, can be found in the release notes:

    • 2.0.26 release notes
    • 2.5.8 release notes
    RBTools 0.7.9 has been released
    January 13, 2017

    Earlier this week, we released RBTools 0.7.8 with some great improvements to the macOS and Windows installers. Unfortunately, the macOS installer build was built in the wrong environment, leading to incorrect paths and a failing rbt.

    The new 0.7.9 release contains a fix to the installer generation process to prevent this from happening again. We've rebuilt and carefully checked the new installer build, and it should be good to go.

    If you tried upgrading to the 0.7.8 installer using macOS and had trouble, please give 0.7.9 a try. You can get it from the downloads page. If you installed on Linux or Windows, you don't need to worry about this release.

    Note that you might also find a /Users/chipx86 directory on your filesystem from the bad installer. This is an artifact of the broken build. You can safely remove it.

    See the release notes for more details.

    RBTools 0.7.8 is now out!
    January 11, 2017

    We have a new RBTools release for you today, with some major improvements to the macOS/Windows installers and a few bug fixes and feature improvements.

    Let's break it down.

    A non-broken macOS installer

    We fixed a problem that many of you have reported to us, where one of the dependencies (tqdm) could show up missing, breaking RBTools. We've fixed this and made sure it can't happen again.

    We've also improved the installer for modern versions of macOS. For compatibility reasons, we install RBTools for both Python 2.6 and 2.7, and the way we installed it used to favor Python 2.6 for the actual rbt binary. Now, the preferred Python version for your system is now used, helping with various compatibility problems that have been reported.

    A more modern Python on Windows

    We've updated Python on our Windows RBTools installer. We now ship Python 2.7.13, which has a number of improvements over the older 2.7.6 release. If you've had issues with SSL certificate verification before, this should help address those problems.

    A few other improvements

    Such as:

    • rbt setup-repo now sets the REPOSITORY_TYPE setting for your repository in .reviewboardrc, speeding up posting changes for review.
    • rbt patch --print can now be run outside of a source tree.
    • Some various crashes involving Unicode characters on the command line and in Team Foundation Server diffs.

    For the complete list, see the release notes.

    To upgrade RBTools, visit the downloads page.

    RBTools 0.7.7 is released!
    November 22, 2016

    We've just put out an all-new release of RBTools. Version 0.7.7 features compatibility fixes for various types of repositories, better support for TFS, and some new features to help with common usage and automation.

    You can see the release notes for the full list of changes. We'll go over the highlights here.

    Compatibility/bug fixes

    In this release, we've aimed to fix a handful of compatibility problems that have been reported to us. Thanks to all the contributors who sent patches!

    • RBTools is once again compatible with Mercurial 2.x. This regressed in 0.7.6.
    • Some error displays are fixed when using the version of Python shipped with macOS 10.11.
    • Perforce gained the ability to post against null client roots, and fixed posting ranges of submitted changelists.
    • Repository lookups utilizing mirror paths or Subversion UUIDs now work once again. These regressed in 0.7.6.
    • rbt post for Git now supports --exclude-patterns when using git-svn or git-p4.
    • rbt land no longer crashes if it can't determine the approval state on a review request.

    Improved Team Foundation Server support

    The old TFS support was a bit slow, due to the way we had to interact with the Team Foundation Server command line tools. It also presented compatibility problems, as different versions of Visual Studio shipped different, incompatible versions of these tools.

    We've now introduced new support that doesn't depend on their tools and is optimized for our use cases. This means better compatibility everywhere, faster posting, and new features.

    To start with, we're adding the ability to post shelved changesets! You can do this by simply running:

    rbt post <shelveset-name>
    

    To begin using RBTools 0.7.7 with TFS, you will need to install our new TFS adapter by typing:

    rbt install tfs
    

    New features

    We've added the ability to specify a destination tracking branch for rbt land. To choose something other than the default (say, origin/master on Git), you can now specify:

    rbt land --tracking-branch <branch-name>
    

    Want to set some some data for custom extension-provided fields on your review request when posting a new change? You're in luck! We've added a --field NAME=VALUE option to rbt post that does exactly this:

    rbt post --field my_custom_field="Some value"
    

    You'll need to use the name of the field that was registered by the extension. If this extension was written in-house, ask your administrator to give you the field IDs.

    If you find yourself needing to pass --svn-prompt-password all the time for your Subversion setup, you can set SVN_PROMPT_PASSWORD in your project's or user's .reviewboardrc instead. Just set this and you'll never have to type it again:

    SVN_PROMPT_PASSWORD = True
    

    What's coming next

    We're working toward a RBTools 1.0 release, which will feature enhanced support for Mercurial, new automation commands for use in the upcoming Review Board 3.0, easier setup and installation, and better display of progress when posting changes.

    We're also hard at work on a rewrite of our documentation, with the aim of providing more practical, detailed setup and usage guides for RBTools. These will begin to land over the next month.

    If you have any bug reports or feature requests for either RBTools or the documentation, we'd love to hear them! You can file a bug or reach out to us on our reviewboard-dev discussion list.

    1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 pages

    Keep up with the latest Review Board releases, security updates, and helpful information.

    About
    News
    Demo
    RBCommons Hosting
    Integrations
    Happy Users
    Support Options
    Documentation
    FAQ
    User Manual
    RBTools
    Administration Guide
    Power Pack
    Release Notes
    Downloads
    Review Board
    RBTools
    Djblets
    Power Pack
    Package Store
    PGP Signatures
    Contributing
    Bug Tracker
    Submit Patches
    Development Setup
    Wiki
    Follow Us
    Mailing Lists
    Reddit
    Twitter
    Mastodon
    Facebook
    YouTube

    Copyright © 2006-2025 Beanbag, Inc. All rights reserved.

    Terms of Service — Privacy Policy — AI Ethics Policy — Branding