--- AnyEvent-MP/Changes 2009/11/05 01:12:41 1.80 +++ AnyEvent-MP/Changes 2009/11/05 22:44:56 1.81 @@ -6,11 +6,15 @@ TODO: use gvpe method of making contact, if possible. TODO: explain service sin aemp - - fixed AnyEvent::MP::Global::grp_reg to return a guard also - in scalar context. - listener-less nodes were misinformed by their masters about the location of new nodes, and therefore didn't connect properly in all cases. + - messages send during node-up processing could sometimes get lost, + which would hamper global's ability to mesh the network. + - fixed AnyEvent::MP::Global::grp_reg to return a guard also + in scalar context. + - fixed AnyEvent::MP::Kernel::mon_nodes to return a guard also + in scalar context. - try to improve error reporting when automatically loading a function - being unable to load a module will now stop the process and report the error.