ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-MP/Changes
(Generate patch)

Comparing AnyEvent-MP/Changes (file contents):
Revision 1.144 by root, Fri Mar 23 01:57:43 2012 UTC vs.
Revision 1.147 by root, Sat Mar 24 00:48:53 2012 UTC

12 12
13TODO: check gproto, nproto, on connect 13TODO: check gproto, nproto, on connect
14TODO: eg/* 14TODO: eg/*
15TODO: #TODO##d# markers 15TODO: #TODO##d# markers
16TODO: limiting reconnecting speed when unreachable? 16TODO: limiting reconnecting speed when unreachable?
17TODO: multiple profiles? also some default profiles?
18TODO: use seed code to keep conenctions to nodes?
172 192
18 - INCOMPATIBLE CHANGE: the node protocol used by this version is not 20 - INCOMPATIBLE CHANGE: the node protocol used by this version is not
19 compatible to versions <2 - you have to upgrade all nodes. 21 compatible to versions <2 - you have to upgrade all nodes.
20 - INCOMPATIBLE CHANGE: many APIs have changed, see the section 22 - INCOMPATIBLE CHANGE: many APIs have changed, see the section
21 "PORTING FROM VERSION 1" in the AnyEvent::MP manpage for details. 23 "PORTING FROM VERSION 1" in the AnyEvent::MP manpage for details.
52 - known_nodes is gone, it has little value, use all_nodes as 54 - known_nodes is gone, it has little value, use all_nodes as
53 replacement. 55 replacement.
54 - lots of small change and improvements. 56 - lots of small change and improvements.
55 - node_is_known has been removed. 57 - node_is_known has been removed.
56 - TRACE now shows the portid on SND. 58 - TRACE now shows the portid on SND.
59 - aggressively reduce number of external modules, to reduce
60 memory usage for nodes.
61 - rework most of the documentation.
62 - clean up MP::Kernel exports.
57 63
581.30 Thu Jun 30 11:30:39 CEST 2011 641.30 Thu Jun 30 11:30:39 CEST 2011
59 - connection errors at the right time would kill node 65 - connection errors at the right time would kill node
60 connections in a bad way (patch by Malcolm Studd). 66 connections in a bad way (patch by Malcolm Studd).
61 67

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines