--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2012-16845
2012-10-24 23:32:41
--------------------------------------------------------------------------------

Name        : python-djblets
Product     : Fedora 16
Version     : 0.6.24
Release     : 1.fc16
URL         : http://www.review-board.org
Summary     : A collection of useful classes and functions for Django
Description :
A collection of useful classes and functions for Django

--------------------------------------------------------------------------------
Update Information:

* Wed Oct 24 2012 Stephen Gallagher <[email protected]> - 1.6.13-1
- New upstream release 1.6.13
- http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.6.13/
- http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.6.12/
- New Features:
      * Added support for incremental diff expansion
      * Replaced our old Report Bug and Bugs links in the top-right with
        Support
      * Added support for Clear Case snapshot views
- Performance Improvements:
      * We no longer perform syntax highlighting for very large files
- Hosting Service Changes
      * Fedora Hosted has been switched to use cgit instead of GitWeb
- Web API Changes:
      * The FileDiffComment resource was showing all comments for all files in
        a diffset. Now it’s taking into account the requested FileDiff
      * Passing ?shipit=0 to the ReviewRequests resource now returns all
        review requests that do not have a Ship It
- Bug Fixes:
      * General:
          * Fixed a regression where users could see other users' unpublished
            replies
          * Diff upload API errors now serialize the revision correctly
          * Fixed linking to bug numbers when they contain a #
          * The headers shown on the diffs in e-mails are no longer broken
          * The diff viewer no longer allows expansion to a function/class
            unless that function/class is defined within the collapsed region
          * Fixed validation of bug tracker URLs
          * Linked URLs with parenthesis in the URL no longer generate broken
            links
          * Fixed problems with collapsing SVN keywords
          * Changes to new files in parent diffs are no longer styled wrong
          * Fix JavaScript errors when publishing reviews with screenshot
            comments
          * The alt text for images in the dashboard now show the expected text
            and not Python representations of objects
      * Clear Case:
          * Filenames on Clear Case are now displayed in a more readable format
          * Fixed some issues with handling paths on Clear Case on Windows
      * Git:
          * Fixed Git diffs with deleted binary files
          * Extended data in Git diffs (such as the author, description, etc.)
            is no longer lost when uploading a diff
          * The Binary files have changed parts in a Git diff are no longer
            lost when uploading a diff
      * Mercurial:
          * Fixed support for hg git diffs with spaces in the path
      * Subversion:
          * Fixed parsing of SVN diffs with property changes
          * Fixed display of SVN diffs with changes in $Keyword$ formatting
--------------------------------------------------------------------------------
ChangeLog:

* Wed Oct 24 2012 Stephen Gallagher <[email protected]> - 0.6.24-1
- New upstream release 0.6.24
- Drop upstreamed patches
- Include tests in djblets directory
- Include README
- djblets.feedview:
      * We now use the latest upstream of feedparser instead of an older
        bundled version
- General:
      * We now require Django 1.3.3
- djblets.util:
      * Added djblets.util.humanize
- djblets.webapi:
      * Added an Item-Content-Type header to web API responses for list
        resources
* Wed Aug  8 2012 Stephen Gallagher <[email protected]> - 0.6.22-2
- Use the system feedparser.py
* Tue Jul 31 2012 Stephen Gallagher <[email protected]> - 0.6.22-1
- New upstream releae 0.6.22
- Fixes to support Review Board 1.6.11
- djblets.datagrid:
-     Improved performance of the datagrids
- djblets.util:
-     The ifuserorperm template tag now accepts both IDs and User
      objects, allowing comparisons to be made without fetching the
      User
-     Fixed a bug with ifuserorperm and non-int IDs
-     User and AnonymousUser are no longer imported globally in
      the djblets_utils templatetags. This fixes some breakages in
      apps that imported this file to get access to filters, but weren't
      running in a Django settings environment
* Sat Jul 21 2012 Fedora Release Engineering <[email protected]> 
- 0.6.19-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Tue Jun 12 2012 Stephen Gallagher <[email protected]> - 0.6.19-1
- New upstream release 0.6.19
- JavaScript:
-     inlineEditor no longer bubbles keypress events up
* Tue Jun  5 2012 Stephen Gallagher <[email protected]> - 0.6.18-1
- New upstream release 0.6.18
- djblets.siteconfig:
-     Settings form rows in the template now have IDs indicating the row and
      CSS class names
-     Help text for fields are now marked as safe, so that the contents
      aren't escaped
-     The form's disabled_reasons is no longer assumed to be populated
-     The initial field values are now always set
- djblets.util:
-     Added a json_dumps filter, which serialized a value to JSON
* Wed Apr 25 2012 Stephen Gallagher <[email protected]> - 0.6.17-2
- Fix Django requirement for F18+
- Guarantee rebuild of egg-info
* Wed Apr 25 2012 Stephen Gallagher <[email protected]> - 0.6.17-1
- New upstream release 0.6.17
- djblets.gravatars:
-     Gravatars are no longer hard-coded to be jpegs. This was breaking some
      gravatars.
- JavaScript:
-     inlineEditor now has a showRequiredFlag option for indicating if a field
      is required.
-     inlineEditor now indicates when its dirty state changes
* Mon Feb 27 2012 Stephen Gallagher <[email protected]> - 0.6.16-1
- New upstream release 0.6.16
- djblets.pipeline:
-     Replaced the djblets.compress module with djblets.pipeline.
- djblets.util:
-     Fixed Django 1.4 compatibility.
-     Fix parsing of tokens in a blocktag in Django 1.4
- djblets.datagrid:
-     Removed an extraneous </span> in the paginator
-     Fixed a compatibility issue with Django 1.4 in the queries
- djblets.webapi:
-     Add support for resource-specific mimetypes
-     Accept "true" as a valid boolean value in the web API
* Sat Jan 14 2012 Fedora Release Engineering <[email protected]> 
- 0.6.14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Thu Nov 10 2011 Stephen Gallagher <[email protected]> - 0.6.14-1
- New upstream release
- djblets.testing:
-     Added a new TestCase class and @add_fixtures decorator for having
      fixtures specific to text functions.
- djblets.util:
-     Fixed defaults on counter fields on new model instances.
-     Added a controlled_subprocess context manager for Python 2.5+.
-     Moved controlled_subprocess into djblets.util.contextmanagers.
-     Fixed a syntax error in controlled_subprocess on Python 2.4 and 2.5.
-     The jQuery and jQuery-UI versions are now referenced in only one place,
      in js/jquery.html and js/jquery-ui.html. Other templates can include
      these and keep up-to-date with the versions Djblets provides.
- djblets.log:
-     Allow logging page access times.
-     Include the HTTP method in the new page request logs.
- djblets.webapi:
-    API authorization failures, misparsed headers, and authorization attempts
     are now logged.
-    Fixed authentication failures when ":" was in the password.
- djblets.compress:
-    Added a new filters for django-compress that handles lesscss
     (http://lesscss.org) files and automatically converts/deploys as CSS.
-    Added new templates for django-compress that handles the MEDIA_SERIAL
     suffix.
- djblets.siteconfig:
-     The settings template now allows fields to not have a label by setting
      "fields_no_label" to True in the form class.
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update python-djblets' 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

Reply via email to