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