Changes since previous release:
* optimized and simplified the "add" command, don't obtain and print
song list when adding directories
* same optimization for the "ls" command, which did some very
expensive underscore matching logic using "listall"
* show MPD error message in "status"
* fixed special character handling in bash completion
* don't fall back to ISO-Latin-1 in unknown locale
* disable character set conversion to/from pipe
* bug fixes
- Updating package for p5 module IPC::Cmd from 0.42 to 0.44
- Setting gnu-gpl-v2 as license
upstream changes:
Changes for 0.44 Mon May 4 10:13:19 CEST 2009
=================================================
* Apply core patch to silence diagnostics during perl
core tests. Users of 0.42 need not upgrade.
- updating package for p5 module Test::Harness from 3.16 to 3.17
- setting gnu-gpl-v2 as license
upstream changes:
3.17 2009-05-05
- Changed the 'failures' so that it is overridden by verbosity rather
than the other way around.
- Added the 'comments' option, most useful when used in conjunction
with the 'failures' option.
- Deprecated support for Perls earlier than 5.6.0.
- Allow '-I lib' as well as '-Ilib' in $Test::Harness::Switches
(regression).
- Restore old skip parsing semantics for TAP < v13. Refs #39031.
- Numerous small documentation fixes.
- Remove support for fork-based parallel testing. Multiplexed
parallel testing remains.
- updating package for p5 module Time::Piece from 1.13nb1 to 1.14
- setting gnu-gpl-v2 as license
upstream changes:
1.14
- rework add_months() to not rely on strptime being able to parse illegal
dates (Gisle Aas).
- Various win32 TZ fixes from p5p core perl version
Bump PKGREVISION.
Upstream says (http://bugzilla.gnome.org/show_bug.cgi?id=583278):
Our animation support is more a hack than something else, and I
would prefer to remove it rather than enabling it :)
Maybe in the future, Gtk+ will provide better API for animations,
and we could write a better approach, which uses less CPU cycles
for example.
- Updating package for p5 module Test::Output from 0.13 to 0.16
- Adjusting dependencies according to META.yml
Upstream changes since 0.13:
0.16 - Fri May 15 09:14:19 2009
Multiple fixes:
* RT #23494: squash warning when untie-ing STDOUT
* RT #45740: fix Test::Tester prereq version
* RT #45748: Add a null BINMODE to Test::Output::Tie
- updating package for p5 module Scope::Upper from 0.08 to 0.09
Upstream changes:
0.09 2009-05-17 20:20 UTC
+ Add : The new SU_THREADSAFE constant can be used to know whether the
module could have been built with thread safety enabled.
+ Chg : Thread safety is disabled for perl 5.8 on Win32.
+ Chg : A saner workaround for the "call_sv() during LEAVE clobbers the
still used last popped stack element" issue on 5.10.
- Updating package for p5 module Scalar::Defer from 1.18nb1 to 1.20
Upstream changes:
[Changes for 0.20 - 20090-02-04]
* No code changes. 0.19 dist was incorrectly built from blib
[Changes for 0.19 - 20090-02-04]
* Silence Scalar::Defer::Deferred::DEMOLISH warnings - SARTAK++
- Updating package for p5 module Catalyst::Controller::FormBuilder from
0.04 to 0.05
- Adjusting dependencies according to META.yml
- Adjust home page and comment
- Setting license to gnu-gpl-v2
Upstream changes:
0.05 08-05-09 15:12:26
Change from NEXT to MRO::Compat. Remove unneeded Class::Accessor::Fast
base classes (Chisel Wright)
- Updating package for p5 module Catalyst::Devel from 1.12 to 1.15
- Adjusting dependencies according to META.yml
Upstream changes:
1.15 2009-05-13 20:02
- Remove -p option for pid file, and restore it to the port number,
as it should be -port|-p (t0m)
- Document -pidfile in myapp_server.pl POD (t0m)
1.14_02 2009-05-11 04:29
- Small changes to work with File::ChangeNotify 0.03.
1.14_01 2009-05-11 03:45
- This release moves the restarter functionality into a new
module Catalyst::Restarter, that is not a Catalyst Engine
subclass.
The new restarter is simpler and more reliable, because it
does not try to test if a changed piece of code can be
compiled. It simply restarts the server whenever it detects
changes. This also makes it much faster.
However, this does mean that the server can simply die when
a changed file cannot compile. This is different than the
old behavior, where the server remained running without
incorporating the change.
Finally, the new restarter relies on File::ChangeNotify,
which is designed to accomodate per-OS methods of detecting
changed files. As of this writing, it currently ships with a
file watcher that uses inotify on Linux systems, and a
default fallback class that does everything in pure Perl.
1.13 2009-05-11 02:50
- add [-pidfile|-p] option for myapp_server.pl (caelum)
- Bump dependency on Config::General (caelum)
- On perls with c3 method dispatch, make sure Class::C3 is recent
enough to not produce warnings if it is already installed (caelum)
- add resources to META.yml (caelum)
the scheduled p5-Catalyst-Devel update.
A File::ChangeNotify::Watcher class monitors a directory for changes made to
any file. A regular expression can be provided to filter out interesting
files. It handles the addition of new subdirectories by adding them to the
watch list.
dependency of upcoming import for p5 module File::ChangeNotify (which is
a dependency for the scheduled p5-Catalyst-Devel update).
This module does not provide any methods. Simply loading it changes the
default naming policy for the loading class so that accessors are separated
into get and set methods. The get methods have the same name as the accessor,
while set methods are prefixed with "set_".
of upcoming import for p5 module File::ChangeNotify (which is a dependency
for the scheduled p5-Catalyst-Devel update)
This module fills a gap in Moose by adding method parameter validation to
Moose. This is just one of many developing options, it should not be
considered the "official" one by any means though.