ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/AnyEvent-Fork-RPC/Changes
Revision: 1.19
Committed: Sun Aug 25 21:52:15 2013 UTC (13 years ago) by root
Branch: MAIN
Changes since 1.18: +7 -2 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.19 TODO: defined &event example with error handling
4     TODO: maybe make it easier to discover api?
5     - INCOMPATIBLE CHANGE: remove dependency on, and autoloading
6     of, AnyEvent::Fork.
7 root 1.18 - add $NSTORABLE_SERIALISER.
8 root 1.19 - use "AE::log die" instead of die to report uncaught errors.
9     - ->run now provides a better $0 (as seen in some ps outputs).
10     - add a nice async Coro RPC server example.
11 root 1.17
12 root 1.16 1.1 Sun Apr 28 15:48:17 CEST 2013
13 root 1.15 - add support for the AnyEvent::Fork::Remote API.
14     - switch to an ABI-independent protocol.
15 root 1.14 - emit clearer diagnostic for some broken cpan-testers setups.
16    
17 root 1.13 0.2 Sun Apr 21 14:26:16 CEST 2013
18 root 1.11 - do not create a watcher when shutting down the object, shut down
19     directly, to work around perl global destruction bugs.
20 root 1.12 - expliticly call exit in child server - not elegant, but
21     doesn't disturb any sane perl, and helps broken win32 perls
22     to clean up.
23 root 1.10
24 root 1.8 0.1 Thu Apr 18 15:29:48 CEST 2013
25     - first release.
26    
27 root 1.1 0.00 Tue Apr 16 21:40:55 CEST 2013
28     - post planning, pre writing.
29