Make watchdog test handle death-by-send as well as death-by-receive
[scpubgit/Object-Remote.git] / Changes
1   - Make watchdog test handle death-by-send as well as death-by-receive
2   - Use newer Future API, fix broken test
3
4 0.003002 - 2013-03-19
5   - Switch from CPS::Future to Future.pm
6
7 0.003001_01 - 2013-02-11
8   - Allow STDERR of remote interpreters to be sent to a
9       connection specific filehandle
10   - Proxy dies() when a method is invoked and the handle is not valid
11   - Introduced the Watchdog class
12   - Added support for local object, tied hashes, and tied
13       arrays in the Connection class
14   - White listed Devel::GlobalDestruction and black listed
15       XSLoader and DynaLoader in FatNode
16   - Dead locks found and partially worked around
17   - Logging system introduced
18   - Propagate errors from FatNode code
19   - Fall back to core non-arch modules in FatNode
20   - Fix module name in Makefile.PL
21
22 0.002003 - 2012-07-25
23   - Exclude vendorarch and sitearch from FatNode and ModuleSender
24   - Increase default timeout to 10 seconds
25   - Add Class::C3 as a dependency since it's required for 5.8 remote nodes
26   - SSH options as a separate argument for the SSH connector
27
28 0.002002 - 2012-07-23
29   - timeouts for connection setup
30   - support Object::Remote->start::connect
31   - timer support in MiniLoop
32
33 0.002001 - 2012-07-18
34   - start::, maybe::start:: and next::
35   - automatic prompting for sudo passwords
36   - allow transfer of glob references
37   - allow loading of classes and packages from __DATA__
38   - allow transfer of scalar references
39
40 0.001001 - 2012-07-12
41   - initial release