Fedora EPEL 5 updates-testing report

updates at fedoraproject.org updates at fedoraproject.org
Tue Aug 23 19:35:59 UTC 2011


The following Fedora EPEL 5 Security updates need testing:

    https://admin.fedoraproject.org/updates/bugzilla-3.2.10-1.el5
    https://admin.fedoraproject.org/updates/couchdb-1.0.2-8.el5,erlang-ibrowse-2.2.0-3.el5
    https://admin.fedoraproject.org/updates/torque-2.5.7-1.el5.1
    https://admin.fedoraproject.org/updates/rt3-3.6.11-2.el5


The following builds have been pushed to Fedora EPEL 5 updates-testing

    RBTools-0.3.3-1.el5
    ReviewBoard-1.5.6-1.el5
    clamav-unofficial-sigs-3.7.1-6.el5
    django-evolution-0.6.5-1.el5.3
    fedora-easy-karma-0-0.12.20110819gitadba3055.el5
    perl-Digest-Perl-MD5-1.8-2.el5
    potrace-1.10-1.el5
    python-djblets-0.6.10-1.el5
    towhee-7.0.1-1.el5
    zanata-python-client-1.3.0-1.el5

Details about builds:


================================================================================
 RBTools-0.3.3-1.el5 (FEDORA-EPEL-2011-4223)
 Tools for use with ReviewBoard
--------------------------------------------------------------------------------
Update Information:

ReviewBoard:
- New upstream release 1.5.6
- http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.5.6/
- New Features:
- The PATH environment variable is now shown in the error when patch.exe
- can't be found, in order to help figure out where it needs to go
- rb-site more clearly informs that an existing database with valid
- permissions is needed for installation
- rb-site now lists recommendations for different services, and lists
- options that aren’t officially supported
- Tabs in the diff viewer are now marked up, allowing custom stylesheets to
- display them differently. By default, they don’t look any different
- Added Fedora Hosted to the hosting provider options
- Editing a field and then canceling it on a review request now prompts for
- confirmation before discarding the new text
- Control-S now saves the current text in review request fields
- We now support storing lots of text in the Description and Testing Done
- fields on MySQL
- Performance Improvements:
- Review Board now requires Pygments 1.4 or higher. Older installations
- running older versions of Pygments should get a performance increase when
- rendering diffs
- Bug Fixes:
- Using Review Board with wsgi without mod_python installed on the system no
- longer prevents Review Board from breaking
- Screenshot draft captions are now always displayed correctly. Previously,
- only the main caption would display, making them appear blank on new
- uploads
- Changing screenshot draft captions now invalidates the cache, allowing
- them to be seen when reloading the page
- When sending an e-mail, we no longer crash if the sender has no e-mail
- address
- Caching really long files or diffs now works more consistently.
- Previously, it was possible for the data to not be stored correctly
- Fixed a date range calculation sometimes causing the log viewer to fail on
- the first of the month
- Failing to load the Review Board News feed in the administration UI due to
- a proxy will no longer cause an HTTP 500 error to display
- Invalid bug tracker URLs (those containing more than one %s, for example)
- in the administration UI no longer breaks review requests
- The Mercurial support no longer overrides the SSH client configuration if
- one is already provided
- The recaptcha_client dependency has been renamed to recaptcha-client. Both
- technically work, but the former is more correct and makes packaging
- easier
- Fixed a few occasional errors that could show up on the dashboard under
- certain conditions


RBTools:
- New upstream 0.3.3 release
- http://www.reviewboard.org/docs/releasenotes/dev/rbtools/0.3.3/
- Notable Changes:
- Rewrote the Clear Case implementation to be cleaner, more maintainable,
- and less buggy
- New Features:
- post-review:
- Added --http-username and --http-password for providing defaults for
- Basic HTTP Authentication
- Clear Case:
- Added proper support for --tracking-branch and --revision-range
- Clear Case configuration has moved to .reviewboardrc
- Git:
- Added automatic parent diff determination when using --revision-range
- Added support for working against bare repositories when using
- revision-range
- Enhanced --revision-range to take any valid Git revisions
- Support --repository-url for overriding the git origin URL
- Mercurial:
- Added support for --guess-summary and --guess-description
- Allow a single revision to be passed to --revision-range
- Subversion:
- Added support for --svn-changelist for specifying SVN changelists
- Bug Fixes:
- post-review:
- Fixed authentication problems with some versions of Review Board
- Clear Case:
- The view is properly recognized
- Removed the dependency on xargs and cygwin
- Fixed breakages with binary files
- Removed support for --label, which was useless
- Running just post-review will now produce a working diff of checked
- out files
- Diffs generate properly now under Windows
- The diffs no longer hard-code a fake date, but instead use the real
- time/date of the file
- Files that were renamed no longer breaks the diff. OID/UUIDs are used
- instead of file paths
- Fixed diff generation to use the diff program instead of hand-crafting
- the diffs
- Running with --revision-range with paths that don't exist no longer
- produces unreadable IOException errors
- Git:
- Use real URLs when using git prefixes
- Fixed compatibility with versions of Git older than 1.6
- Added compatibility with msysgit
- The correct SVN remote tracking branch is now used for git-svn
- repositories
- Mercurial:
- Fixed an error when posting inside a Mercurial branch
- Perforce:
- Fixed Review Board version detection when checking for Perforce
- changeset support. This forced usage of the old API, preventing the new
- API from being used, which prevented usage with Review Board 1.6
- Subversion:
- Lines starting with --- and +++ in diffs that aren't diff control lines
- no longer results in broken diffs
--------------------------------------------------------------------------------
ChangeLog:

* Mon Aug 22 2011 Stephen Gallagher <sgallagh at redhat.com> - 0.3.3-1
- New upstream 0.3.3 release
- http://www.reviewboard.org/docs/releasenotes/dev/rbtools/0.3.3/
- Notable Changes:
-   Rewrote the Clear Case implementation to be cleaner, more maintainable,
    and less buggy
- New Features:
-   post-review:
-      Added --http-username and --http-password for providing defaults for
       Basic HTTP Authentication
-   Clear Case:
-      Added proper support for --tracking-branch and --revision-range
-      Clear Case configuration has moved to .reviewboardrc
-   Git:
-      Added automatic parent diff determination when using --revision-range
-      Added support for working against bare repositories when using
       --revision-range
-      Enhanced --revision-range to take any valid Git revisions
-      Support --repository-url for overriding the git origin URL
-   Mercurial:
-      Added support for --guess-summary and --guess-description
-      Allow a single revision to be passed to --revision-range
-   Subversion:
-      Added support for --svn-changelist for specifying SVN changelists
- Bug Fixes:
-   post-review:
-      Fixed authentication problems with some versions of Review Board
-   Clear Case:
-      The view is properly recognized
-      Removed the dependency on xargs and cygwin
-      Fixed breakages with binary files
-      Removed support for --label, which was useless
-      Running just post-review will now produce a working diff of checked
       out files
-      Diffs generate properly now under Windows
-      The diffs no longer hard-code a fake date, but instead use the real
       time/date of the file
-      Files that were renamed no longer breaks the diff. OID/UUIDs are used
       instead of file paths
-      Fixed diff generation to use the diff program instead of hand-crafting
       the diffs
-      Running with --revision-range with paths that don't exist no longer
       produces unreadable IOException errors
-   Git:
-      Use real URLs when using git prefixes
-      Fixed compatibility with versions of Git older than 1.6
-      Added compatibility with msysgit
-      The correct SVN remote tracking branch is now used for git-svn
       repositories
-   Mercurial:
-      Fixed an error when posting inside a Mercurial branch
-   Perforce:
-      Fixed Review Board version detection when checking for Perforce
       changeset support. This forced usage of the old API, preventing the new
       API from being used, which prevented usage with Review Board 1.6
-   Subversion:
-      Lines starting with --- and +++ in diffs that aren't diff control lines
       no longer results in broken diffs
