This version was released on 2000-02-20.

Changed Wheel::ReadWrite's baaaaad $self to be a listref instead of a hashref. It should run marginally faster without having to look things up in a hash all the time.

Added statistics accessors to Driver::SysRW (it's the only one so far), and added corresponding accesors to Wheel::ReadWrite.

Added HighState and LowState to Wheel::ReadWrite->event, so these states can be redefined on the fly.

Documented Wheel::ReadWrite->set_(high|low)_mark; they weren't documented up to 0.0904.

Expanded samples/poing.perl to accept different forms of host lines in .rc files. Now accepts "host ip_address" or "host hostname" or "host ip_address alias". It will look up the missing information when the first two formats are used; it can totally bypass looking up names or addresses when the last format is used. And aliases can be more meaningful than host names.

EINPROGRESS isn't provided by ActiveState's POSIX module. It also seems to be meaningless on MSWin32 systems. Since it's pretty important for non-blocking connect() otherwise, I added a dummy constant for it when POE is running on MSWin32 platforms. This affects POE::Kernel and Wheel::SocketFactory, which should now work better on Windows systems.

Added a watermarks test, samples/watermarks.perl.

Back to POE CHANGES.