ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/AnyEvent-Fork-RPC/Changes
Revision: 1.21
Committed: Sat Aug 31 16:35:33 2013 UTC (13 years ago) by root
Branch: MAIN
Changes since 1.20: +3 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 Revision history for Perl extension AnyEvent::Fork::RPC
2    
3 root 1.21 1.2
4 root 1.19 - INCOMPATIBLE CHANGE: remove dependency on, and autoloading
5     of, AnyEvent::Fork.
6 root 1.21 - provide an eof option to specify an alternative to exiting
7     in the asynchronous backend.
8 root 1.18 - add $NSTORABLE_SERIALISER.
9 root 1.19 - 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 root 1.20 - add an example of how to use AnyEvent::Log and on_event to
13     forward log messages to the parent.
14 root 1.17
15 root 1.16 1.1 Sun Apr 28 15:48:17 CEST 2013
16 root 1.15 - add support for the AnyEvent::Fork::Remote API.
17     - switch to an ABI-independent protocol.
18 root 1.14 - emit clearer diagnostic for some broken cpan-testers setups.
19    
20 root 1.13 0.2 Sun Apr 21 14:26:16 CEST 2013
21 root 1.11 - do not create a watcher when shutting down the object, shut down
22     directly, to work around perl global destruction bugs.
23 root 1.12 - expliticly call exit in child server - not elegant, but
24     doesn't disturb any sane perl, and helps broken win32 perls
25     to clean up.
26 root 1.10
27 root 1.8 0.1 Thu Apr 18 15:29:48 CEST 2013
28     - first release.
29    
30 root 1.1 0.00 Tue Apr 16 21:40:55 CEST 2013
31     - post planning, pre writing.
32