The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
================================
2010-11-18 22:38:33 -0500 v1_294
================================

  commit 8f2bd20e7c319aae4f7b3fb2a1955398df0946e0
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Thu Nov 18 22:38:33 2010 -0500
  
    New version for a new release. Require a new POE::Test::Loops.

  commit 5d0c406bd1bcf20503447d9f49b92656cfd2c06e
  Author: Hinrik Örn Sigurðsson <hinrik.sig@gmail.com>
  Date:   Sat Oct 2 22:47:11 2010 +0000
  
    Mention that "use POE;" warrants has_forked() after forking

  commit 2c5706cc158accc76f31bb86fc74dd9caf1c21d8
  Author: Hinrik Örn Sigurðsson <hinrik.sig@gmail.com>
  Date:   Mon Sep 27 16:05:58 2010 +0000
  
    Fix 'CleintInput' typo in poco-server-tcp's Pod 

================================
2010-09-04 19:18:59 -0400 v1_293
================================

  commit 21c4dc16468003c4574b74566db0c27d52241cd2
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Sat Sep 4 19:18:59 2010 -0400
  
    Bump version for release.

  commit 058fb2126d9dd76ef173402ba80563c67c916dfa
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Sat Sep 4 06:51:47 2010 -0400
  
    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.

  commit a0abb628ed2bdb7b37bf2a16c4630ee91f80e16c
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Fri Aug 27 12:28:15 2010 -0400
  
    Fixed a mistake in the alias_list() example code in POE::Kernel
    documentation, spotted by Paul G Webster

  commit 35b797f750e656b5c328f45b5e130b71b15c57c6
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Fri Aug 13 18:32:41 2010 -0400
  
    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.

  commit 8876a82acd39ce434a58f75252e76d7611a09a89
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Fri Aug 13 17:42:03 2010 -0400
  
    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.

  commit 3f5fc1e371769e4f82694c345dfcb6c2135b361c
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Tue Aug 3 16:17:10 2010 -0400
  
    Apply Hinrik's patch to increase test failure verbosity. 

================================
2010-08-02 05:57:17 -0400 v1_292
================================

  commit 1d6d7b68a73b556a447303cc44528ea5535560cb
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Mon Aug 2 05:57:17 2010 -0400
  
    Bump revision for release.

  commit d18f718b0bc090792740160460953ab57492c00b
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Mon Aug 2 05:55:27 2010 -0400
  
    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.

  commit d8bf3d465c2ada17a42fd487fb03840414014d92
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Sat Jul 31 21:06:55 2010 -0400
  
    Fix a method name typo in TRACE_REFCNT code. 

