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