--------------------------------------------------------------------------------


================================================================================
 ReviewBoard-1.5.6-1.el5 (FEDORA-EPEL-2011-4223)
 Web-based code review tool
--------------------------------------------------------------------------------
Update Information:

ReviewBoard:
- New upstream release 1.5.6
- http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.5.6/
- New Features:
- The PATH environment variable is now shown in the error when patch.exe
- can't be found, in order to help figure out where it needs to go
- rb-site more clearly informs that an existing database with valid
- permissions is needed for installation
- rb-site now lists recommendations for different services, and lists
- options that aren’t officially supported
- Tabs in the diff viewer are now marked up, allowing custom stylesheets to
- display them differently. By default, they don’t look any different
- Added Fedora Hosted to the hosting provider options
- Editing a field and then canceling it on a review request now prompts for
- confirmation before discarding the new text
- Control-S now saves the current text in review request fields
- We now support storing lots of text in the Description and Testing Done
- fields on MySQL
- Performance Improvements:
- Review Board now requires Pygments 1.4 or higher. Older installations
- running older versions of Pygments should get a performance increase when
- rendering diffs
- Bug Fixes:
- Using Review Board with wsgi without mod_python installed on the system no
- longer prevents Review Board from breaking
- Screenshot draft captions are now always displayed correctly. Previously,
- only the main caption would display, making them appear blank on new
- uploads
- Changing screenshot draft captions now invalidates the cache, allowing
- them to be seen when reloading the page
- When sending an e-mail, we no longer crash if the sender has no e-mail
- address
- Caching really long files or diffs now works more consistently.
- Previously, it was possible for the data to not be stored correctly
- Fixed a date range calculation sometimes causing the log viewer to fail on
- the first of the month
- Failing to load the Review Board News feed in the administration UI due to
- a proxy will no longer cause an HTTP 500 error to display
- Invalid bug tracker URLs (those containing more than one %s, for example)
- in the administration UI no longer breaks review requests
- The Mercurial support no longer overrides the SSH client configuration if
- one is already provided
- The recaptcha_client dependency has been renamed to recaptcha-client. Both
- technically work, but the former is more correct and makes packaging
- easier
- Fixed a few occasional errors that could show up on the dashboard under
- certain conditions


RBTools:
- New upstream 0.3.3 release
- http://www.reviewboard.org/docs/releasenotes/dev/rbtools/0.3.3/
- Notable Changes:
- Rewrote the Clear Case implementation to be cleaner, more maintainable,
- and less buggy
- New Features:
- post-review:
- Added --http-username and --http-password for providing defaults for
- Basic HTTP Authentication
- Clear Case:
- Added proper support for --tracking-branch and --revision-range
- Clear Case configuration has moved to .reviewboardrc
- Git:
- Added automatic parent diff determination when using --revision-range
- Added support for working against bare repositories when using
- revision-range
- Enhanced --revision-range to take any valid Git revisions
- Support --repository-url for overriding the git origin URL
- Mercurial:
- Added support for --guess-summary and --guess-description
- Allow a single revision to be passed to --revision-range
- Subversion:
- Added support for --svn-changelist for specifying SVN changelists
- Bug Fixes:
- post-review:
- Fixed authentication problems with some versions of Review Board
- Clear Case:
- The view is properly recognized
- Removed the dependency on xargs and cygwin
- Fixed breakages with binary files
- Removed support for --label, which was useless
- Running just post-review will now produce a working diff of checked
- out files
- Diffs generate properly now under Windows
- The diffs no longer hard-code a fake date, but instead use the real
- time/date of the file
- Files that were renamed no longer breaks the diff. OID/UUIDs are used
- instead of file paths
- Fixed diff generation to use the diff program instead of hand-crafting
- the diffs
- Running with --revision-range with paths that don't exist no longer
- produces unreadable IOException errors
- Git:
- Use real URLs when using git prefixes
- Fixed compatibility with versions of Git older than 1.6
- Added compatibility with msysgit
- The correct SVN remote tracking branch is now used for git-svn
- repositories
- Mercurial:
- Fixed an error when posting inside a Mercurial branch
- Perforce:
- Fixed Review Board version detection when checking for Perforce
- changeset support. This forced usage of the old API, preventing the new
- API from being used, which prevented usage with Review Board 1.6
- Subversion:
- Lines starting with --- and +++ in diffs that aren't diff control lines
- no longer results in broken diffs
--------------------------------------------------------------------------------
ChangeLog:

