ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-Fork-RPC/Changes
Revision: 1.28
Committed: Thu May 12 16:54:43 2016 UTC (8 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-1_22
Changes since 1.27: +2 -0 lines
Log Message:
1.22

File Contents

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