summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authordelano <delano.mandelbaum@gmail.com>2013-02-06 08:03:03 -0800
committerdelano <delano.mandelbaum@gmail.com>2013-02-06 08:03:03 -0800
commitd01423c04e75e471b71560a94a79524ca93c4c53 (patch)
tree2471272fbd1149fdc9916481eed301844f79a363 /CHANGES.txt
parentec1a6b7548de07d1681fb315d0996f2747e2e2d9 (diff)
downloadnet-ssh-multi-d01423c04e75e471b71560a94a79524ca93c4c53.tar.gz
Added public cert. All gem releases are now signed. See INSTALL in readme.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 3e3224a..b6cea11 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,12 +1,15 @@
+
+=== 1.1.1 / 06 Feb 2013
+
+* Added public cert. All gem releases are now signed. See INSTALL in readme.
+
=== 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]
@@ -14,12 +17,10 @@
* (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