Good morning! I've uploaded POE 0.1108 to <http://poe.perl.org/>. This version adds Gtk support and some backwards incompatibility with Tk. I forgot to announce 0.1107, but it wasn't much to see anyway. It's mainly a docs patch and better testing for the always troublesome SIGCHLD handlers. -- Rocco Caputo / [EMAIL PROTECTED] $Id: Changes,v 1.153 2000/10/06 20:05:46 rcaputo Exp $ Revision history for POE ======================== Changes marked with "(!!!)" may break backward compatibility. 0.1108 2000.10.06 ----------------- Added Gtk support. Added t/21_gtk.t to test it. (!!!) Broke Tk backward compatibility. POE supports different X toolkits now, so it's silly to export ${"poe_${toolkit}_main_window"} for each. Renamed $poe_tk_main_window to $poe_main_window. Both Tk and Gtk use it for the top-level/main window. (!!!) Broke Tk backward compatibility again. POE supports different X toolkits now, so it's silly to have a separate DESTROY signal for each. Renamed TKDESTROY to UIDESTROY, and both Gtk and Tk use it. Updated POE::Kernel docs. 0.1107 2000.10.04 ----------------- Document POE::Preprocessor's debugging constants, and allow them to be overridden by defining them before POE::Preprocessor is used. This is the same scheme that POE::Kernel's TRACE/ASSERT constants use. Philip Gwyn thinks SIGCHLD was broken after 0.1104, so I've restructured test programs 11 and 12 (POE and Event signal watchers). Child process death is synchronized by the parent program (read: SIGINT) instead of with sleep and Time::HiRes. They ought to die closer together now. - EOF -
