ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-MP/Changes
Revision: 1.23
Committed: Wed Aug 19 05:57:14 2009 UTC (14 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-0_8
Changes since 1.22: +2 -0 lines
Log Message:
0.8

File Contents

# Content
1 Revision history for AnyEvent::MP
2
3 TODO: intro
4 TODO: auto-reconnect? when?
5
6 0.8 Wed Aug 19 07:54:50 CEST 2009
7 - added AnyEvent::MP::Global service.
8 - support "package::" names as service names.
9 - many, many, many bugfixes and tweaks.
10
11 0.7 Sat Aug 15 01:18:51 CEST 2009
12 - sorry, another major API simplification.
13 - greatly improved aemp configuration abilities.
14 - introduced profile management.
15 - updated exmaples in eg/.
16 - added Kernel::snd_to_func.
17
18 0.6 Thu Aug 13 03:15:05 CEST 2009
19 - do away with .aemp-secret and use .perl-anyevent-mp as json config
20 file.
21 - introduce bin/aemp to configure nodes.
22 - too many changes to describe.
23
24 0.4 Sun Aug 9 18:05:49 CEST 2009
25 - API should now be really stable :)
26 - distinguish between resolved and unresolved noderefs.
27 - certificates in .aemp-secret are now supported.
28 - change port creation semantics.
29 - replace become_xxx by initialise_node.
30 - implement AE::MP::spawn.
31 - implement transport timeouts, monitoring, reconnecting.
32 - simplify and partially document the transport protocol.
33
34 0.1 Tue Aug 4 23:07:11 CEST 2009
35 - AnyEvent::MP API should be mostly stable by now.
36
37 0.02 Sun Aug 2 17:46:43 CEST 2009
38 - design has stabilised a bit, sitll unusable.
39
40 0.01 Sat Aug 1 11:43:31 CEST 2009
41 - dummy upload to reserve namespace on CPAN.
42
43 0.0 Thu Jul 30 06:10:15 CEST 2009
44 - original version, an AnyEvent::AIO clone.