Release commit for 0.003002
[scpubgit/Object-Remote.git] / Changes
CommitLineData
961077ea 10.003002 - 2013-03-19
9addd593 2 - Switch from CPS::Future to Future.pm
3
e25b44e3 40.003001_01 - 2013-02-11
b367a018 5 - Allow STDERR of remote interpreters to be sent to a
6 connection specific filehandle
7 - Proxy dies() when a method is invoked and the handle is not valid
8 - Introduced the Watchdog class
9 - Added support for local object, tied hashes, and tied
10 arrays in the Connection class
11 - White listed Devel::GlobalDestruction and black listed
12 XSLoader and DynaLoader in FatNode
13 - Dead locks found and partially worked around
14 - Logging system introduced
1a2d795f 15 - Propagate errors from FatNode code
1ef3d225 16 - Fall back to core non-arch modules in FatNode
8885b26f 17 - Fix module name in Makefile.PL
1a2d795f 18
728d8ba5 190.002003 - 2012-07-25
df8e0ca6 20 - Exclude vendorarch and sitearch from FatNode and ModuleSender
cc670b30 21 - Increase default timeout to 10 seconds
245798e6 22 - Add Class::C3 as a dependency since it's required for 5.8 remote nodes
6ec765ba 23 - SSH options as a separate argument for the SSH connector
24
b53b9fc9 250.002002 - 2012-07-23
49e9ae37 26 - timeouts for connection setup
fbd3b8ec 27 - support Object::Remote->start::connect
befabdee 28 - timer support in MiniLoop
29
f6888810 300.002001 - 2012-07-18
e0cc49db 31 - start::, maybe::start:: and next::
32 - automatic prompting for sudo passwords
ed5a8a8e 33 - allow transfer of glob references
7462160e 34 - allow loading of classes and packages from __DATA__
6ed5d580 35 - allow transfer of scalar references
36
1e3802e1 370.001001 - 2012-07-12
0c846472 38 - initial release