================================
2009-10-14 03:06:11 -0400 v1_051
================================
Prepare for release.
Add a 00_info.t test to help debug platform and dependency based
issues.
Administrivia to convert the repository to git.
================================
2009-08-28 06:46:24 +0000 v1_050
================================
Jonathan Yu found a warning while packaging this distro for Debian.
I've applied his patch from rt.cpan.org 48335, and I took his
suggestion to start using Test::NoWarnings.
Philip Gwyn found a strange case where IPv6 localhost was returned as
::1 rather than the long form. Added a check for both forms.
Bumped the version to 1.050 for release.
Fix a POD error (line too long, broken link to RT) reported by
Jonathan Yu, ironically in rt.cpan.org ticket 48336. :)
Fix a warning for /etc/hosts files that contain blank lines or
comments. Suggested by Leonid Rashkovsky in e-mail.
===============================
2009-07-28 06:01:07 +0000 v1_04
===============================
Use latest POE, and prepare for a new release.
Added a machine-readable repository directory to the distribution.
Documented the bug tracker, repository, and other resource URLs.
Resolve (heh) rt.cpan.org ticket #13899. AAAA requests will check for
IPv6 addresses in /etc/hosts or your favorite operating system's
equivalent.
Resolve rt.cpan.org ticket #13492 by Sébastien Aperghis-Tramoni,
#14723 by Branislav Gerzo, and umbrella ticket #15009 by cycling
through the list of resolvers known to Net::DNS if the top one times
out.
Applied a patch by René Mayorga, resolving rt.cpan.org ticket 41313.
René's patch uses Net::DNS to find poe.perl.org's address and use
that instead of hardcoded values. Thanks also go to René for
submitting the patch through rt.cpan.org. I may never have discovered
ticket 506915 on bugs.debian.org.
===============================
2009-02-18 04:48:06 +0000 v1_03
===============================
Fix warnings uncovered by POE's recent global-warning issue.
Make it safe to have more than one PoCoDNS object.
Somehow this bug has been no problem for people this entire time. An
amazing trick really :D
===============================
2009-01-13 20:08:27 +0000 v1_02
===============================
A host-file test was failing because its address segments were wider
than single octets.
===============================
2008-10-29 16:18:54 +0000 v1_01
===============================
New version.
Accommodate DNS change for poe.perl.org in the tests.
Apply Martin Ferrari's patch to skip network tests if there's no
detectable network. Resolves rt.cpan.org ticket 33677.
1.26 Fri Jun 25 18:35:15 BST 2010
- Document the 'debug' parameter
- Croak if the user does not supply the 'types' parameter
- Fix problems with SYNOPSIS and show example plugin usage
- Don't warn inside plugin_del
- Don't complain about invalid eat constants when debug mode is off
- Add irc_plugin_error event
( All the above by Hinrik ).
Changes:
0.95 2010-05-25T22:36+02:00 DOLMEN (Olivier Mengué)
No changes since 0.94_03.
Only change since 0.94 is fix for RT#56447 (allow POE aliases as target
session ID for events).
0.94_03 2010-05-25T00:14+02:00 DOLMEN (Olivier Mengué)
No functional change since 0.94_01.
Fixed constant functions: added "()" prototype to make them inlinable
by perl. Should have been like that since 0.91_01. That should
improve performance.
Added .perlcriticrc to disable Perl::Critic policies that do not match
our style (filled RT#57638, RT#57639, RT#57640, RT#57807 for issues
with default policies).
Made some suggestions from Perl::Critic. Reduced number of lines, so
improved test coverage ratio.
Test coverage: 94.5%.
Author build system: fixed the 'Build tag'.
Author build system: improved steps to publish 'Changes.rss' in the
Google Code wiki area.
0.94_02 2010-05-18T01:02+02:00 DOLMEN (Olivier Mengué)
Author build system: Changes.{rss,yml} generation is now automated by
extending Module::Build (see 'inc/MY/Build.pm' and
'inc/MY/Build/Changes.pm').
Added 't/90-critic.t' to 'MANIFEST.SKIP' as it is the main cause of
CPAN Testers failures.
Author build system: Drop 'Makefile.PL' generation by Module::Build.
Author build system: Transformed 'make-svn-tag.pl' into a Build target
('tag').
0.94_01 2010-05-09T19:44+02:00 DOLMEN (Olivier Mengué)
RT#56447 fixed, but I expect to unapply the fix once RT#57314
(allow aliases in $poe_kernel->refcount_{in,de}crement) is
implemented. Test cases added.
Bug references are now linked in 'Changes.rss'.
Test coverage: 91.6%.
0.94 2010-03-13T16:37+01:00 DOLMEN (Olivier Mengué)
Only minor POD changes in Schedule.pm since 0.93_02.
Increased dependencies versions.
Small tweak to the 'Changes' file format to make it more parseable
and be able to generate 'Changes.yml' and 'Changes.rss'.
Added 'Changes.rss' and 'Changes.yml', generated from 'Changes'
using either 'make-Changes-rss.pl' or 'make-Changes-rss-2.pl' (see
SVN repo).
Test coverage: 92.1%.
0.93_02 2010-02-13T16:30+01:00 DOLMEN (Olivier Mengué)
More test coverage, but still only 92.1%. Help still welcome for
RT#53925.
Improved argument check for ->add() (and now, with tests too).
POE >= 1.281 is recommended as it fixes the _child(lose) issue.
Updated POD: removed obsolete warnings, updated copyright.
Updated README: should be more helpful for distribution packagers.
0.93_01 2010-02-13T01:55+01:00 DOLMEN (Olivier Mengué)
Applied fix for RT#53925 (Patch by Zeph Gillen).
Added t/50-subclass.t to try to catch subclassing problems which may
affect POE::Component::Cron. Unfortunately it does not catch
RT#53925. Help needed.
Added strictures in tests.
Updated 'MANIFEST.SKIP' to match new Module::Build: ignore MYMETA.yml.
Failed 8/152 test programs. 6/3913 subtests failed.
==================================
2010-09-04T19:20:41.964969Z v1_293
==================================
Bump version for release.
Add user continuation parameters to sig() and sig_child().
Roll back most of the lexical FIFO event arrays. Going through a
POE::Queue for this will be a bit slower, but POE::XS::Queue::Array
may be fast enough.
Continue to guarantee FIFO event ordering despite the rollback to
dumping them in a time-ordered queue. Detect minor time regressions,
and use the last time value plus a small number when needed.
Fixed a mistake in the alias_list() example code in POE::Kernel
documentation, spotted by Paul G Webster
Chris Benedict reported that Mac OS X returns ESPIPE when accept() is
aborted, rather than ECONNABORTED everywhere else. Add ESPIPE to the
list of harmless accept() errors.
Chris Benedict reported that nmap will crash Wheel::SocketFactory
based things. nmap disconnects before accept() can be called, so
accept() returns ECONNABORTED. Technically applications can handle
this themselves and not destroy the wheel, but the wheel maybe
shouldn't report harmless errors.
Apply Hinrik's patch to increase test failure verbosity.
==================================
2010-08-02T06:01:19.221768Z v1_292
==================================
Bump revision for release.
Resolve rt.cpan.org 59925, wherein sig_child() use would increase
some events' latency to at 1sec. First reported by Getty, then Avar
opened the ticket. Fixed with Hinrik's copious valuable assistance.
Fix a method name typo in TRACE_REFCNT code.
==================================
2010-07-27T06:54:51.380682Z v1_291
==================================
New version to spackle over failed one.
Version bump for release.
Nick Perez pointed out that we don't absolutely need HighEvent, since
put() returns the high-water status much more conveniently. Resolve
his rt.cpan.org ticket 56432. Oh, and fix an unrelated test plan.
Clarify the refcount_{inc,dec}rement() return values per Olivier
'dolmen' Mengu
Remove some logic that stopped being used. Adjust idle-kernel checks
into a slightly more optimal order.
Finish a sentence. Incomplete docs noted by Hinrik.
Move non-alarms out of POE::Queue::Array.
Reduce calls to get_item_count() by one per _data_ev_dispatch_due().
Reduce calls to get_next_priority() by approx. one per
_data_ev_dispatch_due(). Micro-optimize get_item_count().
Fix tests related to recent POE::Resource::Events optimizations.
At long last, apply Ton Hospel's micro-optimization for
get_next_priority().
Small optimizations. Avoid _data_stat_add() calls when not needed.
Avoid redundant session refcounts when the source and destination are
the same. Breaks some pedantic tests, but we can fix those.
Apply Hinrik's test changes from http://gist.github.com/449231
Apply Hinrik's patch to catch die() and his test case for proper
shutdown if a child coderef process dies.
Fix a method typo at Hinrik
stdio closing on exec() errors, just in case.
Add TODO test for double POE::Loop loading
Add support for POE_CATCH_EXCEPTIONS environment variable. Apply
Justin Hunter's doc patch for POE::XS::Loop::EPoll.
Tweak the test so it uses RELEASE_TESTING
Fix invalid POD links
Remove the obnoxious warning about the win32 leak in Wheel::Run
Add proper exitval handling to POE::Wheel::Run, the previous patch
munged it :(
Add deprecation warning for 'Winsize' to POE::Wheel::Run->new
Patch POE::Wheel::Run for RT#56417 and add a test+more docs
==================================
2010-04-03T20:03:35.441534Z v1_289
==================================
Bump revision for a new release. No significant changes, other than
to build a new dist with the latest EUMM.
==================================
2010-04-03T18:17:45.177433Z v1_288
==================================
Fix dependencies and bump POE revision for release.
Set svn:ignore for: META.yml CHANGES run_network_tests PoLo-Gtk
forgot to clean run_network_tests
Back out of my previous commit to auto-clean META.yml and CHANGES, it
will blow up if an end-user did it on their box! /me is stupid :(
Automatically clean META.yml and CHANGES files on "make distclean"
because they are auto-generated
Fix a doc typo in ReadWrite in get_output_handle()
Fix a documentation typo in PoCo-Client-TCP
Fix a doc typo in my previous commit :(
Update the Wheel::ReadLine docs for a better explanation of the TERM
issue and workarounds, thanks BiNGOs!
Avoid undefined value warnings when trying to tab-complete
nothingness. dreamer on irc.perl.org #poe reported the problem, with
a useful test case.
After a lot of hacking/digging Cygwin with a TERM=dumb does not work
with POE::Wheel::ReadLine. This fix skips the test, and makes
Wheel::ReadLine die if it detects this situation. Added some docs for
our Cygwin users :)
Document how POE::Wheel::ReadWrite reports EOF.
Added a lot of loop-loading tests, so we can start work on the
"naive" loop load hacks
Tweak the @modules logic, thanks to TonyC ( it might not be perfect
but good enough for now )
Remove any XS modules from @modules, as usual TonyC spotted it :)
Fix loading of XS loops via POE.pm, thanks TonyC! Better document the
various loop loader shenanigans we have :)
==================================
2010-02-19T06:11:52.979284Z v1_287
==================================
Bump revision for new release.
Fix a sig_child() race condition discovered by Tom Lanyon and
reported (with the help of Jay Hannah) in irc.perl.org #poe. I
haven't been able to reproduce the problem in a non-MooseX::Workers
test case, but this change resolves Tom's more complex test case and
passes tests.
Fix an infinite file rollover when open() succeeds but stat() fails.
Jay Hannah discovered a bug when he passed in a filename with
trailing whitespace. Two-parameter open() treats trailing whitespace
as insignificant, so it passed. On the other hand, trailing
whitespace is significant in stat(), so it always failed, triggering
an unrelenting stream of file rollover events. Switched to
three-parameter open(), which considers trailing whitespace as
significant. Now both open() and stat() agree the file doesn't exist.
Thanks to Jay and the University of Nebraska at Omaha for securing me
some debugging time on their machines.
==================================
2010-02-15T06:36:51.553032Z v1_286
==================================
Bump for yet another release.
POE::Pipe and its subclasses work best using Cygwin's pipe(), not
IO::Socket. Previous Cygwin versions work better with sockets. If
01_sysrw.t hangs for you, upgrade your Cygwin and its Perl.
==================================
2010-02-14T21:37:14.937566Z v1_285
==================================
Bump the revision number for a new release.
Some code cleanup in POE::NFA.
Revision 2803 is mistaken. Rob Hildred reported the problem and
provided the test case that was instrumental in helping me resolve
it. And the bug report was rt.cpan.org 53517. I mistakenly assumed
the currently open tab was the same ticket I was debugging.
Fix state bleed between POE::NFA instances.
Resolve rt.cpan.org 53682 reported by Serguei Trouchelle. Thank you,
Serguei, for a very useful test case.
Replace the detach-during-start test with an enhanced test that
Olivier Mengu
Applied Andrew Feren's patch to avoid a POE::Wheel::Run memory leak
when running under Windows. Should resolve rt.cpan.org #50068.
Remove dependency on Test::Exception (it appears to be unused). Fix a
spot of tab damage while I'm in there.
Rely upon the latest POE::Test::Loops.
Resolve rt.cpan.org #54319. In polling mode, the wheel wasn't
iterating get_one() for the entire input from get_one_start(). As a
result, only one log line was returned per PollInterval. This change
iterates through get_one() until all lines are returned. Many thanks
to Oleg A. Mamontov for opening the ticket, and to Bazerka on
irc.perl.org #poe for supplying the basis for a test case.
Fix a documentation bug, thanks zephg! ( reported by arcanez@irc )
Added RELEASE_TESTING env var checks Added test for 404 links in POD
Cleanup old stuff and fix MANIFEST.SKIP
Correct a type reported by Hinrik
#poe.
Fix a cpantesters.org link that gcola reported as 404 in irc.perl.org
#poe.
Add more to what I've done.
[rt.cpan.org 53757] Apply G. Allen Morris III's spelling patch but
not his test based on Test::Spelling. That module doesn't seem to
work for me, so I couldn't use it.
Define a _stop handler to mollify assertions.
[rt.cpan.org 53777] Restore _start & _stop return values. Mikko Ehto
reported that _start and _stop don't return values as documented. He
also provided a testcase, which was very helpful. I added his test
case and fixed the underlying bug during the Perl Oasis hackathon.
Correct a documentation typo reported by jussive in IRC.
Fix a typo in a trace message, reported by "jussive" in irc.perl.org
#poe.
==================================
2010-01-14T07:20:50.660659Z v1_284
==================================
Bump the version for release.
[rt.cpan.org 53519] The issue was a disagreement in the
interpretation of "\n" on Windows (DOS newline semantics). Changed
the newline charater to "!", because I can.
==================================
2010-01-08T00:13:11.003173Z v1_283
==================================
Bump revision for release.
Fix POE::Wheel::FollowTail, at least as far as Hinrik's test and the
rest of the test suite are concerned.
Hinrik
code doesn't flush out the file on startup. Applied his changes to an
existing regression test for this wheel.
==================================
2010-01-06T20:55:14.534499Z v1_282
==================================
[rt.cpan.org 53352] Correct spelling mistakes found by Jonathan Yu.
Simplifies Debian package maintenance since that's one less
downstream patch to worrry about.
Bump the version for a new release.
POE::Wheel::ReadLine appears to hang on AIX when STDIN is set
blocking(1). Reported (and graciously debugged) by Criveti Mihai from
the Ministry of Economy and Finance in Romania.
Several doc changes to fix issues reported by garu in irc.perl.org
#poe. Thanks, garu!
Clarify what's going on in two Session References examples. Reported
by "garu" in irc.perl.org #poe.
==================================
2010-01-01T09:15:20.168519Z v1_281
==================================
Bump up the version for release.
[rt.cpan.org 24956] Set STDIN blocking. Large amounts of STDOUT data
will overrun terminal buffers if STDIN is non-blocking. Weird!
[rt.cpan.org 52452] Attempt to make the destruction order in the test
more deterministic.
[rt.cpan.org 51171] Olivier Mengu
completely different kind of value on MSWin32. Use his fix.
Upgrade the detachment test to use Test::More.
[rt.cpan.org 51772] Don't fire EN_CHILD,CHILD_LOSE when
detach_myself() is called from _start, since the parent session never
gets EN_CHILD,CHILD_CREATE to begin with. Fixes a bug reported by
Olivier Mengu
Change the timing of file reset detection to match previous logic.
Fix regression in the new file rotation code.
Make this test line-ending neutral.
Fix filename-based reset detection in Windows.
Detangle filehandle vs. filename timer callbacks. Simplified each at
the expense of some redundant code between them.
Improve reset detection on Windows. Reduce polling when a file is
idle.
Fix a typo in a code example reported by Hinrik
IRC.
Clarify session multitasking documentation per IRC feedback from a
person going by the nickname "skor".
Don't bother propagating wantarray() and tracking return values if
we're not dispatching ET_CALL.
Eliminate some temporary variables.
mousemask() is very not portable. Remove it.
Update POE::Test::Loops dependency to latest CPAN release.
1.30 (2010/08/30)
* (ms) [RT 60665] HUP handlers are stacked on top of each other now,
to make sure that multiple file appenders recreate multiple
files and not just one (patch provided by Karen Etheridge).
* (ms) [RT 60197] Fixed uninitialized value warnings with
the multiline appender and provided a test case (patch provided
by Karen Etheridge)
* (ms) [rt.cpan.org #59617] Fixed system-wide threshold without appender
thresholds. Bug reported by Dmitry Bigunyak.
* (ms) [rt.cpan.org #24884] Using require() instead of incomplete
logic in L4p::Util::module_available(). local __DIE__
handler takes care of user-defined __DIE__ handlers
ignoring $^S (suggested by Eric Wilhelm and others).
* (ms) [rt.cpan.org #60386] Fixed init_and_watch() which
double-bumped the caller_level and led to uninitialized
values in the pattern layout. Thanks to Mitja Bartsch for
the report.
* (ms) Applied patch by Karsten Silkenbäumer to add an optional
$log_dispatch_level to create_custom_level(). Updated
documentation.
1.29 (2010/06/16)
* (ms) Added documentation on how to use Log4perl's :easy macros
with Catalyst in Log::Log4perl::Catalyst.
* (ms) wrapper_register() now deals with caller_depth automatically.
Backwards compatibility with old wrapper classes using
caller_depth directly is provided. Documentation has been
updated.
* (ms) Felix Antonius Wilhelm Ostmann reported Resurrector.pm
crashes, fixed as suggested by setting the %INC value to
the module path.
* (ms) Another caller_depth fix in Log::Log4perl::Catalyst.
* (ms) Fixed logdie() caller_depth bug reported by Rob Retter.
* (ms) [RT 56145] Saving errstr in DBI appender to survive ping()
* (ms) Added INTERNAL_DEBUG env variable to test suite triggering
all _INTERNAL_DEBUG statements to be printed for better
error diagnosis on misbehaving systems.
Overview of changes in Gtk2 1.222
=================================
* Make Gtk2::ListStore->remove()'s return value consistent on gtk+ 2.0
* Fix some build and test failures.
4.13 Wed Sep 01 2010: - Balint Szilakszi <szbalint at cpan.org>
- Fixed WWW::Curl::Form (again, formadd and formaddfile working now).
- Made constant constant handling more robust and added tests [Fuji, Goro].
- Modernized *.pm and AUTOLOAD now throws an error on unknown method calls [Fuji, Goro].
- Fixed code depending on CURLINFO_SLIST to be optional [Fuji, Goro].
[Changes for 0.82 - 2010-04-12]
* Locale::Maketext::Extract::Plugin::Base
* Locale::Maketext::Extract::Plugin::TT2
* Locale::Maketext::Extract
- fixed some spelling errors - thanks to Ansgar Burchardt for the patch
[Changes for 0.81 - 2010-04-09]
* Locale::Maketext::Extract::PLugin::FormFu
- the plugin now understands YAML of the form:
mesage_loc: ['Max files: [_1]', 10]
Thanks to Charlie Garrison for the patch
[Changes for 0.80 - 2010-04-08]
* Locale::Maketext::Lexicon
- Added the _preload option, which forces parsing of the lexicon
as soon as it is loaded. Improves memory usage and performance
in a prefork environment
Thanks to Ruslan Zakirov for the patch
3.13 2010-06-04 sbeck
* NEW CODE(s)
3.12 2010-04-06 sbeck
* NEW CODE(s)
* Renamed test.pl to testfunc.pl to avoid causing an error
when built as part of perl.
0.09006 - 19 May 2010
- Should fix errors in t/003_error.t
http://cpantesters.org/cpan/report/07280906-b19f-3f77-b713-d32bba55d77f
0.09005 - 17 May 2010
- Should fixe problems with t/005_clone.t
- Minor XS tweaks
0.09004 - 11 May 2010
- Disable MSWin32 (patches welcome)
0.09003_03 - 10 May 2010
- Explicitly test add_file_ext
- Add thread safety test
0.09003_02 - 26 Apr 2010
- Ah, typemaps! I guess I didn't know about it when I first wrote this
- Add many tests
- Fix a memory leak under clone()
- Fix a memory leak under fhmagic()
- Update function declarations to a more modern style
* move all functions out of XS section, and make use of
automatic linkage by xsubpp
- Add a memory leak test
* only runnable when running under author mode
* set TEST_MEMLEAK=1
* ignore any leaks that does not directly show a Perl_*
namespace.
0.09003_01 - 07 Apr 2010
- Fix memory corruption (Martin Blapp)
- Fix rt #28072. Changing $/ doesn't change the return value (Martin Blapp)
- Fix how SV returned by error() is handled.
- Add a clone() method.
0.07 Wednesday 25th August, 2010
Switch to ExtUtils::MakeMaker as Module::Build got
uppity and started generating bad Makefile.PL files
0.06 Friday 20th August, 2010
Fix case with ' in entities (Richard Russo)