Skip to content

Commit

Permalink
updated... :)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaputo committed Nov 23, 1998
1 parent 9950755 commit 8603717
Showing 1 changed file with 26 additions and 4 deletions.
30 changes: 26 additions & 4 deletions Changes
Expand Up @@ -2,7 +2,29 @@ $Id$

Revision history for Perl extension POE.

0.01 1998.08.15 @ 13:35
- initial release, implemented Kernel, Session, Wheel, Driver, Filter
0.02 1998.08.24 @ 16:26
- added Curator; made signals work better; sessions wait for children
0.01 1998.08.15

- Initial release. Implemented Kernel, Session, Wheel, Driver,
Filter.

0.02 1998.11.22

- Rewrote signals. Signals now propagate from parent to child
sessions. "Terminal" signals now only kill sessions that don't
otherwise handle them.

- Allowed subsecond resolution in Kernel.pm if Time::HiRes is
available. See the docs for POE::Kernel::alarm().

- Added POE::Kernel::delay() for "time() + $seconds" alarms. Uses
Kernel's time(), which may be from Time::HiRes.

- Parent sessions will now wait around until all child sessions
finish, unless they're explicitly killed off.

- Fixed a blessing bleed that caused implicitly returned objects to
die in the wrong scope (confounding resource management).

- Added tests/proxy.perl, a simple line-based proxy example.

-EOF-

0 comments on commit 8603717

Please sign in to comment.