add date and release version to Changes file
[scpubgit/Object-Remote.git] / Changes
CommitLineData
c184a4bc 10.003001_01 - 2013-02-04
b367a018 2 - Allow STDERR of remote interpreters to be sent to a
3 connection specific filehandle
4 - Proxy dies() when a method is invoked and the handle is not valid
5 - Introduced the Watchdog class
6 - Added support for local object, tied hashes, and tied
7 arrays in the Connection class
8 - White listed Devel::GlobalDestruction and black listed
9 XSLoader and DynaLoader in FatNode
10 - Dead locks found and partially worked around
11 - Logging system introduced
1a2d795f 12 - Propagate errors from FatNode code
1ef3d225 13 - Fall back to core non-arch modules in FatNode
8885b26f 14 - Fix module name in Makefile.PL
1a2d795f 15
728d8ba5 160.002003 - 2012-07-25
df8e0ca6 17 - Exclude vendorarch and sitearch from FatNode and ModuleSender
cc670b30 18 - Increase default timeout to 10 seconds
245798e6 19 - Add Class::C3 as a dependency since it's required for 5.8 remote nodes
6ec765ba 20 - SSH options as a separate argument for the SSH connector
21
b53b9fc9 220.002002 - 2012-07-23
49e9ae37 23 - timeouts for connection setup
fbd3b8ec 24 - support Object::Remote->start::connect
befabdee 25 - timer support in MiniLoop
26
f6888810 270.002001 - 2012-07-18
e0cc49db 28 - start::, maybe::start:: and next::
29 - automatic prompting for sudo passwords
ed5a8a8e 30 - allow transfer of glob references
7462160e 31 - allow loading of classes and packages from __DATA__
6ed5d580 32 - allow transfer of scalar references
33
1e3802e1 340.001001 - 2012-07-12
0c846472 35 - initial release