================================
2010-07-27 06:53:32 -0400 v1_291
================================

  commit df209368632f8bee8e09f4b017d50b62d1b6e0f8
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Tue Jul 27 06:53:32 2010 -0400
  
    New version to spackle over failed one.

  commit 7fed29a69cba29f750343a97485e849bf6fdc5f2
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Tue Jul 27 06:45:14 2010 -0400
  
    Version bump for release.

  commit bc22cf37259ed0e9d02a38cd290c720bb4e6f72d
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Tue Jul 27 03:27:28 2010 -0400
  
    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.

  commit 408f95a049c9ccfe1953dbe8dae49ffda3145c4e
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Tue Jul 27 03:10:33 2010 -0400
  
    Clarify the refcount_{inc,dec}rement() return values per Olivier
    'dolmen' Mengué's feedback in rt.cpan.org #57314.

  commit c3c9baf7608d649370912015b6f4d7275f44ec4c
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Mon Jul 26 16:51:42 2010 -0400
  
    Remove some logic that stopped being used. Adjust idle-kernel checks
    into a slightly more optimal order.

  commit 9875a762b1c562edcd29b160abb8f564fc610c70
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Mon Jul 26 16:50:19 2010 -0400
  
    Finish a sentence. Incomplete docs noted by Hinrik.

  commit 4667e71ad75ae0a12514af8cbb0b10b00b1144c9
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Sun Jul 25 22:23:18 2010 -0400
  
    Move non-alarms out of POE::Queue::Array.

  commit 8179ee15387851215f0f5c0b218dccc61485f788
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Sat Jul 24 22:09:15 2010 -0400
  
    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().

  commit cdc090b32dc6d3307317eba948dc23b4d751398b
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Sat Jul 24 19:38:53 2010 -0400
  
    Fix tests related to recent POE::Resource::Events optimizations.

  commit 629ad38844641ae289b212732f3f7f2802c7c5fb
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Sat Jul 24 19:38:09 2010 -0400
  
    At long last, apply Ton Hospel's micro-optimization for
    get_next_priority().

  commit 2b188737c30978eff9b275ace592368ce31afda4
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Sat Jul 24 18:35:35 2010 -0400
  
    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.

  commit ceca5b87d171121a299e7ad611dd1cdf80c19376
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Wed Jun 23 14:52:42 2010 -0400
  
    Apply Hinrik's test changes from http://gist.github.com/449231

  commit b25e3127f6f750a2ef61dffe4b06d6daf60a1a52
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Tue Jun 22 20:57:27 2010 -0400
  
    Apply Hinrik's patch to catch die() and his test case for proper
    shutdown if a child coderef process dies.

  commit 2817b50d86e8a34fa139283d44965e2afb1e5815
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Tue Jun 22 15:47:35 2010 -0400
  
    Fix a method typo at Hinrik Örn Sigurðsson's prompting. Also
    improve stdio closing on exec() errors, just in case.

  commit ee6f8bd9ae7000b3ac498070a94df405726bdb67
  Author: Larwan Berke <larwan@0ne.us>
  Date:   Mon Jun 21 18:01:49 2010 -0400
  
    Add TODO test for double POE::Loop loading

  commit ddab68974e70ee359bd0e72e4f6f46cfaca255ea
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Wed Jun 9 18:18:00 2010 -0400
  
    Add support for POE_CATCH_EXCEPTIONS environment variable. Apply
    Justin Hunter's doc patch for POE::XS::Loop::EPoll.

  commit 5b63048ea760c96d4d60f2dd30e36358115b71ff
  Author: Larwan Berke <larwan@0ne.us>
  Date:   Fri May 28 18:50:05 2010 -0400
  
    Tweak the test so it uses RELEASE_TESTING

  commit e979f83499bdce5f21bc74ea7b569ae7b07c0e4e
  Author: Larwan Berke <larwan@0ne.us>
  Date:   Fri May 28 04:15:55 2010 -0400
  
    Fix invalid POD links

  commit bf4640378815e8d00a84e5252aa8b5a8062190ac
  Author: Larwan Berke <larwan@0ne.us>
  Date:   Sun May 16 01:23:13 2010 -0400
  
    Remove the obnoxious warning about the win32 leak in Wheel::Run

  commit 5ac44caa0e87efd0893ae70e360f49a82a02def5
  Author: Larwan Berke <larwan@0ne.us>
  Date:   Sun Apr 11 02:55:48 2010 -0400
  
    Add proper exitval handling to POE::Wheel::Run, the previous patch
    munged it :(

  commit 1dc680feb5ac1f3e07ae759ff80263929c6c0b37
  Author: Larwan Berke <larwan@0ne.us>
  Date:   Fri Apr 9 07:54:35 2010 -0400
  
    Add deprecation warning for 'Winsize' to POE::Wheel::Run->new

  commit 933bcd90aad5b30909da7d154bdea3b86ca6b127
  Author: Larwan Berke <larwan@0ne.us>
  Date:   Fri Apr 9 07:32:26 2010 -0400
  
    Patch POE::Wheel::Run for RT#56417 and add a test+more docs 

================================
2010-04-03 20:01:48 -0400 v1_289
================================

  commit e3c3d521ffc23e2e72238b2f3353805a09e6f9d2
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Sat Apr 3 20:01:48 2010 -0400
  
    Bump revision for a new release. No significant changes, other than
    to build a new dist with the latest EUMM. 

================================
2010-04-03 18:17:06 -0400 v1_288
================================

  commit 5ac12d4441c8917862a1662ae28912eb5317b1d7
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Sat Apr 3 18:17:06 2010 -0400
  
    Fix dependencies and bump POE revision for release.

  commit 237f8983e7b6ff2983508b253679c0e0ac746404
  Author: Larwan Berke <larwan@0ne.us>
  Date:   Wed Mar 24 06:39:59 2010 -0400
  
    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 :(

  commit c719eff7d7778450d1096d0d6913573064cd2ea5
  Author: Larwan Berke <larwan@0ne.us>
  Date:   Wed Mar 24 06:25:56 2010 -0400
  
    Automatically clean META.yml and CHANGES files on "make distclean"
    because they are auto-generated

  commit 0c11ee794370b7a454aeafb3a737366f30a1276b
  Author: Larwan Berke <larwan@0ne.us>
  Date:   Sun Mar 21 16:52:44 2010 -0400
  
    Fix a doc typo in ReadWrite in get_output_handle()

  commit 667a1dd6a513ba340c81747aa094e559f2a48d95
  Author: Larwan Berke <larwan@0ne.us>
  Date:   Wed Mar 10 18:00:15 2010 -0500
  
    Fix a documentation typo in PoCo-Client-TCP

  commit dea7442dc7c48edcabd9876a7ab47d200087b68c
  Author: Larwan Berke <larwan@0ne.us>
  Date:   Tue Mar 9 18:58:48 2010 -0500
  
    Fix a doc typo in my previous commit :(

  commit 3a129759a3c87e7900c65ba8a4cb5fd2bc09189b
  Author: Larwan Berke <larwan@0ne.us>
  Date:   Tue Mar 9 18:51:18 2010 -0500
  
    Update the Wheel::ReadLine docs for a better explanation of the TERM
    issue and workarounds, thanks BiNGOs!

  commit a76320cba8aa773f8b801d3f875e33aabc8adeae
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Tue Mar 9 18:26:19 2010 -0500
  
    Avoid undefined value warnings when trying to tab-complete
    nothingness. dreamer on irc.perl.org #poe reported the problem, with
    a useful test case.

  commit 2ea0337be4b4271e39c2629acc839c58fad40dc0
  Author: Larwan Berke <larwan@0ne.us>
  Date:   Tue Mar 9 07:20:16 2010 -0500
  
    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 :)

  commit ecfebef5e4a5b8c5e8222388728fac6444ce8ad2
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Mon Mar 8 22:46:30 2010 -0500
  
    Document how POE::Wheel::ReadWrite reports EOF.

  commit d146b2f4fe9274b3b749df97aae3e218396caeb2
  Author: Larwan Berke <larwan@0ne.us>
  Date:   Tue Mar 2 22:24:16 2010 -0500
  
    Added a lot of loop-loading tests, so we can start work on the
    "naive" loop load hacks

  commit 3c012546513439c28e9473c223fae843381ffc44
  Author: Larwan Berke <larwan@0ne.us>
  Date:   Tue Mar 2 20:42:07 2010 -0500
  
    Tweak the @modules logic, thanks to TonyC ( it might not be perfect
    but good enough for now )

  commit fa274bb52bf173906ef4f5d7331011815374004e
  Author: Larwan Berke <larwan@0ne.us>
  Date:   Tue Mar 2 01:14:08 2010 -0500
  
    Remove any XS modules from @modules, as usual TonyC spotted it :)

  commit 3aa80235e50c38725dc86ad560cec14aef4384a7
  Author: Larwan Berke <larwan@0ne.us>
  Date:   Tue Mar 2 01:08:50 2010 -0500
  
    Fix loading of XS loops via POE.pm, thanks TonyC! Better document the
    various loop loader shenanigans we have :) 

