summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
new file mode 100644
index 0000000..3e3224a
--- /dev/null
+++ b/CHANGES.txt
@@ -0,0 +1,25 @@
+=== 1.1 / 3 Apr 2011
+
+* Rescue Timeout::Error so :on_error works as expected when server is unavailable. [Joel Watson]
+
+
+=== 1.0.1 / 1 Feb 2009
+
+* Remove redundant call to block_given? in Session#group [paddor]
+
+* Add Channel#on_open_failed callback hook [Jamis Buck]
+
+
+=== 1.0.0 / 1 May 2008
+
+* (no changes since the last preview release)
+
+
+=== 1.0 Preview Release 2 (0.99.1) / 19 Apr 2008
+
+* Don't try to select on closed IO streams [Jamis Buck]
+
+
+=== 1.0 Preview Release 1 (0.99.0) / 10 Apr 2008
+
+* First release of Net::SSH::Multi