summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMiklos Fazekas <mfazekas@szemafor.com>2018-05-30 12:27:17 +0200
committerMiklos Fazekas <mfazekas@szemafor.com>2018-05-30 12:27:17 +0200
commit1212a4b3ddbda00941ffdeb63b4ad986699c3638 (patch)
tree8628b4e293ded8991ef162c1137859b183e52fe0 /CHANGES.txt
parent5c8f959142f8ec2338290db7a6085664d139f911 (diff)
downloadnet-ssh-1212a4b3ddbda00941ffdeb63b4ad986699c3638.tar.gz
RC2 preparev5.0.0.rc2
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt14
1 files changed, 12 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 5f5cefb..e53644e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,10 +1,20 @@
-=== 5.0.0.rc1
+=== 5.0.0
+
* Breaking change: ed25519 now requires ed25519 gem instead of RbNaCl gem [#563]
+ * Verify_host_key options rename (true, false, :very, :secure depreacted new equivalents are :never, :accept_new_or_local_tunnel :accept_new :always) [Jared Beck, #595]
+
+=== 5.0.0.rc2
+
+ * Add .dll extensions to dlopen on cygwin [#603]
+ * Fix host certificate validation [#601]
+
+=== 5.0.0.rc1
+
* Fix larger than 4GB file transfers [#599]
* Update HTTP proxy to version 1.1 [Connor Dunn, #597]
- * Verify_host_key options rename (true, false, :very, :secure depreacted new equivalents are :never, :accept_new_or_local_tunnel :accept_new :always) [Jared Beck, #595]
=== 5.0.0.beta2
+
* Support for sha256 pubkey fingerprint [Tom Maher, #585]
* Don't try to load default_keys if key_data option is used [Josh Larson, #589]
* Added fingerprint_hash defaulting to SHA256 as fingerprint format, and MD5 can be used as an option [Miklós Fazekas, #591]