================================
2010-02-19 06:10:34 -0500 v1_287
================================

  commit 2147bb3f12e5a84fef86e8cb35c53398fd72fdc0
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Fri Feb 19 06:10:34 2010 -0500
  
    Bump revision for new release.

  commit b59d4b5885a82a817e369b7b174a292f5932cedb
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Fri Feb 19 05:24:38 2010 -0500
  
    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.

  commit 501ccf96d87debe9e223779b54383b0e73ddad88
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Wed Feb 17 18:33:43 2010 -0500
  
    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-15 06:29:39 -0500 v1_286
================================

  commit 14608dfb65a7400056bf63b4b9fe6d44e6e87a08
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Mon Feb 15 06:29:39 2010 -0500
  
    Bump for yet another release.

  commit 70ffdd8b1fa3b6a7ece1da9fcf1f07b82322e319
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Sun Feb 14 23:14:31 2010 -0500
  
    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-14 21:31:55 -0500 v1_285
================================

  commit 22ec336458f068d3aac5ca3a6124bbf4df5348ca
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Sun Feb 14 21:31:55 2010 -0500
  
    Bump the revision number for a new release.

  commit bc5e82887151246f7919e899a25c79c74bb68d82
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Sun Feb 14 20:18:00 2010 -0500
  
    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.

  commit d803ccd61022fb881dec16d47a09112abd6fa78e
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Sun Feb 14 20:10:56 2010 -0500
  
    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.

  commit 7df81fb6f1fc37d6b402687c736f2c1242108234
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Sun Feb 14 08:50:27 2010 -0500
  
    Replace the detach-during-start test with an enhanced test that
    Olivier Mengué contributed in rt.cpan.org #54588.

  commit 700202d9277b86f898e10968bba22c4ef691876f
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Sun Feb 14 04:41:28 2010 -0500
  
    Applied Andrew Feren's patch to avoid a POE::Wheel::Run memory leak
    when running under Windows. Should resolve rt.cpan.org #50068.

  commit c269f4eaed93fcfcb016640da3b27c7fd242825f
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Sun Feb 14 04:29:21 2010 -0500
  
    Remove dependency on Test::Exception (it appears to be unused). Fix a
    spot of tab damage while I'm in there.

  commit b250bdfd1d9ec8be8c965cfbf4724a69a412108e
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Sun Feb 14 02:52:44 2010 -0500
  
    Rely upon the latest POE::Test::Loops.

  commit 25db46828982655576490de94afa763443449e28
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Sun Feb 14 02:49:12 2010 -0500
  
    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.

  commit 08969f9d063229f93cde05cd5c3d05d228af0674
  Author: Larwan Berke <larwan@0ne.us>
  Date:   Thu Feb 4 20:08:41 2010 -0500
  
    Fix a documentation bug, thanks zephg! ( reported by arcanez@irc )

  commit 4e1ada1db8d89fb43d7986757d93e273e557eeb2
  Author: Larwan Berke <larwan@0ne.us>
  Date:   Wed Feb 3 21:37:13 2010 -0500
  
    Added RELEASE_TESTING env var checks Added test for 404 links in POD
    Cleanup old stuff and fix MANIFEST.SKIP

  commit 94977c10b012225089cf83041daa9320a8fad163
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Tue Feb 2 20:44:36 2010 -0500
  
    Correct a type reported by Hinrik Örn Sigurðsson in irc.perl.org
    #poe.

  commit 168b592f4c0eb71319b47b55873b5e9f338408cd
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Wed Jan 27 17:07:07 2010 -0500
  
    Fix a cpantesters.org link that gcola reported as 404 in irc.perl.org
    #poe.

  commit 95b93a6879811c89e90d256e85ce918c217edef2
  Author: Philip Gwyn <gwyn@cpan.org>
  Date:   Thu Jan 21 12:58:54 2010 -0500
  
    Add more to what I've done.

  commit 38b759cbc5928103a363c7504476948cade1fa46
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Thu Jan 21 06:35:23 2010 -0500
  
    [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.

  commit fd9c0b19ef0bbb1ac7ae9a033affcc19c795558c
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Thu Jan 21 06:27:21 2010 -0500
  
    Define a _stop handler to mollify assertions.

  commit b32378aa1394ac47b39abe7df3eae5ac382af91c
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Sun Jan 17 19:24:55 2010 -0500
  
    [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.

  commit 29091ca6e5dd1df605d0a7a23fb512bd97a9e776
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Fri Jan 15 17:40:12 2010 -0500
  
    Correct a documentation typo reported by jussive in IRC.

  commit 9cad46dca7d2b8f2673874b11088240b844c93cd
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Thu Jan 14 20:08:24 2010 -0500
  
    Fix a typo in a trace message, reported by "jussive" in irc.perl.org
    #poe. 

================================
2010-01-14 07:19:33 -0500 v1_284
================================

  commit d2fac5dad7c84fd6897912553b9b0b97d82d31fe
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Thu Jan 14 07:19:33 2010 -0500
  
    Bump the version for release.

  commit a73e2ba7fdd768033c30e7333b916a07adc1daec
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Thu Jan 14 06:55:47 2010 -0500
  
    [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-08 00:01:06 -0500 v1_283
================================

  commit 5b850dc79c46284bbcb720c8b04bc68c862091fb
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Fri Jan 8 00:01:06 2010 -0500
  
    Bump revision for release.

  commit 5722d95c7150842b09853b836543fcaf993ef909
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Thu Jan 7 06:46:40 2010 -0500
  
    Fix POE::Wheel::FollowTail, at least as far as Hinrik's test and the
    rest of the test suite are concerned.

  commit a9eb700ad5142f7b0e6403fddaf69f931a62cc90
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Thu Jan 7 02:20:10 2010 -0500
  
    Hinrik Örn Sigurðsson discovered that the new
    POE::Wheel::FollowTail code doesn't flush out the file on startup.
    Applied his changes to an existing regression test for this wheel. 

================================
2010-01-06 20:53:27 -0500 v1_282
================================

  commit bb705632cb0eda82e5819b230d52bce177ea1841
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Wed Jan 6 20:53:27 2010 -0500
  
    [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.

  commit c14291441e22df5813f004fbb43461620798bb6a
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Wed Jan 6 20:50:17 2010 -0500
  
    Bump the version for a new release.

  commit 85681bfac4d9f6e95ff86d999727d1fe47d5baac
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Wed Jan 6 20:45:20 2010 -0500
  
    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.

  commit 9b1c68908d41c97733acbaf3658fc6510813e5af
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Tue Jan 5 22:35:20 2010 -0500
  
    Several doc changes to fix issues reported by garu in irc.perl.org
    #poe. Thanks, garu!

  commit b97cd07c742a540b2ef1ae02749eb05f923dffea
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Tue Jan 5 22:08:34 2010 -0500
  
    Clarify what's going on in two Session References examples. Reported
    by "garu" in irc.perl.org #poe. 

================================
2010-01-01 09:13:25 -0500 v1_281
================================

  commit 5f4d4fe3454c60b0538cbb9a3347c62f3c4e5648
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Fri Jan 1 09:13:25 2010 -0500
  
    Bump up the version for release.

  commit 8d0754d2c3c7313a92a2a40a0e4f8b42fc43cd7b
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Fri Jan 1 02:45:23 2010 -0500
  
    [rt.cpan.org 24956] Set STDIN blocking. Large amounts of STDOUT data
    will overrun terminal buffers if STDIN is non-blocking. Weird!

  commit aff59f9a8b4a4b8895dd92f07f4c47121ced14ff
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Thu Dec 31 19:16:48 2009 -0500
  
    [rt.cpan.org 52452] Attempt to make the destruction order in the test
    more deterministic.

  commit 345606fffb081605e2aab37d7922b1607261a34b
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Tue Dec 29 03:22:46 2009 -0500
  
    [rt.cpan.org 51171] Olivier Mengué noticed that kill() returns a
    completely different kind of value on MSWin32. Use his fix.

  commit 82a349220cda23b0670e9fbd0a49fcc7c636d82e
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Tue Dec 29 00:34:45 2009 -0500
  
    Upgrade the detachment test to use Test::More.

  commit 75a49989fab44047c4e556b583f94220287deb93
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Mon Dec 28 18:35:15 2009 -0500
  
    [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é, and includes his test case.

  commit e57d4f9502e091e9bdaf21f0c970457c54ef2913
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Sun Dec 27 09:50:37 2009 -0500
  
    Change the timing of file reset detection to match previous logic.

  commit 42bea3ce9e3d7021a1f6511b8bc7668b2ff177d9
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Sun Dec 27 08:54:55 2009 -0500
  
    Fix regression in the new file rotation code.

  commit ead2be492f8b9bb7f6d3ebb0a5fa7a4946f4ff24
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Sun Dec 27 08:54:23 2009 -0500
  
    Make this test line-ending neutral.

  commit 0eb7af8d968e18137688692bd95e7c2cb079774e
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Sun Dec 27 08:26:07 2009 -0500
  
    Fix filename-based reset detection in Windows.

  commit d46018efbe1b5d53faa227516005a972585df397
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Sat Dec 26 22:30:17 2009 -0500
  
    Detangle filehandle vs. filename timer callbacks. Simplified each at
    the expense of some redundant code between them.

  commit 50be93f8bc4af333e1435f49213f5fe056c50b56
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Sat Dec 26 08:49:24 2009 -0500
  
    Improve reset detection on Windows. Reduce polling when a file is
    idle.

  commit e08f64aa535f5caf94a0bbf267d0854ff81b2776
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Mon Nov 23 22:03:53 2009 -0500
  
    Fix a typo in a code example reported by Hinrik Örn Sigurðsson on
    IRC.

  commit 8f6f2c119a7697b280520c8471462191197a7f40
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Tue Nov 17 06:44:24 2009 -0500
  
    Clarify session multitasking documentation per IRC feedback from a
    person going by the nickname "skor".

  commit 7523ec01849dcbdbab42455baca896e611b6bcab
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Fri Oct 16 05:34:45 2009 -0400
  
    Don't bother propagating wantarray() and tracking return values if
    we're not dispatching ET_CALL.

  commit e679a9344d99b405bcefbf915c6496f30034ce41
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Fri Oct 16 05:33:46 2009 -0400
  
    Eliminate some temporary variables.

  commit 030415dff154673561f4d7fc76e57cad9b47a168
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Wed Oct 14 22:37:30 2009 -0400
  
    mousemask() is very not portable. Remove it.

  commit 54ea8fccbb66817e43bc814088d132c6081d4e3d
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Wed Oct 14 22:37:00 2009 -0400
  
    Update POE::Test::Loops dependency to latest CPAN release. 

==============
End of Excerpt
==============