Changes since 4.4.2:
x11/xfce4-panel:
* Quite a bit code changed in the dnd code. Mostly to fix a segfault
in FreeBSD-amd64, but more problems were discovered and a lot of
code was simplified.
* Don't respond the uri drags, we don't use it and it only causes
problems like hiding the panel when a file was dragged over the
panel (Bug #3815).
* Fix crash with xrandr 1.2 (Bug #3620)
x11/xfce4-desktop:
* Make menu panel plugin honor CustomizeDesktopMenu kiosk setting
(Bug #1026).
* Fix incorrect initial desktop font size when setting custom font
size if a custom font was never set before (Bug #3957).
wm/xfce4-wm:
* Fix automaximize on move
* Remove trailing \0 in UTF-8 strings, that causes libwnck to
rightfully complain that NET_WM_NAME contains invalid UTF-8
* Exit on SelectionClear event so that xfwm4 exits even with WM who
do not send a ClientMessage event such as Openbox (Bug #2374)
* Backport overlay and compositor support from trunk (Bug #3849)
* Filter out grab/ungrab events so we don't end up redrawing the
frame twice
* Set monitor when positionning menu (Bug #4162)
* Reduce flickering during resize (Bug #4283)
* Fix NET_WM_STATE claiming maximization vertical and horizontal even
if only horizontal of vertical is actually set (Should fix Bug #3969)
* Loosen the rule that prevents an application from iconifying itself
when skip_taskbar is set (Bug #4434)
* Rework visual depth selection of the frame window (Bug #4452)
* Add support for NET_MOVERESIZE_WINDOW
* Take gravity bit into account in configure resize only requests to
comply with standard (Bug #3634)
* Add client windows to save set to avoid loosing all windows in case
of crash
* Use guint32 instead of Time internally to avoid potential issues in
64bits
* Add a "--replace" command line option to replace ICCCM2 compliant
window managers (Bug #3731)
x11/libxfce4gui:
* Fix format-string vulnerability in dialog code
x11/xfce4-terminal:
* Update to latest trunk translations.
sysutils/xfce4-thunar:
* Update to latest trunk translations.
editors/xfce4-mousepad:
* Sort recent items by most recently used.
x11/xfce4-utils:
* Fix missing translated chars (Bug #3543)
Updated translations:
* Basque
* Brazilian Portuguese
* Catalan
* Chinese Traditional
* Danish
* Estonian
* Finnish
* French
* Galician
* German
* Indonesian
* Japanese
* Korean
* Kurdish
* Latvian
* Norwegian
* Polish
* Sinhala
* Slovak
* Slovene
* Spanish
* Turkish
* Urdu
PSPVC is an FFMPEG front-end to convert video files for the PSP. It allows
you to queue severals conversions with different parameters for each.
Formats:
* MPEG4/SP (all firmware)
* H264/AVC (firmware 2.0+)
* H264/AVC 480x272 (firmware 3.03-OE-B+)
Updated devel/p5-Rose-Object version 0.854
Updated www/p5-Rose-HTML-Object to 0.600
Updated www/p5-Rose-URI to 0.500
Updated www/p5-Test-WWW-Declare to 0.02
Updated www/p5-Test-WWW-Mechanize to 1.22
Added www/p5-HTTP-Response-Encoding version 0.05
Updated www/p5-WWW-Mechanize to 1.52
Updated www/p5-libwww to 5.822
Updated www/p5-WWW-Facebook-API to 0.4.14
Updated audio/p5-MP3-Info to 1.24
Updated comms/p5-Device-Gsm to 1.52
Updated converters/p5-JSON-Any to 1.18
Updated converters/p5-JSON-XS to 2.231
Updated databases/p5-CatalystX-CRUD-Model-RDBO to 0.19
Updated databases/p5-DBM-Deep to 1.0014
Added databases/p5-Rose-DBx-AutoReconnect version 0.02
Added www/p5-CatalystX-CRUD-YUI version 0.012
Pkgsrc changes:
o Canonicalize HOMEPAGE
o Adjust dependencies to match the new requirements
o Add substitution so that sqlite3 can be picked up by the tests
Upstream changes:
0.12 22 Nov 2008
* add missing req in Makefile.PL
* add IPC::Cmd dep so we can test for sqlite3 in tests
0.11 18 Nov 2008
* base controller no longer sets current_view
* copy all static/css/crud/*.css files for CX::CRUD::YUI 0.008
0.10 29 Sept 2008
* added missing req to Makefile.PL
0.09 11 Sept 2008
* add real tests with example schema supplied by laust from #catalyst
0.09_05 27 Aug 2008
* fix UTF-8 encoding bug where JSON:XS utf8() flag was
incorrectly set to 'on'.
* move bulk of the code into smaller packages:
CatalystX::CRUD::YUI
Rose::HTMLx::Form::Related
Rose::DBx::Object::MoreHelpers
This refactoring means that DBIC users can use all the YUI interface
and RHTMLO goodness as well.
* changed the default root/<dir> to 'crud' instead of 'rdgc'
IF YOU ARE UPGRADING, you can symlink or rename rdgc => crud
0.09_04 11 Aug 2008
* update .tt and .pm files to support multi-column PKs
0.09_03 31 July 2008
* split up rdgc/footer.tt into yui_footer.tt
* add default_sort_by() to Form::Metadata
* toggle rowsPerPage via select popup
* throw_error if !can_read in autocomplete()
* support on* attributes for js in autocomplete
* added RDGC::Excel for .xls output
* refactor the takes_object_as_argument feature
* link_panel now uses same YAHOO ResizePanel widget as addRowPanel
* use double ;; in primary_key_uri_escaped() to match
CatalystX::CRUD 0.28
0.09_02 30 June 2008
* several small bug fixes with .tt files
* allow for related_field mapping at init time
* fix autocomplete CSS
0.09_01 13 Jun 2008
* use column as label if not defined in form
* add support for file upload fields in form.tt
* add support for alternate relationship labels in base Form class
* add support for alternate relationship labels in show_relationships.tt
* tweek the base RDBO flatten() method
* added pseudo_field_labels() method in Form base class
* no 'remove' button if in view mode
* fix bug in yui_datatable_count.tt where js was getting
NaN values if there were no results.
* add 'New' link for each related matrix in show_relationships.tt
* complete refactor of all .tt code to move much of it into
YUI and YUI::DataTable
* complete refactor of all generated code to move much of
it into real base classes and installed .tt
This despite some of the tests fail...
CatalystX::CRUD::YUI is a crud application using the Yahoo User
Interface toolkit and CatalystX::CRUD components. It is derived
largely from the Rose::DBx::Garden::Catalyst project but now with
support for DBIx::Class via the CatalystX::CRUD::ModelAdapter::DBIC
package.
Rose::DBx::AutoReconnect is a subclass of Rose::DB. Additional
features include:
* If using new_or_cached() method, will ping() dbh on every
fetch from cache to ensure that the dbh is connected. This
extends the basic Rose::DB::Cache behaviour beyond
mod_perl/Apache::DBI.
* Convenient logger() method for debugging.
* Always uses DBI connect_cached() method when creating handles.
Rose::DBx::AutoReconnect was written to allow new_or_cached() to
work with MySQL's "morning bug" and to allow for restarting your
database without restarting your application. See also
Rose::DBx::Cache::Anywhere.
Pkgsrc changes:
o Change to Module::Build build method
Upstream changes:
1.0014 Jun 13 23:15:00 2008 EST
- (This version is compatible with 1.0013)
- Fix for RT#36781 (t/44 has an unrequired dependency)
- lock() has been aliased to lock_exclusive(). There is now
a lock_shared() method. The :flock constants are no longer
imported into the DBM::Deep namespace.
**** THIS IS AN API CHANGE ****
Upstream changes:
0.19 12 Dec 2008
* fix long-standing issue with passing additional args to
load() via CXC::Object::RDBO->read
0.18 11 Dec 2008
* fix logic for mangling sort_by with table prefix. If the
sort_by value already has a . (dot) in it, assume the
request knew what it was doing.
Upstream changes:
2.231 Thu Nov 20 04:59:08 CET 2008
- work around 5.10.0 magic bugs where manipulating magic values
(such as $1) would permanently damage them as perl would
ignore the magicalness, by making a full copy of the string,
reported by Dmitry Karasik.
- work around spurious wanrings under older perl 5.8's.
Upstream changes:
1.52 Tue Nov 25 21:24:00 CET 2008
- Added a longer timeout on call forwarding. Thanks to Marek Jaros.
1.51 Wed Oct 29 22:32:00 CET 2008
- Added new method to set/reset call forwarding options
(patch contributed by Attila Nagy: thanks!)
- Removed the syslog test script (t/04syslog.t).
It continuously broke tests on Solaris and basically every
other setups where you are not installing as privileged user.
Upstream changes:
* v1.24 Sat Nov 8 17:05:15 PST 2008
* RT #13970: get_mp3info goes into infinite loop if no 0xFF byte in file
* Fix VBR check for files that have Info header.
* Add VBRI check from KDF.
* Fix parsing of id3v2 APIC frame when it uses UTF8 encoding
* Support new WAV id3v2 block type, ID32 - Andy Grundman
* Handle ULT like USLT
Upstream changes:
0.4.14 Tue Oct 14 22:37;41 EDT 2008
Added Applicationi,Admin,SMS APIs + tests (tburke++)
Fixed a bug with get_registered_template_bundle in Feed API (tburke++)
Upstream changes:
2008-12-05 Release 5.822
Gisle Aas (4):
A more modern user_agent example.
Make it possible to unset the proxy settings again
Prefer use specified Content-Length header [RT#41462]
Deprecate LWP::Debug
2008-11-25 Release 5.821
Various bug fixes.
Gisle Aas (3):
The Content-Length and Content-MD5 headers are no longer
valid after encode/decode
Add META information
croak on bad proxy args [RT#39919]
Slaven Rezic (1):
Skip a failing decoded_content on systems without Encode.pm [RT#40735]
Steve Hay (1):
Skip LWP test when fork() is unimplemented
Yuri Karaban (1):
redo used incorrectly in LWP::Protocol::http [RT#41116]
jefflee (1):
HTTP::Cookies::Microsoft now handles user names with space [RT#40917]
ruff (1):
Avoid aborting requests saved to file early [RT#40985]
Pkgsrc changes:
o Changed MAINTAINER to pkgsrc-users@, hope that's ok
o Adjusted dependencies according to new requirements
Upstream changes:
1.52 Tue Nov 25 09:52:30 CST 2008
========================================
[FIXED]
Improved some error messages in $mech->submit_form(). Thanks to
Norbert Buchmuller.
1.51_03 Thu Nov 20 11:05:49 CST 2008
========================================
[FIXED]
The $mech->clone() method was not passing the cookie jar to its
clone properly. Thanks to David Sainty.
The $mech->back() can fail if there's nothing on the stack to go
back to. Thanks to Dave Page.
$mech->follow_link() did not complain if a link could not be found,
even with autocheck on. Now it does. Thanks, Flavio Poletti.
[ENHANCEMENTS]
Added a $mech->form_id() method so you can look up forms by ID.
Added $mech->content_type(), because $mech->ct() is too cryptic.
1.51_02 Tue Nov 18 01:30:54 CST 2008
========================================
[STILL BROKEN]
t/local/click_button.t is still failing its tests for calling ->click
on an HTML::Form object. I suspect this is an LWP change, but I
haven't dug into it enough yet.
[FIXES]
Fixed the bad credentials API that stomped on LWP::UserAgent's
credentials() method. Thanks to Max Maschien and Matt Lawrence.
The $mech->links method now finds <link href="..."> links. Thanks
to H.Merijn Brand.
Makefile.PL explicitly requires Perl 5.8.0.
URI.pm has to be version 1.36 or else URIs don't get encoded
correctly.
LWP has to be 5.819 or we have encoding problems.
1.51_01 Thu Nov 6 15:13:03 CST 2008
========================================
[FIXES]
Page history is now working much better. The $mech->back() method
should behave more like a browser now. Most notably, it no longer
restores the cookie state, just like your browser doesn't restore
cookie state when you page back. It also should use much less
memory.
1.50 Sun Sun Oct 26 22:42:46 CDT 2008
========================================
[THINGS THAT MAY BREAK YOUR CODE]
WWW::Mechanize now requires version 5.815 of LWP. This in itself
may cause problems for you because of changes in how LWP does
authentication.
1.49_01 Sat Sep 27 23:50:04 CDT 2008
========================================
[THINGS THAT MAY BREAK YOUR CODE]
The autocheck argument to the constructor is now ON by default,
unless WWW::Mechanize is being subclassed. There are so many new
programmers whose ->get() calls fail unchecked that I'm now putting
on the seat belts for them.
[FIXES]
I do believe we are on the way to having all the encoding problems
ironed out. This version incorporates a patch from here:
http://code.google.com/p/www-mechanize/issues/detail?id=61
and tests from Miyagawa's WWW::Mechanize::DecodedContent
http://search.cpan.org/dist/WWW-Mechanize-DecodedContent/
to finally fix this.
[ENHANCEMENTS]
You can now specify not to set up the proxy, if there is one. The
proxy causes problems for Crypt::SSLeay. For details see:
http://code.google.com/p/www-mechanize/issues/detail?id=39
[DOCUMENTATION]
Fixed internal links.
[INTERNALS]
Lots of refactoring based on Schwern's "Skimmable Code" talk.
http://use.perl.org/~schwern/journal/36704http://schwern.org/~schwern/talks/Skimmable%20Code%20-%20YAPC-NA-2008.pdf
Pkgsrc changes:
o Adjust dependencies according to new requirements
Upstream changes:
1.22 Fri Nov 21 20:29:30 CST 2008
------------------------------------
[ENHANCEMENTS]
Added $mech->head_ok() and $mech->put_ok() methods. Thanks to
Jaldhar Vyas.
Pkgsrc changes:
o Canonicalize HOMEPAGE
Upstream changes:
0.50 (10.21.2008) - John Siracusa <siracusa@gmail.com>
* Fixed a bug that caused empty query parameters to be omitted
from the query string.
* Added the omit_empty_query_params object attribute (with class-
wide default override) to preserve the old behavior.
Pkgsrc changes:
o Canonicalize HOMEPAGE
o Adjust dependencies according to new requirements
Upstream changes:
0.600 (12.13.2008) - John Siracusa <siracusa@gmail.com>
* Added localization support.
* Added private library support.
* Rose::HTML::Form::Field::PopUpMenu's internal_value() is now
unconditionally singular, and undef when no items are selected.
* Fixed a bug in Rose::HTML::Image that made detection of image
sizes dependent on method call order. (Reported by Sean Allen)
* Added mod_perl 2.x support to Rose::HTML::Image. (Reported by
Sean Allen)
0.555 (10.22.2008) - John Siracusa <siracusa@gmail.com>
* Fixed a memory leak in group fields (RT #38837)
* Corrected documentation and implementation of init_with_objects().
Upstream changes:
0.854 (12.09.2008) - John Siracusa <siracusa@gmail.com>
* Altered the default name for the adds_method and inherits_method
method types in the inherited_hash class method maker.