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

Comparing AnyEvent-MP/Changes (file contents):
Revision 1.27 by root, Fri Aug 28 21:01:02 2009 UTC vs.
Revision 1.96 by root, Wed Dec 30 15:33:08 2009 UTC

1Revision history for AnyEvent::MP 1Revision history for AnyEvent::MP
2 2
3TODO: intro 3TODO: testsuite
4todo: node-down = node-nuke 4TODO: intro: maybe simple job pool example?
5TODO: intro: mention watchdog...
5 6
60.9 7 - INCOMPATIBLE CHANGE: the high-level node protocol changed,
8 all nodes need to upgrade.
9 - remote kil's did not work (reported by Eugene Grigoriev).
10 - documented monitor_timeout, connect_interval, auth_offer,
11 auth_accept, framing_format, autocork and nodelay options
12 and make them configurable via bin/aemp.
13 - some doc updates.
14 - remote kil's were not synchronous to message sends which affected
15 nobody, as remote kils were broken.
16
171.24 Wed Dec 9 14:59:52 CET 2009
18 - codename "the foul egg".
19 - increased "unmonitored local port died" message level to 2, so
20 it is displayed by default now.
21 - generate random seed at configure time, not module loading time,
22 so fork&configure works as expected.
23 - decreased "seed"-related message priority in Global from 0 (d'oh)
24 to 9, as they are not signifcant.
25 - new experimental module AnyEvent::MP::DataConn to establish
26 additional data connections between nodes.
27 - bin/aemp now loads AnyEvent::Watchdog::Util before trying
28 to call restart.
29 - bin/aemp setcert didn't properly handle the filename argument.
30 - removed empty and unused timeout= parameter from protocol greeting.
31
321.23 Fri Nov 6 18:46:26 CET 2009
33 - listener-less nodes were misinformed by their masters about
34 the location of new nodes, and therefore didn't connect
35 properly in all cases.
36 - messages send during node-up processing could sometimes get lost,
37 which would hamper global's ability to mesh the network.
38 - fixed AnyEvent::MP::Global::grp_reg to return a guard also
39 in scalar context.
40 - fixed AnyEvent::MP::Kernel::mon_nodes to return a guard also
41 in scalar context.
42 - try to improve error reporting when automatically loading
43 a function - being unable to load a module will now
44 stop the process and report the error.
45
461.22 Sat Oct 17 03:41:47 CEST 2009
47 - fix two rcv-bugs: after adding a tagged rcv, the default
48 callback would not be used or changed anymore (reported
49 by Felix Antonius Wilhelm Ostmann, with apologies for
50 taking so long to releae the fix).
51 - added Coro::MP introduction to AnyEvent::MP::Intro.
52 - add peval function.
53
541.21 Mon Oct 5 21:58:36 CEST 2009
55 - always delay kil messages.
56 - remote monitor requests were never cleaned up (found by
57 Sadrak and analysed by elmex).
58 - move $VERSION to AnyEvent::MP and AnyEvent::MP only.
59
601.2 Thu Oct 1 22:59:35 CEST 2009
61 - fix a rather big bug where message processing could be
62 inhibited completely.
63 - grp_mon could not return a guard due to a typo.
64 - implement primitive aemp shell.
65 - do not use bound address as listen length (reported by
66 Felix Antonius Wilhelm Ostman).
67 - no longer export an undefined "reg" function from AE::MP.
68 - the mon_guard return value no longer keeps an additional
69 reference to the passed refs.
70
711.1 Fri Sep 11 04:34:03 CEST 2009
72 - bumped the transport protocol to version 1 - sorry, but there
73 were too many bugfixes/changes.
74 - new function AnyEvent::MP::cal for simple rpc.
75 - renamed AnyEvent::MP::Global functions to grp_reg|get|mon.
76 - implemented monitoring for Global groups.
77 - removed all userspace time-outs from the transport, instead
78 rely on tcp retransmit timeouts and tcp keepalive.
79 - spawn now delays spawns on the local node artificially, so
80 it can return before invoking the init function.
81 - break endless recursion between ping-pong ports on the local
82 node after ~50 iterations.
83 - support JSON-encoded aemp arguments.
84 - added aemp restart.
85 - support for starting init functions with parameters added.
86 - data_format, auth_offer and auth_accept are now configurable, albeit
87 not documented.
88 - new service: AnyEvent::MP::LogCatcher.
89 - rely on perl srand'ing better than we could.
90 - try to backport to 5.8.2, unfortunately, recursive dependencies
91 rely on Module::Build, which fails at 5.8.7, so YMMV.
92 - use a vastly different reseeding strategy.
93 - use seed nodes to notify nodes about new nodes.
94 - in the case where a ndoe learns new addresses after it tried
95 connecting, prefer the new addrseses over the old ones.
96
971.0 Wed Sep 2 20:40:43 CEST 2009
98 - randomise more connection times, but reduce delay to 0.2s (seeds)
99 and 0.05s (normal connects).
100 - upgrade to and require AnyEvent::Watchdog 1.0.
101
1020.95 Mon Aug 31 22:03:55 CEST 2009
103 - tutorial finally covers all the basics, maybe not optimally, but it
104 is covered.
105 - rename initialise_node to configure and accepts key => value
106 pairs for configuration.
107 - give aemp a full manpage.
108 - bin/aemp now expects comma-separated lists and supports multiple
109 subcommands.
110 - new aemp eval subcommand.
111 - new aemp parent subcommand.
112 - nodes get freed when no longer needed.
113 - support "*" hostname to specify all local interface addresses
114 (without localhost etc.).
115 - support "*" port to specify a dynamically-assigned port (which
116 is the default now).
117 - fix per-transport memory leak.
118
1190.9 Sat Aug 29 18:47:45 CEST 2009
120 - tutorial was updated to reflect the current API, but
121 does not touch monitoring yet.
7 - got rid of noderefs and slave nodes entirely, introduce 122 - got rid of noderefs and slave nodes entirely, introduce
8 free-text node identifiers and anonymous nodes. 123 free-text node identifiers and anonymous nodes.
9 - document security issues with tls_anon method and introduce 124 - document security issues with tls_anon method and introduce
10 optional tls_md6_64_256 method. 125 optional tls_md6_64_256 method.
11 126

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines