• 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
  • Review Board RBTools Power Pack Review Bot Djblets RB Gateway
    1. RBTools
    2. RBTools 0.7.8 Release Notes
  • Home
  • RBTools 5.2.1 Release Notes
  • RBTools 5.2 Release Notes
  • RBTools 5.1.1 Release Notes
  • RBTools 5.1 Release Notes
  • RBTools 5.0 Release Notes
  • RBTools 4.1 Release Notes
  • RBTools 4.0 Release Notes
  • RBTools 3.1.2 Release Notes
  • RBTools 3.1.1 Release Notes
  • RBTools 3.1 Release Notes
  • RBTools 3.0 Release Notes
  • RBTools 2.0.1 Release Notes
  • RBTools 2.0 Release Notes
  • RBTools 1.0.3 Release Notes
  • RBTools 1.0.2 Release Notes
  • RBTools 1.0.1 Release Notes
  • RBTools 1.0 Release Notes
  • RBTools 0.7.11 Release Notes
  • RBTools 0.7.10 Release Notes
  • RBTools 0.7.9 Release Notes
  • RBTools 0.7.8 Release Notes
  • RBTools 0.7.7 Release Notes
  • RBTools 0.7.6 Release Notes
  • RBTools 0.7.5 Release Notes
  • RBTools 0.7.4 Release Notes
  • RBTools 0.7.3 Release Notes
  • RBTools 0.7.2 Release Notes
  • RBTools 0.7.1 Release Notes
  • RBTools 0.7.0 Release Notes
  • RBTools 0.6.3 Release Notes
  • RBTools 0.6.2 Release Notes
  • RBTools 0.6.1 Release Notes
  • RBTools 0.6 Release Notes
  • RBTools 0.5.7 Release Notes
  • RBTools 0.5.6 Release Notes
  • RBTools 0.5.5 Release Notes
  • RBTools 0.5.4 Release Notes
  • RBTools 0.5.3 Release Notes
  • RBTools 0.5.2 Release Notes
  • RBTools 0.5.1 Release Notes
  • RBTools 0.5.0 Release Notes
  • RBTools 0.4.3 Release Notes
  • RBTools 0.4.2 Release Notes
  • RBTools 0.4.1 Release Notes
  • RBTools 0.4.0 Release Notes
  • RBTools 0.3.4 Release Notes
  • RBTools 0.3.3 Release Notes
  • RBTools 0.3.2 Release Notes
  • RBTools 0.3.1 Release Notes
  • RBTools 0.3.0 Release Notes
  • RBTools 0.2.0 Release Notes
  • RBTools 0.2 RC 1 Release Notes
  • RBTools 0.2 Beta 2 Release Notes
  • RBTools 0.2 Beta 1 Release Notes
  • Release Notes
  • RBTools 0.7.8 Release Notes¶

    Release date: January 11, 2017

    Installers¶

    This release introduces some much-needed fixes and improvements to our installers.

    Windows¶

    • The Windows installer has been updated to include Python 2.7.13, which includes bug fixes and enhanced support for SSL certificate verification.

    • Updated the code signing certificate used for our builds.

    macOS¶

    • Improved Python version compatibility.

      The installer will now install RBTools in such a way where the Python 2.7 version will be used for all modern versions of macOS, and the Python 2.6 version will be used for older (Snow Leopard era) versions.

      Previously, the Python 2.6 version was always the dominant version, leading to compatibility problems when trying to integrate with the RBTools Python API.

    • Fixed the tqdm dependency issue many users encountered with recent versions of the RBTools installer.

    New Features¶

    rbt patch¶

    • rbt patch --print can now be run outside of a source tree.

      This is useful when you want to fetch the patch from a review request, but don’t necessary have or need a checkout of the source tree.

      Patch by Stephen Kiernan.

    rbt setup-repo¶

    • The generated .reviewboardrc file now stores the repository type.

      The REPOSITORY_TYPE setting is now set for new .reviewboardrc files, speeding up RBTools commands by eliminating the need to guess the repository type, and fixing issues when nesting repositories.

      If you already have a .reviewboardrc, you can manually edit it to include this setting.

    Bug Fixes¶

    General¶

    • Fixed a crash when passing Unicode characters as arguments on the command line.

    rbt post¶

    • --guess-fields (-g) no longer overwrites --guess-summary or --guess-description if those are specified.

    Team Foundation Server¶

    • Fixed generating and uploading diffs containing Unicode BOM characters.

    Contributors¶

    • Beth Rennie

    • Christian Hammond

    • David Trowbridge

    • Stephen Kiernan

    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

    On this page

    • [Top]
    • Installers
      • Windows
      • macOS
    • New Features
      • rbt patch
      • rbt setup-repo
    • Bug Fixes
      • General
      • rbt post
      • Team Foundation Server
    • Contributors