This version was released on 2002-09-12.

  2002-13-08 16:56:26 by rcaputo; README 1.100

    Bring it up to date with what's going on. 

  2002-13-08 16:34:52 by rcaputo; POE.pm 1.147

    Bump the version number to 0.23. 

  2002-13-08 15:07:00 by rcaputo; t/29_sockfact6.t 1.6

    Skip a third test which was failing when AF_INET6 was not configured
    in the kernel. 

  2002-13-08 14:59:20 by rcaputo; t/29_sockfact6.t 1.5

    Skip tests rather than fail if AF_INET6 gethostbyname2() works but
    none of the socket calls do. This might indicate that while localhost
    (::1) is resolvable, the interface is not actually configured. It may
    also indicate while the interface is configured, an unconfigured ipv6
    firewall's "deny all" may be blocking it. 

  2002-13-08 02:46:25 by rcaputo
  POE/Component/Client/TCP.pm 1.21; POE/Component/Server/TCP.pm 1.28

    A previous change to Server::TCP "optimized" some code by moving the
    ClientDisconnected code to _stop. However, since very little can be
    done from _stop, this prevented post() calls from working there. I
    discovered the problem when one of the POE Cookbook recipes stopped
    exiting as it should. This change moves the ClientDisconnected code
    back out of _stop. It also pretties the default error handlers for
    Client::TCP and Server::TCP. 

  2002-12-08 22:11:05 by rcaputo; POE/Wheel/Run.pm 1.38

    Peter Chen discovered and helped solve a problem where the subroutine
    form of Program caused file handles to bleed into the child process.
    The result is that sockets linger open beyond the time they're
    needed-- at least until the child exits. This patch introduces
    CloseOnCall, which emulates close-on-exec as Perl uses it. 

  2002-11-08 19:55:32 by rcaputo
  lib/Makefile-5004.pm 1.12; lib/Makefile-5005.pm 1.25

    Compatibility enhancements for running test reports on Windows
    platforms. 

  2002-09-08 22:05:50 by rcaputo; POE/Wheel/Run.pm 1.37

    Apply JamesCOU's doc patch that stops saying things are optional when
    they aren't. 

  2002-09-08 15:05:09 by rcaputo; POE/Component/Server/TCP.pm 1.27

    Publish ClientShutdownOnError, which sets the defalut value of all
    client sessions' $heap->{shutdown_on_error} flags. 

  2002-09-08 00:26:20 by rcaputo; README 1.99

    Remove the link to the deprecated stinky hand-maintained test
    results. The shiny, pretty automated one is much better. Go there, or
    else! 

  2002-06-08 17:08:01 by rcaputo; lib/cvs-log.perl 1.2

    Multi-file commits on slow links are sometimes smeared across several
    timestamps. Previously the report would present them as separate
    commits with identical descriptions. Now it detects and combines
    them. 

  2002-05-08 01:18:47 by rcaputo; POE/Wheel/ReadLine.pm 1.21

    Applied James M.'s patch to correct some bad example code in the
    SYNOPSIS. 

  2002-04-08 19:54:03 by rcaputo; t/29_sockfact6.t 1.4

    It is possible to load Socket6 yet still not have IPv6 configured on
    the system. Added a check for IPv6 localhost ("::1") and skip the
    tests if one isn't available. 

Back to POE CHANGES.