ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/AnyEvent-Fork-RPC/Changes
Revision: 1.27
Committed: Thu May 12 16:43:08 2016 UTC (10 years, 4 months ago) by root
Branch: MAIN
Changes since 1.26: +2 -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.27 TODO: better exit conditions in Async, see Art Sackett mail
4     TODO: allow overtaking existing $fh
5 root 1.26 - add $CBOR_XS_SERIALISER.
6    
7 root 1.25 1.21 Tue Oct 15 10:52:09 CEST 2013
8     - work around perl 5.14 and earlier bug causing
9     "Goto undefined subroutine &CORE::exit" messages.
10    
11 root 1.24 1.2 Wed Sep 25 13:05:46 CEST 2013
12 root 1.19 - INCOMPATIBLE CHANGE: remove dependency on, and autoloading
13     of, AnyEvent::Fork.
14 root 1.21 - provide an eof option to specify an alternative to exiting
15     in the asynchronous backend.
16 root 1.18 - add $NSTORABLE_SERIALISER.
17 root 1.19 - use "AE::log die" instead of die to report uncaught errors.
18     - ->run now provides a better $0 (as seen in some ps outputs).
19     - add a nice async Coro RPC server example.
20 root 1.20 - add an example of how to use AnyEvent::Log and on_event to
21     forward log messages to the parent.
22 root 1.22 - work around bugs in the TCP/IP stack on windows, aborting
23     connections instead of properly closing them on exit.
24 root 1.23 - log any errors via AE::log fatal instead of die'ing in the
25     async backend.
26 root 1.17
27 root 1.16 1.1 Sun Apr 28 15:48:17 CEST 2013
28 root 1.15 - add support for the AnyEvent::Fork::Remote API.
29     - switch to an ABI-independent protocol.
30 root 1.14 - emit clearer diagnostic for some broken cpan-testers setups.
31    
32 root 1.13 0.2 Sun Apr 21 14:26:16 CEST 2013
33 root 1.11 - do not create a watcher when shutting down the object, shut down
34     directly, to work around perl global destruction bugs.
35 root 1.12 - expliticly call exit in child server - not elegant, but
36     doesn't disturb any sane perl, and helps broken win32 perls
37     to clean up.
38 root 1.10
39 root 1.8 0.1 Thu Apr 18 15:29:48 CEST 2013
40     - first release.
41    
42 root 1.1 0.00 Tue Apr 16 21:40:55 CEST 2013
43     - post planning, pre writing.
44