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