* Mon Aug 22 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.5.6-1
- New upstream release 1.5.6
- http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.5.6/
- New Features:
-   The PATH environment variable is now shown in the error when patch.exe
    can't be found, in order to help figure out where it needs to go
-   rb-site more clearly informs that an existing database with valid
    permissions is needed for installation
-   rb-site now lists recommendations for different services, and lists
    options that aren’t officially supported
-   Tabs in the diff viewer are now marked up, allowing custom stylesheets to
    display them differently. By default, they don’t look any different
-   Added Fedora Hosted to the hosting provider options
-   Editing a field and then canceling it on a review request now prompts for
    confirmation before discarding the new text
-   Control-S now saves the current text in review request fields
-   We now support storing lots of text in the Description and Testing Done
    fields on MySQL
- Performance Improvements:
-   Review Board now requires Pygments 1.4 or higher. Older installations
    running older versions of Pygments should get a performance increase when
    rendering diffs
- Bug Fixes:
-   Using Review Board with wsgi without mod_python installed on the system no
    longer prevents Review Board from breaking
-   Screenshot draft captions are now always displayed correctly. Previously,
    only the main caption would display, making them appear blank on new
    uploads
-   Changing screenshot draft captions now invalidates the cache, allowing
    them to be seen when reloading the page
-   When sending an e-mail, we no longer crash if the sender has no e-mail
    address
-   Caching really long files or diffs now works more consistently.
    Previously, it was possible for the data to not be stored correctly
-   Fixed a date range calculation sometimes causing the log viewer to fail on
    the first of the month
-   Failing to load the Review Board News feed in the administration UI due to
    a proxy will no longer cause an HTTP 500 error to display
-   Invalid bug tracker URLs (those containing more than one %s, for example)
    in the administration UI no longer breaks review requests
-   The Mercurial support no longer overrides the SSH client configuration if
    one is already provided
-   The recaptcha_client dependency has been renamed to recaptcha-client. Both
    technically work, but the former is more correct and makes packaging
    easier
-   Fixed a few occasional errors that could show up on the dashboard under
    certain conditions
* Fri Jun 17 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.5.5-2
- Resolves: rhbz#598463 - rb-site suggest that I use an unsafe temporary
-                         directory
--------------------------------------------------------------------------------


================================================================================
 clamav-unofficial-sigs-3.7.1-6.el5 (FEDORA-EPEL-2011-4210)
 Scripts to download unoffical clamav signatures
--------------------------------------------------------------------------------
Update Information:

Fix deployment of sigs to clamav
fixes regressions caused by removal of shell from clam user
--------------------------------------------------------------------------------
ChangeLog:

* Thu Aug 18 2011 Andrew Colin Kissa <andrew at topdog.za.net> - 3.7.1-6
- Fix moving signatures into clam directory
* Thu Aug 18 2011 Andrew Colin Kissa <andrew at topdog.za.net> - 3.7.1-5
- Added update user as EPEL clam user has no shell access
- Fix pid path on EPEL
--------------------------------------------------------------------------------


================================================================================
 django-evolution-0.6.5-1.el5.3 (FEDORA-EPEL-2011-4223)
 Schema evolution for Django
--------------------------------------------------------------------------------
Update Information:

