• 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.5 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.5 Release Notes¶

    Release date: October 26, 2015

    New Features¶

    • Users can now specify the search path for .reviewboardrc files.

      The $RBTOOLS_CONFIG_PATH environment variable now controls the search path. It’s a list of paths separated by the system’s native path separator (':' on Linux/MacOS X, ';' on Windows). These paths are searched prior to any default paths.

      This is handy for forcing the .reviewboardrc file in your home directory to be searched first.

      Patch by Nils Philippsen.

    Bug Fixes¶

    General¶

    • Fixed displaying error output containing non-ASCII characters. (Bug #3907)

    • On Windows, home directory detection now prefers the %HOME% environment variable to %APPDATA%.

      Prior to this release, %HOME% was always ignored in favor of %APPDATA%, which caused problems in certain setups.

      Patch by Vadim Zeitlin.

    rbt api-get¶

    • The help output no longer mistakenly shows that -- is required before query arguments.

    rbt post¶

    • Fixed a crash when using --diff-filename. (Bug #3908)

    Git¶

    • Git version checking is no longer performed unless Git is installed, preventing a harmless but visible error message for systems without Git.

    Mercurial¶

    • Fixed path separator differences when posting a change against Mercurial on Windows. (Bug #3894)

      Patch by Ali Kamali.

    • Fixed a regression with looking for empty files.

      When looking for empty files in a change (which must be handled specially), RBTools would get a null result, which wasn’t being handled correctly.

    Perforce¶

    • Fixed posting submitted Perforce changes.

      Posting submitted changes for review regressed in 0.7.x. They can now be posted again.

    • Fixed posting Perforce paths that are not included in the client view. (Bug #3864)

      It’s once again possible to post a committed revision for review when the commit contains files not in the client view.

    Subversion¶

    • Fixed Unicode issues when parsing repository info when using --repository-url. (Bug #3969)

      Patch by Griffin Myers.

    • Fixed issues processing when a changeset has history scheduled with a commit.

      Patch by Griffin Myers.

    Team Foundation Server¶

    • Fixed a number of issues with diff generation on TFS.

      The method previously used to generate diffs didn’t deal with a lot of cases that could come up when using different editors or platforms, such as files that don’t end with a newline or files that start with a byte-order marker.

      RBTools now requires GNU diff for TFS diff generation.

    Contributors¶

    • Ali Kamali

    • Anthony Hache

    • Beth Rennie

    • Christian Hammond

    • David Trowbridge

    • Griffin Myers

    • Nils Philippsen

    • Vadim Zeitlin

    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]
    • New Features
    • Bug Fixes
      • General
      • rbt api-get
      • rbt post
      • Git
      • Mercurial
      • Perforce
      • Subversion
      • Team Foundation Server
    • Contributors