fix futures that need to be failed not being failed when a connection is closed
[scpubgit/Object-Remote.git] / Changes
1   - Propagate errors from FatNode code
2   - Fall back to core non-arch modules in FatNode
3   - Fix module name in Makefile.PL
4
5 0.002003 - 2012-07-25
6   - Exclude vendorarch and sitearch from FatNode and ModuleSender
7   - Increase default timeout to 10 seconds
8   - Add Class::C3 as a dependency since it's required for 5.8 remote nodes
9   - SSH options as a separate argument for the SSH connector
10
11 0.002002 - 2012-07-23
12   - timeouts for connection setup
13   - support Object::Remote->start::connect
14   - timer support in MiniLoop
15
16 0.002001 - 2012-07-18
17   - start::, maybe::start:: and next::
18   - automatic prompting for sudo passwords
19   - allow transfer of glob references
20   - allow loading of classes and packages from __DATA__
21   - allow transfer of scalar references
22
23 0.001001 - 2012-07-12
24   - initial release