arg back that out and try again to fit into distar workflow
[scpubgit/Object-Remote.git] / Changes
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
11   - Propagate errors from FatNode code
12   - Fall back to core non-arch modules in FatNode
13   - Fix module name in Makefile.PL
14
15 0.002003 - 2012-07-25
16   - Exclude vendorarch and sitearch from FatNode and ModuleSender
17   - Increase default timeout to 10 seconds
18   - Add Class::C3 as a dependency since it's required for 5.8 remote nodes
19   - SSH options as a separate argument for the SSH connector
20
21 0.002002 - 2012-07-23
22   - timeouts for connection setup
23   - support Object::Remote->start::connect
24   - timer support in MiniLoop
25
26 0.002001 - 2012-07-18
27   - start::, maybe::start:: and next::
28   - automatic prompting for sudo passwords
29   - allow transfer of glob references
30   - allow loading of classes and packages from __DATA__
31   - allow transfer of scalar references
32
33 0.001001 - 2012-07-12
34   - initial release