This version was released on 2000-02-07.

Added InputFilter and OutputFilter to POE::Wheel::ReadWrite's constructor parameters. This allows a ReadWrite wheel to use different disciplines for input and output.

Added &set_input_filter and &set_output_filter to POE::Wheel::ReadWrite. Now &set_filter changes both the input and output filters. &set_input_filter and &set_output_filter alter individual filters independent of the other.

Fixed samples/fakelogin.perl to test changing individual filters.

Changed a bunch of diagnostics to print $session->ID instead of $session. Debugging will be slower (that's debugging for you), but it will also be friendlier. Everybody needs a friend while debugging, right?

Back to POE CHANGES.