ReviewBoard:
- New upstream release 1.5.6
- http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.5.6/
- New Features:
- The PATH environment variable is now shown in the error when patch.exe
- can't be found, in order to help figure out where it needs to go
- rb-site more clearly informs that an existing database with valid
- permissions is needed for installation
- rb-site now lists recommendations for different services, and lists
- options that aren’t officially supported
- Tabs in the diff viewer are now marked up, allowing custom stylesheets to
- display them differently. By default, they don’t look any different
- Added Fedora Hosted to the hosting provider options
- Editing a field and then canceling it on a review request now prompts for
- confirmation before discarding the new text
- Control-S now saves the current text in review request fields
- We now support storing lots of text in the Description and Testing Done
- fields on MySQL
- Performance Improvements:
- Review Board now requires Pygments 1.4 or higher. Older installations
- running older versions of Pygments should get a performance increase when
- rendering diffs
- Bug Fixes:
- Using Review Board with wsgi without mod_python installed on the system no
- longer prevents Review Board from breaking
- Screenshot draft captions are now always displayed correctly. Previously,
- only the main caption would display, making them appear blank on new
- uploads
- Changing screenshot draft captions now invalidates the cache, allowing
- them to be seen when reloading the page
- When sending an e-mail, we no longer crash if the sender has no e-mail
- address
- Caching really long files or diffs now works more consistently.
- Previously, it was possible for the data to not be stored correctly
- Fixed a date range calculation sometimes causing the log viewer to fail on
- the first of the month
- Failing to load the Review Board News feed in the administration UI due to
- a proxy will no longer cause an HTTP 500 error to display
- Invalid bug tracker URLs (those containing more than one %s, for example)
- in the administration UI no longer breaks review requests
- The Mercurial support no longer overrides the SSH client configuration if
- one is already provided
- The recaptcha_client dependency has been renamed to recaptcha-client. Both
- technically work, but the former is more correct and makes packaging
- easier
- Fixed a few occasional errors that could show up on the dashboard under
- certain conditions


RBTools:
- New upstream 0.3.3 release
- http://www.reviewboard.org/docs/releasenotes/dev/rbtools/0.3.3/
- Notable Changes:
- Rewrote the Clear Case implementation to be cleaner, more maintainable,
- and less buggy
- New Features:
- post-review:
- Added --http-username and --http-password for providing defaults for
- Basic HTTP Authentication
- Clear Case:
- Added proper support for --tracking-branch and --revision-range
- Clear Case configuration has moved to .reviewboardrc
- Git:
- Added automatic parent diff determination when using --revision-range
- Added support for working against bare repositories when using
- revision-range
- Enhanced --revision-range to take any valid Git revisions
- Support --repository-url for overriding the git origin URL
- Mercurial:
- Added support for --guess-summary and --guess-description
- Allow a single revision to be passed to --revision-range
- Subversion:
- Added support for --svn-changelist for specifying SVN changelists
- Bug Fixes:
- post-review:
- Fixed authentication problems with some versions of Review Board
- Clear Case:
- The view is properly recognized
- Removed the dependency on xargs and cygwin
- Fixed breakages with binary files
- Removed support for --label, which was useless
- Running just post-review will now produce a working diff of checked
- out files
- Diffs generate properly now under Windows
- The diffs no longer hard-code a fake date, but instead use the real
- time/date of the file
- Files that were renamed no longer breaks the diff. OID/UUIDs are used
- instead of file paths
- Fixed diff generation to use the diff program instead of hand-crafting
- the diffs
- Running with --revision-range with paths that don't exist no longer
- produces unreadable IOException errors
- Git:
- Use real URLs when using git prefixes
- Fixed compatibility with versions of Git older than 1.6
- Added compatibility with msysgit
- The correct SVN remote tracking branch is now used for git-svn
- repositories
- Mercurial:
- Fixed an error when posting inside a Mercurial branch
- Perforce:
- Fixed Review Board version detection when checking for Perforce
- changeset support. This forced usage of the old API, preventing the new
- API from being used, which prevented usage with Review Board 1.6
- Subversion:
- Lines starting with --- and +++ in diffs that aren't diff control lines
- no longer results in broken diffs
--------------------------------------------------------------------------------
ChangeLog:

