5e89aaf7f418683a6e2f81b120a0ba13c5802df4
[scpubgit/Object-Remote.git] / Changes
1 0.003001_01 - 2013-02-04
2   - Allow STDERR of remote interpreters to be sent to a
3       connection specific filehandle
4   - Proxy dies() when a method is invoked and the handle is not valid
5   - Introduced the Watchdog class
6   - Added support for local object, tied hashes, and tied
7       arrays in the Connection class
8   - White listed Devel::GlobalDestruction and black listed
9       XSLoader and DynaLoader in FatNode
10   - Dead locks found and partially worked around
11   - Logging system introduced
12   - Propagate errors from FatNode code
13   - Fall back to core non-arch modules in FatNode
14   - Fix module name in Makefile.PL
15
16 0.002003 - 2012-07-25
17   - Exclude vendorarch and sitearch from FatNode and ModuleSender
18   - Increase default timeout to 10 seconds
19   - Add Class::C3 as a dependency since it's required for 5.8 remote nodes
20   - SSH options as a separate argument for the SSH connector
21
22 0.002002 - 2012-07-23
23   - timeouts for connection setup
24   - support Object::Remote->start::connect
25   - timer support in MiniLoop
26
27 0.002001 - 2012-07-18
28   - start::, maybe::start:: and next::
29   - automatic prompting for sudo passwords
30   - allow transfer of glob references
31   - allow loading of classes and packages from __DATA__
32   - allow transfer of scalar references
33
34 0.001001 - 2012-07-12
35   - initial release