--- AnyEvent-MP/Changes 2012/02/26 11:12:54 1.117 +++ AnyEvent-MP/Changes 2012/02/28 18:37:24 1.118 @@ -12,15 +12,21 @@ faq: all is asynch faq: how to interface to non-perl nodes? -TODO: Anyevent::MP gets grp_reg, grp_get +TODO: AnyEvent::MP gets grp_reg, grp_get TODO: AnyEvent::MP keeps list of all "global" nodes TODO: Global loaded on demand only, adds grp database and node address database TODO: transport connects use any global node to find addresses (maybe itself) TODO: not really -TODO: configure norc => 1, force => 1 +2 + - INCOMPATIBLE CHANGE: the node protocol used by this version is not + compatible to versions <2 - you have to upgrade all node + - new "norc" and "force" options for MP::configure to ignore + or override the rc file. - move seed code to Kernel. - - fixed small typo in AnyEvent::MP::Transport. + - fixed small typo in MP::Transport. + - fix (unused) provider-kv (version sometimes missing). + - reduce the default export list of MP::Kernel. 1.30 Thu Jun 30 11:30:39 CEST 2011 - connection errors at the right time would kill node