summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 48c67a4..f76c743 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,11 @@
+=== 5.1.0.rc1
+
+ * Support new OpenSSH private key format for rsa - bcrypt for rsa (ed25519 already supported) [#646]
+ * Support IdentityAgent is ssh config [Frank Groeneveld, #645]
+ * Improve Match processin in ssh config [Aleksandrs Ļedovskis, #642]
+ * Ignore signature verification when verify_host_key is never [Piotr Kliczewski, #641]
+ * Alg preference was changed to prefer stronger encryptions [Tray, #637]
+
=== 5.0.2
* fix ctr for jruby [#612]