Release commit for 0.003004
[scpubgit/Object-Remote.git] / Changes
CommitLineData
f8c4ed0e 10.003004 - 2014-10-04
dd6e1327 2 - Explicitly load Moo::HandleMoose::_TypeMap since it isn't loaded sans
3 ithreads but we don't know if the foreign perl requires it
4
572baf59 50.003003 - 2014-08-11
00de75a1 6 - Make watchdog test handle death-by-send as well as death-by-receive
bc06e921 7 - Use newer Future API, fix broken test
8
961077ea 90.003002 - 2013-03-19
9addd593 10 - Switch from CPS::Future to Future.pm
11
e25b44e3 120.003001_01 - 2013-02-11
b367a018 13 - Allow STDERR of remote interpreters to be sent to a
14 connection specific filehandle
15 - Proxy dies() when a method is invoked and the handle is not valid
16 - Introduced the Watchdog class
17 - Added support for local object, tied hashes, and tied
18 arrays in the Connection class
19 - White listed Devel::GlobalDestruction and black listed
20 XSLoader and DynaLoader in FatNode
21 - Dead locks found and partially worked around
22 - Logging system introduced
1a2d795f 23 - Propagate errors from FatNode code
1ef3d225 24 - Fall back to core non-arch modules in FatNode
8885b26f 25 - Fix module name in Makefile.PL
1a2d795f 26
728d8ba5 270.002003 - 2012-07-25
df8e0ca6 28 - Exclude vendorarch and sitearch from FatNode and ModuleSender
cc670b30 29 - Increase default timeout to 10 seconds
245798e6 30 - Add Class::C3 as a dependency since it's required for 5.8 remote nodes
6ec765ba 31 - SSH options as a separate argument for the SSH connector
32
b53b9fc9 330.002002 - 2012-07-23
49e9ae37 34 - timeouts for connection setup
fbd3b8ec 35 - support Object::Remote->start::connect
befabdee 36 - timer support in MiniLoop
37
f6888810 380.002001 - 2012-07-18
e0cc49db 39 - start::, maybe::start:: and next::
40 - automatic prompting for sudo passwords
ed5a8a8e 41 - allow transfer of glob references
7462160e 42 - allow loading of classes and packages from __DATA__
6ed5d580 43 - allow transfer of scalar references
44
1e3802e1 450.001001 - 2012-07-12
0c846472 46 - initial release