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