This version was released on 2007-01-03.

  2007-01-03 17:29:46 (r2165) by rcaputo; poe/lib/POE.pm M

    Bump the version to test sourceforge's new subversion server. 

  2007-01-03 07:14:30 (r2164) by rcaputo; poe/lib/POE.pm M

    Release the hounds! Or at least the code... 

  2007-01-03 06:13:16 (r2163) by rcaputo; poe/lib/POE/Loop/TkCommon.pm M

    Rob Bloodgood supplied a test for an error when shutting down Tk with
    the window manager's "close window" on a Tk main window. I was able
    to reproduce and resolve the issue, reported as rt.cpan.org ticket
    #21754. 

  2007-01-01 08:38:53 (r2162) by rcaputo
  poe/lib/POE/Component/Client/TCP.pm M

    Clear the $heap->{connected} flag on shutdown. Reported by Paul Evans
    in rt.cpan.org ticket 22832. 

  2006-12-31 23:25:59 (r2161) by rcaputo; poe/MANIFEST M

    Add Whitney Jackson's test case to the MANIFEST. D'oh! 

  2006-12-31 21:35:35 (r2160) by rcaputo
  poe/t/90_regression/whjackson-followtail.t A;
  poe/lib/POE/Wheel/FollowTail.pm M

    Add a test case and apply a patch by Whitney Jackson. FollowTail
    would miss data appended to a log file if the file is rolled before
    the next check. His patch ensures the old file is read to the end
    before the rotation occurs. 

  2006-11-30 01:53:55 (r2159) by immute; poe/lib/POE/Session.pm M

    Finally removed all traces of new() from the POE::Session docs.

  2006-11-16 17:20:49 (r2158) by rcaputo; poe/MANIFEST M

    Fixed a typo. 

  2006-11-16 17:13:38 (r2157) by rcaputo
  poe/lib/POE/Resource/Signals.pm M;
  poe/t/90_regression/rt23181-sigchld-rc.t A; poe/lib/POE/Kernel.pm M;
  poe/MANIFEST M

    Philip Gwyn discovered that sig_child($pid) without a corresponding
    prior sig_child($pid,"event") would drop a session's reference count
    below zero. This commit adds a new accessor to POE::Resource::Signals
    and a check whether the session is watching the PID before attempting
    to clear it. The check will slow down sig_child($pid) calls slightly,
    but they're not actually needed most of the time since POE should
    clear those one-shot events for you. 

  2006-11-14 08:32:08 (r2156) by bingosnet; extras/smoker.perl M

    Updated smoker.perl to use sig_child()

  2006-11-12 07:01:34 (r2155) by teknikill; poe/lib/POE/Filter/HTTPD.pm M

    added get_one interface to HTTPD filter

  2006-11-06 03:33:50 (r2154) by rcaputo
  poe/t/10_units/03_base/13_assert_data.t M; poe/lib/POE/Kernel.pm M

    Add a nonfatal mode to the resolver explainer function, so that alias
    accessors don't throw errors even with asserts enabled. A big shout
    out to Rob Bloodgood for this one. 

  2006-11-04 01:58:24 (r2153) by rcaputo
  poe/lib/POE.pm M; poe/t/30_loops/00_base/all_errors.pm M

    Remove references to POE::Preprocessor. Point to Filter::Template
    instead. 

Back to POE CHANGES.