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

Comparing AnyEvent-MP/Changes (file contents):
Revision 1.123 by root, Fri Mar 2 19:48:18 2012 UTC vs.
Revision 1.124 by root, Sat Mar 3 13:07:19 2012 UTC

20TODO: maybe switch to md5+sha1+sha256 or so... 20TODO: maybe switch to md5+sha1+sha256 or so...
21TODO: up_nodes for aemp-trace replace by rpc call? 21TODO: up_nodes for aemp-trace replace by rpc call?
222 222
23 - INCOMPATIBLE CHANGE: the node protocol used by this version is not 23 - INCOMPATIBLE CHANGE: the node protocol used by this version is not
24 compatible to versions <2 - you have to upgrade all nodes. 24 compatible to versions <2 - you have to upgrade all nodes.
25 - INCOMPATIBLE CHANGE: many APIs have changed, see the section
26 "PORTING FROM VERSION 1" in the AnyEvent::MP manpage for details.
25 - AnyEvent::MP::Global is now optional - only seed nodes autoload it 27 - AnyEvent::MP::Global is now optional - only seed nodes autoload it
26 and create a fully-meshed network with each other, normal nodes only 28 and create a fully-meshed network with each other, normal nodes only
27 have to connect to seed nodes, other connections are on-demand. 29 have to connect to seed nodes, other connections are on-demand.
28 - new "norc" and "force" options for MP::configure to ignore 30 - new "norc" and "force" options for MP::configure to ignore
29 or override the rc file. 31 or override the rc file.
41 - aemp shell now supports "package" selection and offers an 43 - aemp shell now supports "package" selection and offers an
42 $ECHO port you cna send messages to. 44 $ECHO port you cna send messages to.
43 - rely on perl rand() instead of using /dev/urandom when available, as 45 - rely on perl rand() instead of using /dev/urandom when available, as
44 hopefully it is random enough. 46 hopefully it is random enough.
45 - aemp shell no longer leaks one port per command. 47 - aemp shell no longer leaks one port per command.
48 - known_nodes is gone, it has little value, use all_nodes as
49 replacement.
46 50
471.30 Thu Jun 30 11:30:39 CEST 2011 511.30 Thu Jun 30 11:30:39 CEST 2011
48 - connection errors at the right time would kill node 52 - connection errors at the right time would kill node
49 connections in a bad way (patch by Malcolm Studd). 53 connections in a bad way (patch by Malcolm Studd).
50 54

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines