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