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