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.