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