summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMiklos Fazekas <mfazekas@szemafor.com>2018-05-24 10:14:27 +0200
committerMiklos Fazekas <mfazekas@szemafor.com>2018-05-24 10:14:27 +0200
commitc5884191636a1c19b66c24cf872fa3af36d85f2b (patch)
treee9f62af249ceb835e1e143149e9cfc49101286c9 /CHANGES.txt
parent736b26c5347a069a5bd63f4db01d39b96e4e1303 (diff)
downloadnet-ssh-c5884191636a1c19b66c24cf872fa3af36d85f2b.tar.gz
5.0.0.rc1 preparev5.0.0.rc1
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 69fbd91..5f5cefb 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,8 @@
-=== 5.0.0
+=== 5.0.0.rc1
* Breaking change: ed25519 now requires ed25519 gem instead of RbNaCl gem [#563]
+ * 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]