refactor watchdog code a bit
[scpubgit/Object-Remote.git] / Changes
diff --git a/Changes b/Changes
index be4beb9..2da3be5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,26 @@
+0.003001_01 - 2013-02-11
+  - Allow STDERR of remote interpreters to be sent to a
+      connection specific filehandle
+  - Proxy dies() when a method is invoked and the handle is not valid
+  - Introduced the Watchdog class
+  - Added support for local object, tied hashes, and tied
+      arrays in the Connection class
+  - White listed Devel::GlobalDestruction and black listed
+      XSLoader and DynaLoader in FatNode
+  - Dead locks found and partially worked around
+  - Logging system introduced
+  - Propagate errors from FatNode code
+  - Fall back to core non-arch modules in FatNode
+  - Fix module name in Makefile.PL
+
+0.002003 - 2012-07-25
+  - Exclude vendorarch and sitearch from FatNode and ModuleSender
+  - Increase default timeout to 10 seconds
+  - Add Class::C3 as a dependency since it's required for 5.8 remote nodes
+  - SSH options as a separate argument for the SSH connector
+
+0.002002 - 2012-07-23
+  - timeouts for connection setup
   - support Object::Remote->start::connect
   - timer support in MiniLoop