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