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