Filter::Crypto, Version 2.00
0.07 Sat, 19 May 2012 14:46:23 +0400
* Patch for perl > 5.13.7 by Colin Watson
See https://rt.cpan.org/Public/Bug/Display.html?id=66997
1.37 2012-05-19 11:19:00
- Add x_authority metadata to the distribution for PAUSE.
- Fix restarter regex to apply to files being created/changed,
not just those being deleted.
- Use iomode => ":raw" to stop PNG files getting corrupted
when being slurped on windows as noted on the mailing list.
0.006 2012-05-19
updated for WebNano 0.007
1.36_04 Sat 19 May 2012
- Final developer release
- Updated to SQLite 3.7.12 (ISHIGAKI)
- Tweaked Makefile.PL to behave better during the Bsymbolic
check (HMBRAND)
- Added SQLITE_WITHOUT_ZONEMALLOC for older MacOS X (ISHIGAKI)
0.08 2012-05-19T18:03:48+09:00
- add --reconnect-interval option.
- sleep and retry to reconnect when failed to connect IRC server. (hirose31++)
0.006 2011-02-28
0.07 2012-05-19T17:38:36+09:00
- change join channel timing, join channel on connect to IRC Server
5.90012 - 2012-05-16 09:59:00
Distribution META.yml changes:
- author key is now correct, rather than what Module::Install
mis-parses from the documentation.
- x_authority key added.
Bug fixes:
- Fix request body parameters being multiply rebuilt. Fixes both
RT#75607 and CatalystX::DebugFilter
- Make plugin de-duplication work as intended originally, as whilst
duplicate plugins are totally unwise, the C3 error given to the user
is less than helpful.
- Remove dependence on obscure behaviour in B::Hooks::EndOfScope
for backward compatibility. This fixes issues with behaviour changes
in bleadperl. RT#76437
- Work around Moose bug RT#7536 which breaks
Catalyst::Controller::DBIC::API.
Documentation:
- Fix documentation in Catalyst::Component to show attributes and
calling readers, rather than accessing elements in the $self->{} hash
directly.
- Add note in Catalyst::Component to strongly disrecommend $self->config
- Fix vague 'checkout' wording in Catalyst::Utils. RT#77000
- Fix documentation for the 'secure' method in Catalyst:Request. RT#76710
2012-05-18: Release version 2.61
* fix issue #57 by Pyry and Eric (dormando <dormando@rydia.net>)
(mogadm host status sometimes allowed typos)
* avoid unnecessary devcount update in create_close (Eric Wong <normalperson@yhbt.net>)
* sqlite: implement locking via tables (Eric Wong <normalperson@yhbt.net>)
* worker/query: Add optional callid parameter (Gernot Vormayr <notti@bgcc.at>)
(allows command pipelining)
* delete: prevent orphan files from replicator race (Eric Wong <normalperson@yhbt.net>)
* fsck: prevent running over 100% completion (Eric Wong <normalperson@yhbt.net>)
* fsck: cleanup and reduce unnecessary devcount updates (Eric Wong <normalperson@yhbt.net>)
* fsck: update devcount, forget devs on unfixable FIDs (Eric Wong <normalperson@yhbt.net>)
* fsck: log bad count correctly instead of policy violation (Eric Wong <normalperson@yhbt.net>)
* tests: add test for fsck functionality (Eric Wong <normalperson@yhbt.net>)
* monitor: only broadcast reject_bad_md5 on change (Eric Wong <normalperson@yhbt.net>)
* worker: delete_domain returns has_classes error (Eric Wong <normalperson@yhbt.net>)
* log: enable autoflush for stdout logging (Eric Wong <normalperson@yhbt.net>)
0.35 2012-05-19
- The new delegation code could fail when a type had no
parent. Attempting to subtype Any was one way to trigger the
bug. (Dave Rolsky)
- The new delegation code broke calling ->can or ->isa on
MooseX::Types::TypeDecorator as a class method. (Dave Rolsky)
0.07 2012-05-19 13:29:38 UTC+8 bugfix: bug in recuresive call
0.44 2012-05-18 - Work around breakage introduced in MooseX::Types 0.32.
0.20 2012-05-18 - Work around breakage introduced with MooseX::Types 0.32.
0.042 2012-05-18 16:37:10 America/Los_Angeles
* Bug Fixes
The init command did not honor the PINTO_REPOSITORY_ROOT
environment variable. Thanks fibo.
0.5201 May 18, 2012
- Made get_attr() return zero if no attribute value is found.
- Simplified the example script.
- Improved POD.