epel beta report: 20101122 changes

EPEL Beta Report epel at fedoraproject.org
Mon Nov 22 19:46:31 UTC 2010


Compose started at Mon Nov 22 19:12:52 UTC 2010

New package Pound
        Reverse proxy and load balancer
New package adf-gillius-fonts
        Gillius ADF sans-serif typeface family
New package django-ajax-selects
        Enables editing of ForeignKey, ManyToMany and simple text fields
New package firebird
        SQL relational database management system
New package gmpy
        A Python interface to the GNU Multiple Precision Arithmetic Library
New package innotop
        A MySQL and InnoDB monitor program
New package liboping
        C library to generate ICMP echo requests
New package lightsquid
        Light, small, and fast log analyzer for squid proxy
New package mysqlreport
        A friendly report of important MySQL status values
New package perl-File-Path-Tiny
        Recursive versions of mkdir() and rmdir() without as much overhead as File::Path
New package perl-LockFile-Simple
        Simple file locking scheme
New package python-pika
        AMQP 0-8 and 0-9-1 client library for Python
New package rhn-custom-info
        Set and list custom values for RHN-enabled machines
Updated Packages:

ReviewBoard-1.5.1-18.el6
------------------------
* Mon Nov 22 2010 Stephen Gallagher <sgallagh at redhat.com> - 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.

* Fri Oct 01 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.5-17
- Release ReviewBoard 1.5 final
- Full release notes:
- http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.5/

* Mon Sep 20 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.5-16.rc2
- Fix specfile typo causing build break

* Mon Sep 20 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.5-15.rc2
- Update to new upstream release 1.5rc2
- Added Python 2.7 compatibility.
- Added compatibility with PyLucene 3.x. Support for 2.x still remains.
- Added support for review requests without diffs, for image/screenshot review
- Assorted API improvements and bugfixes
- Update Djblets requirement to 0.6.4
- http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.5-rc-2/

* Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 1.5-14.rc1.1
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild

* Fri Jul 09 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.5-14.rc1
- Add missing Requires: python-dateutil


django-evolution-0.6.2-1.el6
----------------------------
* Mon Nov 22 2010 Stephen Gallagher <sgallagh at redhat.com> - 0.6.2-1
- Upgrade to django-evolution 0.6.2 to support ReviewBoard 1.5.1

* Wed Nov 10 2010 Stephen Gallagher <sgallagh at redhat.com> - 0.6.1-1
- Upgrade to latest upstream release

* Thu Jul 29 2010 Stephen Gallagher <sgallagh at redhat.com> - 0.5-4
- Rebuilding to fix python 2.7 issues

* Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 0.5-3
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild


ngircd-17-1.el6
---------------
* Sun Nov 21 2010 Kevin Fenzi <kevin at tummy.com> - 17-1
- Update to 17


perl-Image-ExifTool-8.40-1.el6
------------------------------
* Mon Nov 22 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 8.40-1
- update to 8.40


perl-Test-Requires-0.06-2.el6
-----------------------------
* Thu Nov 18 2010 Paul Howarth <paul at city-fan.org> - 0.06-2
- run release tests as well as standard test suite in %check
- drop no-longer-needed buildreq perl(Filter::Util::Call)
- new buildreqs perl(Test::Perl::Critic), perl(Test::Pod), perl(Test::Spelling)

* Tue Oct 05 2010 Iain Arnell <iarnell at gmail.com> 0.06-1
- update to latest upstream version


python-djblets-0.6.6-11.el6
---------------------------
* Mon Nov 22 2010 Stephen Gallagher <sgallagh at redhat.com> - 0.6.6-11
- New upstream release 0.6.6
- djblets.util:
-    Fixed a compatibility problem with JSONField and Django 1.1. It
-    was assuming support for Django 1.2's multi-database support.
-    Fixed multi-database support in Django 1.2 with JSONField, where
-    the default connection was always being used in one case.

* Mon Nov 22 2010 Stephen Gallagher <sgallagh at redhat.com> - 0.6.5-10
- djblets.datagrid:
-     MEDIA_SERIAL is now used for all the images in the datagrid
-      template. Patch by Ben Hollis.
- djblets.util:
-     Added a @root_url decorator for use with get_absolute_url
-     implementations, which appends SITE-ROOT to any returned URLs.
-     Added a CounterField for atomically updating counters.
-     CounterField can be used to atomically increment or decrement
-     an integer stored in the database, on individual models or
-     on many models at a time. It's intended to substitute for
-     potentially expensive or numerous SQL queries that retrieve
-     counts of objects.
-     Updated the custom fields for Django 1.2 multi-database
-     compatibility.
- djblets.webapi:
-     Fixed a bug in serializing 'long' values in XML.
-     Resources now Vary on HTTP Accept, meaning that the browser won't
-     cache the wrong response type when accessing the same resource
-     with two different requested mimetypes.
-     Reduced the SQL query count for resources.
-     Fixed problems that could occur with URLs when serializing objects in
-     a list and when returning links.

* Mon Sep 20 2010 Stephen Gallagher <sgallagh at redhat.com> - 0.6.4-9
- New upstream release 0.6.4
- http://downloads.reviewboard.org/releases/Djblets/0.6/Djblets-0.6.4.NEWS

* Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 0.6.3-8
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild

* Tue Jul 06 2010 Stephen Gallagher <sgallagh at redhat.com> 0.6.3-7
- Added utility functions for HTTP Accept-based content negotation.
- Add some gravy to make sites work better on iphone/ipad Safari
- Required for ReviewBoard 1.5rc1 and later

* Fri May 14 2010 Stephen Gallagher <sgallagh at redhat.com> 0.6.2-6
- Fixed rendering issues with columns in the datagrids
- Fixed over-caching of columns
- Added a new resource-based model for doing more RESTful APIs
- Required for ReviewBoard 1.5beta2 and later


Summary:
Added Packages: 13
Removed Packages: 0
Modified Packages: 6




More information about the epel-devel-list mailing list