summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordelano <delano@solutious.com>2010-03-16 11:19:32 -0400
committerdelano <delano@solutious.com>2010-03-16 11:19:32 -0400
commite558ea72176ef5df70b92f4b9e92476cf1aef14d (patch)
treea28e4f7d8c600b092d9a566050eaa418b3da5aa9
parent1aad99ba955956faa08ebc62460ce4955fcec671 (diff)
downloadnet-ssh-e558ea72176ef5df70b92f4b9e92476cf1aef14d.tar.gz
Updated changelog
-rw-r--r--CHANGELOG.rdoc12
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc
index 3a2d674..32c8608 100644
--- a/CHANGELOG.rdoc
+++ b/CHANGELOG.rdoc
@@ -1,4 +1,12 @@
-=== Unreleased
+
+
+=== 2.0.21 / ?? Mar 2010
+
+* Fix for client closes a forwarded connection, but the server is reading, net-ssh terminates with IOError socket closed (http://net-ssh.lighthouseapp.com/projects/36253/tickets/7) [Miklós Fazekas]
+
+* Fix for client force closes (RST) a forwarded connection, but server is reading, net-ssh terminates with exception [Miklós Fazekas]
+
+* Fix for server closes the sending side, the on_eof is not handled. [Miklós Fazekas]
* Removed Hanna dependency in Rakefile [Delano Mandelbaum]
@@ -24,7 +32,9 @@
=== 2.0.16 / 28 Nov 2009
* Fix for "multiple hosts are separated by whitespace" [Akinori MUSHA]
+
* Add support for the ProxyCommand directive [Akinori MUSHA]
+
* Switched from #recv(1) to #readpartial in lib/net/ssh/transport/server_version.rb, so that closed sockets are recognized [Alex Peuchert]