This version was released on 2006-05-21.

  2006-05-21 22:16:40 (r1959) by rcaputo; poe/lib/POE.pm M

    Bump the version for release. 

  2006-05-21 21:12:55 (r1958) by rcaputo; poe/lib/POE/Filter/HTTPD.pm M

    Don't append a message to the HTTP headers if there isn't one. Avoids
    an excess trailing space in some instances. 

  2006-05-15 03:17:21 (r1957) by immute
  poe/lib/POE/Component/Client/TCP.pm M

    Updated the filter mechanism. This addresses rt19106.

  2006-05-15 03:05:54 (r1956) by immute
  poe/lib/POE/Component/Server/TCP.pm M

    Updated the filter mechanism again, hopefully I have it right this
    time. This also addresses rt19106.

  2006-05-14 01:43:25 (r1955) by immute; poe/lib/POE/Filter.pm M

    Fixed array slice syntax error in POE::Filter::clone()

  2006-05-08 06:30:44 (r1954) by teknikill
  poe/lib/POE/Resource/Signals.pm M

    remove 100's of PID:0 warnings

  2006-05-03 00:42:50 (r1953) by immute
  poe/tests/10_units/05_filters/02_grep.t M;
  poe/tests/10_units/05_filters/05_map.t M; poe/lib/POE/Filter/Grep.pm M;
  poe/lib/POE/Filter/Map.pm M

    Added paramter checking to Filter::Map and Filter::Grep Updated
    corresponding tests 

  2006-05-01 21:09:54 (r1952) by immute; poe/lib/POE/Filter/Map.pm M

    Edited mistake in POE::Filter::Map introduced in r1948 -This line,
    and those below, will be ignored--
    
    M lib/POE/Filter/Map.pm 

  2006-05-01 18:31:32 (r1951) by teknikill
  poe/lib/POE/Filter/HTTPD.pm M; poe/tests/10_units/05_filters/03_http.t
  M

    added support in HTTPD filter for 'options' requests, and added test
    for it

  2006-05-01 03:52:38 (r1950) by immute
  poe/lib/POE/Component/Server/TCP.pm M;
  poe/tests/90_regression/immute-server-tcp-filter.t M

    Code audit to PoCo-Server-TCP Turned off debug code left on in
    immute-server-tcp-filter.t 

  2006-05-01 03:38:09 (r1949) by immute
  poe/MANIFEST M; poe/tests/90_regression/immute-server-tcp-filter.t A

    Added test to check PoCo-Server-TCP's Filter arg mechanism

  2006-04-30 06:35:56 (r1948) by immute; poe/lib/POE/Filter/Map.pm M

    Patched Filter::Map to close rt18551 Added sanity check to modify() 

  2006-04-29 22:58:20 (r1947) by rcaputo
  poe/lib/POE/Component/Client/TCP.pm M; poe/lib/POE/Wheel/ReadLine.pm M;
  poe/lib/POE/Wheel/ReadWrite.pm M; poe/lib/POE/Filter/Reference.pm M;
  poe/lib/POE/Session.pm M

    Apply a superset of buu's patch, resolving rt.cpan.org ticket #18762. 

  2006-04-29 22:43:06 (r1946) by rcaputo
  poe/lib/POE/Session.pm M; poe/lib/POE/NFA.pm M

    Apply Matt Sickler's patches to fix POE::Session (and POE::NFA) and
    close rt.cpan.org ticket #14444. 

  2006-04-29 22:38:08 (r1945) by rcaputo
  poe/tests/30_loops/00_base/wheel_run.pm M

    Make an intermittently failing test's result message more
    informative. 

  2006-04-29 22:37:31 (r1944) by rcaputo
  poe/tests/90_regression/rt14444-arg1.t A; poe/MANIFEST M

    Add a test case for rt14444 based on test code by Matt Sickler. 

  2006-04-29 18:13:09 (r1943) by apocal
  poe/lib/POE/Filter/Stackable.pm M

    Oops, bad typo!

  2006-04-29 18:10:00 (r1942) by apocal
  poe/lib/POE/Filter/Stackable.pm M

    #18552: POE::Filter::Stackable does not check it's params
    
    Added some more sanity checks

  2006-04-29 17:27:08 (r1941) by apocal
  poe/lib/POE/Component/Client/TCP.pm M

    #18665: PoCo::Client::TCP sometimes doesn't send Disconnected
    callback
    
    The reasoning is sane, and the code's updated to send it in the
    special case

  2006-04-24 02:42:14 (r1940) by rcaputo; poe/lib/POE/Filter.pm M

    Applied Marco Antonio Manzo's patch to simplify clone(). 

  2006-04-15 23:56:39 (r1939) by rcaputo
  poe/tests/30_loops/00_base/wheel_sf_unix.pm M;
  poe/tests/30_loops/00_base/wheel_sf_tcp.pm M;
  poe/tests/90_regression/rt1648-tied-stderr.t M

    Add more diagnostic information to tests that are failing under
    ActiveState's build system. 

  2006-04-11 10:06:53 (r1938) by adamkennedy; poe/lib/POE/Kernel.pm M

    Whenever you work with relative time, you have to measure "now"
    absolutely as soon as possible. Moved the time() call from when
    delay_set sets the actual alarm to the very top, which is much closer
    to where the caller meant "now" to mean.

  2006-04-10 23:36:15 (r1937) by rcaputo; poe/lib/POE.pm M

    Next development version. 

Back to POE CHANGES.