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

    Release date: September 24, 2012

    New Features¶

    • The .post-review-cookies.txt file is now made readable only by the calling user, improving security. (Bug #2231)

    • Improved debug output.

      The debug output now includes additional information on the user’s environment, in order to help diagnose problems.

      When a command fails, we’ll still show the debugging information, even if we ignore the error.

      It also will show log output from other Python modules we call, such as hg.

      Parts of this were written by Craig Silverstein.

    • Updated our Plastic support for Plastic 4.0. This is no longer compatible with previous versions.

      Patch by Luis Rodriguez.

    • A revision to diff against can now be specified when using hgsubversion. Patch by Frank Murphy.

    Bug Fixes¶

    General¶

    • Using UTF-8 in the summary or description no longer breaks. Patch by Karsten Verelst. (Bug #2616)

    • The GNU diff error no longer mentions Subversion specifically.

    • Posting a diff to a submitted review request now displays an error instead of reopening the review request. Patch by Bogdana Popa. (Bug #2549)

    Clear Case¶

    • Fixed base path generation for Clear Case. Patch by Tomasz Moń.

    Git¶

    • Fix issues when running post-review within a git submodule with recent Git revisions. (Bug #2526)

      On recent versions of Git, the .git directory for a submodule was relocated to being in the top-level project instead of in the worktree of the submodule. We now handle this case.

      Patch by Nicolas Morey.

    • Git diffs no longer include diffs from submodules, preventing useless diffs from being created. Patch by Amber Yust.

    • post-review no longer breaks when run from a detached Git HEAD. Patch by Nicolas Morey.

    Mercurial¶

    • Fixed bailing on harmless warnings when running hg commands. Patch by Craig Silverstein.

    • Fixed path calculation for hgsubversion when the path contains a username. Patch by Frank Murphy.

    Subversion¶

    • Scanning for the right repository is much faster now when there are lots of Subversion repositories on the server.

    • Fix handling of revisions with deleted files for Subversion. (Bug #1113)

    • Handle modifications inside moved/copied directories for Subversion.

      post-review no longer has problems when dealing with a modified file inside a copied or moved directory.

      Patch by Alexey Neyman.

    Contributors¶

    • Alexey Neyman

    • Amber Yust

    • Bogdana Popa

    • Christian Hammond

    • Craig Silverstein

    • David Trowbridge

    • Frank Murphy

    • Karsten Verelst

    • Luis Rodriguez

    • Nicolas Morey

    • Nicolas Morey

    • Tomasz Moń

    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
      • Clear Case
      • Git
      • Mercurial
      • Subversion
    • Contributors