-------------------------------------------------------------------------------- Fedora Update Notification FEDORA-2011-4398 2011-03-30 19:22:53 --------------------------------------------------------------------------------
Name : ReviewBoard Product : Fedora 14 Version : 1.5.5 Release : 1.fc14 URL : http://www.review-board.org Summary : Web-based code review tool Description : Review Board is a powerful web-based code review tool that offers developers an easy way to handle code reviews. It scales well from small projects to large companies and offers a variety of tools to take much of the stress and time out of the code review process. -------------------------------------------------------------------------------- Update Information: * Wed Mar 30 2011 Stephen Gallagher <[email protected]> - 1.5.5-1 - New upstream release 1.5.5 - Added a Show SSH Public Key link in the Add/Change Repository page - Added timezone information to the Server Information resource API - New installs no longer try to install python-dateutil 2.0, which only - supports Python 3. This would cause errors during use - Fix image links in HTML e-mails - Fixed errors when using the same change number on different repositories - Fixed some problems caching diffs on memcached. The generated cache keys - would sometimes be invalid - The diff viewer no longer crashes when trying to find a method name near the - end of the file - Turned off resizing of text areas on Google Chrome - The administration page could break when trying to load the Amazon S3 - settings - Fixed importing PIL (Python Imaging Library) on some installs - Better handle errors during syntax highlighting - Optimize the starring feature in the dashboard. This simplifies the - JavaScript and reduces the HTML file size - rbssh now uses the current user’s username as a default when connecting to - a repository. This doesn't really affect repository access in Review Board - except under very specific circumstances, but is mostly for testing on the - command line - http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.5.5/ -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 30 2011 Stephen Gallagher <[email protected]> - 1.5.5-1 - New upstream release 1.5.5 - Added a Show SSH Public Key link in the Add/Change Repository page - Added timezone information to the Server Information resource API - New installs no longer try to install python-dateutil 2.0, which only - supports Python 3. This would cause errors during use - Fix image links in HTML e-mails - Fixed errors when using the same change number on different repositories - Fixed some problems caching diffs on memcached. The generated cache keys - would sometimes be invalid - The diff viewer no longer crashes when trying to find a method name near the - end of the file - Turned off resizing of text areas on Google Chrome - The administration page could break when trying to load the Amazon S3 - settings - Fixed importing PIL (Python Imaging Library) on some installs - Better handle errors during syntax highlighting - Optimize the starring feature in the dashboard. This simplifies the - JavaScript and reduces the HTML file size - rbssh now uses the current user’s username as a default when connecting to - a repository. This doesn't really affect repository access in Review Board - except under very specific circumstances, but is mostly for testing on the - command line - http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.5.5/ * Mon Feb 21 2011 Stephen Gallagher <[email protected]> - 1.5.4-1 - New upstream release 1.5.4 - Added API support for creating/updating/removing repositories - Added API for change number-related updates - Fix validation problems with the Search Index settings in the - Administration UI - Comments begining in expanded regions of a diff and ending in - collapsed regions should no longer break the diff viewer - Usernames with @ in the name (such as when using e-mail addresses - as usernames) are now allowed - IntelliJ-generated SVN diffs should now be parsed properly - The update_changenum method in the old API no longer returns an - HTTP 500 error - When replying to a review, names containing an apostrophe are no - longer displayed incorrectly - Using a bug number on a review request without a repository no - longer causes an HTTP 500 error - http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.5.4/ * Mon Feb 7 2011 Fedora Release Engineering <[email protected]> - 1.5.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Mon Feb 7 2011 Stephen Gallagher <[email protected]> - 1.5.3-1 - New upstream release 1.5.3 - Added support for matching repository names instead of paths with RBTools - 0.3.1 - Fixed many compatibility issues with the new SSH implementation - Removed some spurious print statements causing mod_wsgi to have problems - The Search Index setting in the administration UI now validates the path - to ensure that it’s an absolute path, it exists, and it’s writeable * Tue Jan 18 2011 Stephen Gallagher <[email protected]> - 1.5.2-21 - Change mod_wsgi notification patch to the version submitted upstream - This warning will now only be displayed if upgrading from an affected - version, rather than on all upgrades. - Don't install files used only for test purposes * Mon Jan 10 2011 Stephen Gallagher <[email protected]> - 1.5.2-20 - Add message to upgrade script to alert users that manual edits may be - required if using mod_wsgi * Mon Jan 10 2011 Stephen Gallagher <[email protected]> - 1.5.2-19 - Important Updates - Users using existing WSGI configurations must update their configuration - for authentication with the new API to work. - New Features - Added SSH key management for SSH-backed repositories - Authentication failures when setting up repositories are now more useful - Added our own SSH replacement for standardizing on behavior and working - around OpenSSH limitations - The Repository page in the administration UI now talks about API Tokens - and links to the GitHub Account page for Git repositories, making it - easier to set up a GitHub repository - API Fixes - Fixed logging in on requests using HTTP Basic Auth - Fixed wrong responses when performing a request requiring authentication - as an anonymous user - Fixed anonymous access to the API when anonymous access is enabled - Fixed replies to screenshot comments in the new web API - Fixed removing screenshots from review requests - Changed the request when doing a HTTP PUT on a review request draft - Fixed search queries in /api/users/ - Bug Fixes - Fixed a problem with SSH host checking on Git repositories - Fixed support for private GitHub repositories - The API Token for GitHub repositories are now extracted properly in the - Repository page in the administration UI - Fixed extra whitespace highlight toggling - Images on the dashboard are now cached, reducing the number of requests - made to the server - Disabled auto-complete and default values for the repository - username/password fields - Support for Amazon S3 now works again with new versions of Django - Storages - Authentication with the new API now works with new Apache+wsgi setups - Fixed some rewrite rule for fastcgi - Fix 404 errors with newly generated lighttpd.conf files - Fixed errrors when passing a non-integer value for ?show_submitted= on - the dashboard or other review request listings - Fixed a crash when attempting to log SSH-related problems - The contributed svn-hook-postcommit-review script wasn't parsing the - base path correctly - Release Notes - http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.5.2/ * Mon Nov 22 2010 Stephen Gallagher <[email protected]> - 1.5.1-18 - New Features - Permission denied errors are shown when accessing unreachable local Git - repositories. (Bug #1765) - Previously, if a Git repository was used and there wasn’t sufficient - file permissions to access it, a vague error saying that the repository - was unreachable would appear. Now we check to find out if it’s a - permissions error, and display an appropriate error message. - Performance Improvements - Reduce the number of SQL queries in the legacy JSON API. - Some of the legacy API handlers performed more queries than necessary. - We now perform fewer queries. Patch by Ben Hollis. - Bug Fixes - Fixed several small problems in the Admin UI from bundling Django media - files. - For historical reasons, we’ve always shipped the Django Admin media - files as part of Review Board. This comes from a time before rb-site - existed, when we needed a single media directory with everything inside - it. However, it just introduces various compatibility problems these - days. We now make use of the media files that are installed with Django - Fixed a breakage in the diff viewer with SCons files. (Bug #1864) - Any SCons files put up for review would break the diff viewer, due to a - typo when looking up information on that type of file. - Added the Parent Diff field to the New Review Request page. (Bug #1651) - The Parent Diff field was missing for Git, Bazaar, and Mercurial, - making it impossible to upload a parent diff through the web UI when - creating a new review request. - Fixed some common installation problems with the generated - lighttpd.conf file. (Bug #1618, Bug #1639) - Several installs with lighttpd would give 404 Not Found errors, due to - some configuration problems in the sample config file. - Fixed support for multiple e-mail addresses assigned to a group. - (Bug #1661) - Multiple e-mail addresses for a group were supported, but broken in - 1.5. We now split them out properly. - The screenshot area is no longer hidden immediately after uploading a - screenshot. - Fixed an error in the web API when serializing to XML. - Fixed broken intervals for search updating in the generated crontab - file. - The intervals would cause a full index to happen at every minute at 2AM - on Sundays, rather than only at 2AM. - Fixed an error when permanently deleting a review request. - The administrator-specific ability to permanently delete a review - request would succeed but generate an error page. -------------------------------------------------------------------------------- This update can be installed with the "yum" update program. Use su -c 'yum update ReviewBoard' at the command line. For more information, refer to "Managing Software with yum", available at http://docs.fedoraproject.org/yum/. All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/keys -------------------------------------------------------------------------------- _______________________________________________ package-announce mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-announce
