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