summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMiklos Fazekas <mfazekas@szemafor.com>2019-03-02 09:21:00 +0100
committerMiklos Fazekas <mfazekas@szemafor.com>2019-03-02 09:46:24 +0100
commit347476a53c152a3508594cef7f7e5cca8137e705 (patch)
tree625ef028a16a74ef1f1adb3b5bdf0107c0969435 /CHANGES.txt
parent2661a5f09079487e81d7baa8da92dfcf5be35eba (diff)
downloadnet-ssh-347476a53c152a3508594cef7f7e5cca8137e705.tar.gz
check_host_ip defaults to true, fixed verfier init
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 64cc9cb..6476010 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,8 @@
+=== 5.1.0.rc2
+
+ * Interpret * and ? in know_hosts file [Romain Tartière, #660]
+ * New :check_host_ip so ip checking can be disabled in known hosts [Romain Tartière, #656]
+
=== 5.1.0.rc1
* Support new OpenSSH private key format for rsa - bcrypt for rsa (ed25519 already supported) [#646]