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