* Mon Aug 22 2011 Stephen Gallagher <sgallagh at redhat.com> - 0.6.5-1.3
- Restore python_sitelib variable removed by merge
* Mon Aug 22 2011 Stephen Gallagher <sgallagh at redhat.com> - 0.6.5-1
- New upstream release 0.6.5
- Fixed the version association for baseline evolutions for apps
- Added a built-in evolution to remove the Message model in Django 1.4 SVN
* Mon Jul 11 2011 Stephen Gallagher <sgallagh at redhat.com> - 0.6.4-2
- Resolves: rhbz#720056 - file conflict python-paste-deploy x django-evolution
- Remove tests from installed RPM
* Thu Jun 23 2011 Stephen Gallagher <sgallagh at redhat.com> - 0.6.4-1
- New upstream release 0.6.4
- Unit test compatibility fixes for Django SVN
- Installs a baseline evolution history for any new apps, preventing the
- problem where an up-to-date set of models for a new app would be installed
- on syncdb, followed by a failed evolution due to those changes having
- already been made.
* Tue May 10 2011 Stephen Gallagher <sgallagh at redhat.com> - 0.6.3-1
- New upstream release 0.6.3
- Fixes a long-standing PostgreSQL bug with adding non-null fields with
- default values
- Fixes the multi-database support when the databases are of different
- backends
* Tue Feb  8 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
--------------------------------------------------------------------------------


================================================================================
 fedora-easy-karma-0-0.12.20110819gitadba3055.el5 (FEDORA-EPEL-2011-4219)
 Fedora update feedback made easy
--------------------------------------------------------------------------------
Update Information:

* Display URLs of test cases for updates
* Show critpath information for updates
* Fix referenced bug


This is a new package.
--------------------------------------------------------------------------------
ChangeLog:

* Fri Aug 19 2011 Till Maas <opensource at till.name> - 0-0.12.20110819gitadba3055
- Update to new release
- Fix Red Hat Bug #718446
* Tue Feb  8 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0-0.11.20101123gitf70e9b6d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #718446 - [abrt] fedora-easy-karma-0-0.11.20101123gitf70e9b6d.fc15: fedora-easy-karma:281:__init__:IOError: [Errno 2] No such file or directory: '/home/eduardo/.fedora-easy-karma/bodhi-cache-F15.cpickle'
        https://bugzilla.redhat.com/show_bug.cgi?id=718446
  [ 2 ] Bug #637349 - [abrt] fedora-easy-karma-0-0.7.20100709git561718c8.fc14: fedora-easy-karma:420:wrap_paragraphs_prefix:IndexError: list index out of range
        https://bugzilla.redhat.com/show_bug.cgi?id=637349
  [ 3 ] Bug #730427 - make build available for epel6
        https://bugzilla.redhat.com/show_bug.cgi?id=730427
--------------------------------------------------------------------------------


================================================================================
 perl-Digest-Perl-MD5-1.8-2.el5 (FEDORA-EPEL-2011-4220)
 Perl implementation of Ron Rivest's MD5 Algorithm
--------------------------------------------------------------------------------
Update Information:

This is the first Fedora/EPEL release of perl-Digest-Perl-MD5.
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #732484 - Review Request: perl-Digest-Perl-MD5 - Perl implementation of Ron Rivest's MD5 Algorithm
        https://bugzilla.redhat.com/show_bug.cgi?id=732484
--------------------------------------------------------------------------------


================================================================================
 potrace-1.10-1.el5 (FEDORA-EPEL-2011-4222)
 Transform bitmaps into vector graphics
--------------------------------------------------------------------------------
Update Information:

A DXF backend was added. The output is in the drawing interchange format used by computer aided design software. Thanks to Jonas Benedett Dorr for testing. The Gimppath backend was changed to be compatible with current versions of Gimp. The EPS, PDF, and SVG backends now use high-resolution bounding boxes. The default scaling of the EPS, PDF, and SVG backends is now fixed at 72dpi. A new option --flat was added to the SVG backend. A new option --tight was added to remove whitespace around the input image before calculating its scaling and placement.
--------------------------------------------------------------------------------
ChangeLog:

* Sun Aug 21 2011 Jussi Lehtola <jussilehtola at fedoraproject.org> - 1.10-1
- Update to 1.10.
* Wed Feb  9 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #732257 - potrace-1.10 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=732257
--------------------------------------------------------------------------------


================================================================================
 python-djblets-0.6.10-1.el5 (FEDORA-EPEL-2011-4223)
 A collection of useful classes and functions for Django
--------------------------------------------------------------------------------
Update Information:

ReviewBoard:
- New upstream release 1.5.6
- http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.5.6/
- New Features:
- The PATH environment variable is now shown in the error when patch.exe
- can't be found, in order to help figure out where it needs to go
- rb-site more clearly informs that an existing database with valid
- permissions is needed for installation
- rb-site now lists recommendations for different services, and lists
- options that aren’t officially supported
- Tabs in the diff viewer are now marked up, allowing custom stylesheets to
- display them differently. By default, they don’t look any different
- Added Fedora Hosted to the hosting provider options
- Editing a field and then canceling it on a review request now prompts for
- confirmation before discarding the new text
- Control-S now saves the current text in review request fields
- We now support storing lots of text in the Description and Testing Done
- fields on MySQL
- Performance Improvements:
- Review Board now requires Pygments 1.4 or higher. Older installations
- running older versions of Pygments should get a performance increase when
- rendering diffs
- Bug Fixes:
- Using Review Board with wsgi without mod_python installed on the system no
- longer prevents Review Board from breaking
- Screenshot draft captions are now always displayed correctly. Previously,
- only the main caption would display, making them appear blank on new
- uploads
- Changing screenshot draft captions now invalidates the cache, allowing
- them to be seen when reloading the page
- When sending an e-mail, we no longer crash if the sender has no e-mail
- address
- Caching really long files or diffs now works more consistently.
- Previously, it was possible for the data to not be stored correctly
- Fixed a date range calculation sometimes causing the log viewer to fail on
- the first of the month
- Failing to load the Review Board News feed in the administration UI due to
- a proxy will no longer cause an HTTP 500 error to display
- Invalid bug tracker URLs (those containing more than one %s, for example)
- in the administration UI no longer breaks review requests
- The Mercurial support no longer overrides the SSH client configuration if
- one is already provided
- The recaptcha_client dependency has been renamed to recaptcha-client. Both
- technically work, but the former is more correct and makes packaging
- easier
- Fixed a few occasional errors that could show up on the dashboard under
- certain conditions


RBTools:
- New upstream 0.3.3 release
- http://www.reviewboard.org/docs/releasenotes/dev/rbtools/0.3.3/
- Notable Changes:
- Rewrote the Clear Case implementation to be cleaner, more maintainable,
- and less buggy
- New Features:
- post-review:
- Added --http-username and --http-password for providing defaults for
- Basic HTTP Authentication
- Clear Case:
- Added proper support for --tracking-branch and --revision-range
- Clear Case configuration has moved to .reviewboardrc
- Git:
- Added automatic parent diff determination when using --revision-range
- Added support for working against bare repositories when using
- revision-range
- Enhanced --revision-range to take any valid Git revisions
- Support --repository-url for overriding the git origin URL
- Mercurial:
- Added support for --guess-summary and --guess-description
- Allow a single revision to be passed to --revision-range
- Subversion:
- Added support for --svn-changelist for specifying SVN changelists
- Bug Fixes:
- post-review:
- Fixed authentication problems with some versions of Review Board
- Clear Case:
- The view is properly recognized
- Removed the dependency on xargs and cygwin
- Fixed breakages with binary files
- Removed support for --label, which was useless
- Running just post-review will now produce a working diff of checked
- out files
- Diffs generate properly now under Windows
- The diffs no longer hard-code a fake date, but instead use the real
- time/date of the file
- Files that were renamed no longer breaks the diff. OID/UUIDs are used
- instead of file paths
- Fixed diff generation to use the diff program instead of hand-crafting
- the diffs
- Running with --revision-range with paths that don't exist no longer
- produces unreadable IOException errors
- Git:
- Use real URLs when using git prefixes
- Fixed compatibility with versions of Git older than 1.6
- Added compatibility with msysgit
- The correct SVN remote tracking branch is now used for git-svn
- repositories
- Mercurial:
- Fixed an error when posting inside a Mercurial branch
- Perforce:
- Fixed Review Board version detection when checking for Perforce
- changeset support. This forced usage of the old API, preventing the new
- API from being used, which prevented usage with Review Board 1.6
- Subversion:
- Lines starting with --- and +++ in diffs that aren't diff control lines
- no longer results in broken diffs
--------------------------------------------------------------------------------
ChangeLog:

