summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 6adf341..12ddd27 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,13 @@
+
+=== 2.7.0 / 11 Sep 2013
+
+* Fix for 'Could not parse PKey: no start line' error on private keys with passphrases (issue #101) [metametaclass]
+* Automatically forward environment variables defined in OpenSSH config files [fnordfish]
+* Guard against socket.gets being nil in Net::SSH::Proxy::HTTP [krishicks]
+* Implemented experimental keepalive feature [noric]
+
+
=== 2.6.8 / 6 Jul 2013
* Added support for host wildcard substitution [GabKlein]