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