ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-Fork-RPC/Changes
Revision: 1.24
Committed: Wed Sep 25 11:06:11 2013 UTC (12 years, 11 months ago) by root
Branch: MAIN
CVS Tags: rel-1_2
Changes since 1.23: +1 -1 lines
Log Message:
1.2

File Contents

# Content
1 Revision history for Perl extension AnyEvent::Fork::RPC
2
3 1.2 Wed Sep 25 13:05:46 CEST 2013
4 - INCOMPATIBLE CHANGE: remove dependency on, and autoloading
5 of, AnyEvent::Fork.
6 - provide an eof option to specify an alternative to exiting
7 in the asynchronous backend.
8 - add $NSTORABLE_SERIALISER.
9 - use "AE::log die" instead of die to report uncaught errors.
10 - ->run now provides a better $0 (as seen in some ps outputs).
11 - add a nice async Coro RPC server example.
12 - add an example of how to use AnyEvent::Log and on_event to
13 forward log messages to the parent.
14 - work around bugs in the TCP/IP stack on windows, aborting
15 connections instead of properly closing them on exit.
16 - log any errors via AE::log fatal instead of die'ing in the
17 async backend.
18
19 1.1 Sun Apr 28 15:48:17 CEST 2013
20 - add support for the AnyEvent::Fork::Remote API.
21 - switch to an ABI-independent protocol.
22 - emit clearer diagnostic for some broken cpan-testers setups.
23
24 0.2 Sun Apr 21 14:26:16 CEST 2013
25 - do not create a watcher when shutting down the object, shut down
26 directly, to work around perl global destruction bugs.
27 - expliticly call exit in child server - not elegant, but
28 doesn't disturb any sane perl, and helps broken win32 perls
29 to clean up.
30
31 0.1 Thu Apr 18 15:29:48 CEST 2013
32 - first release.
33
34 0.00 Tue Apr 16 21:40:55 CEST 2013
35 - post planning, pre writing.
36