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