This version was released on 2001-06-03.

Have the child process in Wheel::Run attempt to kill itself if POSIX::_exit() isn't available.

Document a lot of requests and things in TODO.

Add alarm_set, alarm_adjust, alarm_remove, and alarm_remove_all to POE::Kernel. Add tests for these things in t/02_alarms.t. Document them in POE::Kernel's manpage.

Deprecate POE::Kernel's queue_peek_alarms() method. The new alarm functions let programmers add, remove, and track alarms by ID, so looking into the alarm queue is no longer necessary. The complete deprecation schedule is in TODO.

Add POE::Kernel leak detection for alarm IDs. Discovered a memory leak in alarm IDs, and removed it.

Add POE::Kernel leak detection for signals, completing the suite of global structure leak detectors. Discovered and fixed a potential memory leak in signals data structures.

Back to POE CHANGES.