Jump to >

Review Board 4.0.10 Release Notes

Release date: July 28, 2022

Note

This is a re-release of Review Board 4.0.8 and 4.0.9, fixing a packaging bug. Those releases have been pulled and replaced with 4.0.10.

Packaging

  • Capped the Markdown dependency on Python 3 to 3.3.x.

    This works around compatibility issues from the newly-released 3.4.x series.

  • Fixed a problem packaging Review Board with newer versions of Babel.

Docker

The Docker image has been updated to include Power Pack 5.1 and Review Bot 3.1.1.

Bug Fixes

Review Requests

  • Fixed switching between Source and Rendered modes when reviewing Markdown files.

  • Fixed an uncommon bug with changing a comment’s issue state on a review request with multiple comments of different types with the same IDs.

    If a single review request had multiple comment types with the same ID (for example, Diff Comment 123 and General Comment 123), resolving or re-opening an issue on one of them would change the status on the other, due to a state tracking issue.

    This should almost never happen in production, but could be seen on brand-new installations.

Extensions

  • Fixed running rbext on Python 3.10.

Contributors

  • Christian Hammond

  • David Trowbridge

  • Michelle Aubin