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