This version was released on 1999-02-16.

Added Kernel::session_create, a semantically sweeter version of C<new POE::Session>, for people who prefer to think this way.

Added check for pre-packed INET addresses in Wheel::SocketFactory. Previously it would try to inet_aton() them.

Added check for stringified session references in Kernel::alias_resolve. Now you can post/call to hash keys.

Added the event() method to existing POE::Wheel classes. Now events can be changed without destroying old wheels and creating new ones.

Made state redefinition warnings optional. They will not appear unless a session's 'debug' option is set.

Added tests/fakelogin.perl to test the event() method for ReadWrite. The other wheels' event() methods are untested. If they're broken, let the author know.

Split the TO-DO list out of the main POE.pm file.

Back to POE CHANGES.