* Mon Aug 22 2011 Stephen Gallagher <sgallagh at redhat.com> - 0.6.10-1
- New upstream release 0.6.10
- Required for ReviewBoard 1.5.6
* Mon Jul 25 2011 Stephen Gallagher <sgallagh at redhat.com> - 0.6.9-15
- New upstream release 0.6.9
- Required for ReviewBoard 1.6
* Thu Jun 23 2011 Stephen Gallagher <sgallagh at redhat.com> - 0.6.8-14
- New upstream release 0.6.8
- djblets.datagrid:
- * Fixed an occasional ValueError with the datagrid.
-   On occasion, the "active" state of a column can sometimes be
-   True when the column isn't in self.datagrid.columns, which meant
-   it would throw a ValueError when trying to remove itself from the
-   list. We're more bullet-proof now.
- djblets.gravatars:
- * The gravatar templatetag no longer errors out if the provided user
-   is anonymous.
- djblets.log:
- * The "Logging to..." lines are now only logged when settings.DEBUG
-   is on.
- djblets.util:
- * JSONField no longer errors out if blank=False is used. (Bug #2015)
- * Fixed escaping of label names in label_tag() on newer versions
-   of Django.
- djblets.webapi:
- * Fixed a problem when settings.WEB_API_ENCODERS isn't set.
-   Our fallback for when this setting wasn't set was broken, causing
-   new errors.
* Tue Feb  8 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.7-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
--------------------------------------------------------------------------------


================================================================================
 towhee-7.0.1-1.el5 (FEDORA-EPEL-2011-4214)
 A Monte Carlo molecular simulation code
--------------------------------------------------------------------------------
Update Information:

Update to 7.0.1. The most significant change is the formal addition of 3 new random number generators along with a change of the default random number generator from RANLUX (the one used previously in Towhee) to DX-1597-2-7.  The new default random number generator results in faster simulations (roughly 20% faster) and also has a vastly improved repeat period of 10^(14903) instead of the old repeat period of 10^(171).
Update to 6.2.19.
Update to 6.2.19.
Update to 6.2.19.
Update to 6.2.19.
--------------------------------------------------------------------------------
ChangeLog:

* Sun Aug 21 2011 Jussi Lehtola <jussilehtola at fedoraproject.org> - 7.0.1-1
- Update to 7.0.1.
* Wed Aug 17 2011 Jussi Lehtola <jussilehtola at fedoraproject.org> - 6.2.19-1
- Update to 6.2.19.
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #731681 - towhee-7.0.1 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=731681
  [ 2 ] Bug #727825 - towhee-6.2.19 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=727825
--------------------------------------------------------------------------------


================================================================================
 zanata-python-client-1.3.0-1.el5 (FEDORA-EPEL-2011-4224)
 Python Client for Zanata Server
--------------------------------------------------------------------------------
Update Information:

-Add support for import and export fuzzy entry
-Add python-httplib2-0.4.0-5.el6 requirement 
-Change project type to gettext and podir
-Add --version and -V options
Fix bugs and improve usability
Fix bugs and improve usability
Fix bugs and improve the usability 
--------------------------------------------------------------------------------
ChangeLog:

* Tue Aug 23 2011 James Ni <jni at redhat.com> - 1.3.0-1
- Change to version 1.3.0
--------------------------------------------------------------------------------





More information about the epel-devel-list mailing list