This version was released on 2004-04-26.

  2004-04-26 06:17:30 by rcaputo; t/08_errors.t 1.54

    Removed a workaround for older builds of ActivePerl. 

  2004-04-25 17:50:19 by rcaputo; README 1.106

    Tweak for the impending release. 

  2004-04-25 15:05:36 by rcaputo; mylib/cvs-log.perl 1.7

    Add command line switches, and normalize whitespace so the results
    are more machine friendly. 

  2004-04-25 14:58:34 by rcaputo; lib/POE.pm 1.173

    Increase version number for release candidate. 

  2004-04-25 14:43:48 by rcaputo; samples/README.samples 1.2

    Remove the dead files. 

  2004-04-20 00:52:13 by sungo; mylib/Makefile-5004.pm 1.21

    find the tests in a different (less shell dependent) way so that
    tools like testreport work as expected 

  2004-04-20 00:15:55 by sungo; lib/POE/Wheel/FollowTail.pm 1.50;
  lib/POE/Wheel/ListenAccept.pm 1.29; lib/POE/Wheel/ReadWrite.pm 1.68;
  lib/POE/Wheel/SocketFactory.pm 1.75

    (!!) complete XyzState to XyzEvent transition. This removes all
    errors and warnings caused by use of the old State parameters in
    Wheels. all tests pass in 5.004_005, 5.005_004, 5.6.2, and 5.8.3 

  2004-04-19 23:29:40 by sungo; t/01_sessions.t 1.30

    mod the test suite so tests pass despite evil nasty garbage
    collection bug in perls older than 5.6. the workarounds are commented
    with nice blocks explaining the problem. the only real solution is to
    get a perl without the bug. sorry folks. there's only so much i can
    do. 

  2004-04-18 22:31:22 by sungo; lib/POE/Session.pm 1.99

    merge in lotr's try_alloc patch. closes rt #6045 

  2004-04-18 19:21:34 by sungo; t/30_filter_httpd.t 1.9

    yet more "older perls" support fixes. only run the tests that require
    qr// on perls that support qr//. tested on 5.004 and 5.8.3 

  2004-04-18 18:56:30 by sungo
  lib/POE/Kernel.pm 1.283; lib/POE/Session.pm 1.98; t/01_sessions.t 1.29

    unfortunately there are really two patches in here. first, remove the
    "no warnings" calls that were breaking poe on perls older than 5.6.
    replace them with $^W invocations as suggested by perllexwarn.
    second, fix the TRACE_FILE magic that was causing older perls to lose
    their mind. the comments here explain this in detail so i wont bother
    explaining it here. its kind of magic but works well. i have tested
    all this on 5.004 and 5.8.3 and all is well there (at least in
    relation to this patch - theres more to come in 5.004 land) 

  2004-04-17 17:20:36 by sungo; lib/POE.pm 1.172; lib/POE/Loop.pm 1.4

    fix some pod issues that pod2man was complaining about 

  2004-04-17 17:11:14 by sungo; Build.PL 1.10; lib/POE/API/Ctl.pm 1.2;
  lib/POE/Resource/Controls.pm 1.2; mylib/cpan-test.perl 1.4;
  mylib/cvs-log.perl 1.6; mylib/events_per_second.pl 1.2;
  mylib/reportupload.pl 1.4; t/30_filter_httpd.t 1.8

    remove 'use warnings' everywhere to keep stuff from breaking on older
    perls 

  2004-04-17 16:58:42 by sungo; lib/POE.pm 1.171

    update my email address 

  2004-04-17 14:17:53 by sungo; MANIFEST 1.99; lib/POE/API/Ctl.pm 1.1;
  lib/POE/Kernel.pm 1.282; lib/POE/Resource/Controls.pm 1.1;
  lib/POE/Resources.pm 1.8; t/api/ctl.t 1.1; t/res/controls.t 1.1

    add in the new POE::Resource::Controls and POE::API::Ctl modules. yay
    ra 

  2004-04-17 03:27:25 by rcaputo; lib/POE/Resources.pm 1.7

    The redo statement is excessively clever. Commented it a little, per
    sungo's suggestion. 

  2004-04-09 01:45:41 by sungo; Build.PL 1.9

    test 

  2004-04-09 01:40:48 by sungo; Build.PL 1.6

    cia cvs stats test 

  2004-03-13 03:07:52 by sungo; lib/POE/Kernel.pm 1.281

    expose kr_active_event 

  2004-03-13 01:55:39 by sungo; lib/POE.pm 1.170

    up poe version for development 

  2004-03-13 01:54:29 by sungo; lib/POE/Kernel.pm 1.280

    add kr_run_warning into the kernel so it is usable outside of
    Kernel.pm. all tests pass. 

  2004-02-17 18:27:48 by rcaputo
  MANIFEST 1.98; samples/README.samples 1.1

    Removed several of the sample programs. These are ones with
    equivalents on POE's cookbook page. 

  2004-02-14 03:45:51 by rcaputo; lib/POE/Kernel.pm 1.279

    Philip Gwyn pointed out that the signal() documentation doesn't match
    the full feature set of the method itself. You can send extra
    parameters along with a fake signal, and now the docs reflect that. 

  2004-02-12 07:30:11 by rcaputo; lib/POE/Kernel.pm 1.278

    Applied Scott's patch to speed up call(), which in turn makes wheels
    run something like 20% faster. It's not his ideal patch, but it's a
    good compromise. We're still hashing out details on the mailing list
    of his other patch. I think we're done except for the new function's
    name. 

  2004-02-12 03:51:22 by rcaputo; lib/POE/Component/Client/TCP.pm 1.41;
  lib/POE/Component/Server/TCP.pm 1.45

    Jay Strauss pointed out that we're using InputLiteral instead of
    Literal in the I/O filter examples in the docs here. Fix that. 

  2004-02-02 22:37:47 by rcaputo; lib/POE/Component/Client/TCP.pm 1.40

    Apply Corwin's doc patch exposing the "connect" event to the public. 

Back to POE CHANGES.