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