diff options
author | Miklós Fazekas <mfazekas@szemafor.com> | 2021-08-06 12:00:54 +0200 |
---|---|---|
committer | Miklós Fazekas <mfazekas@szemafor.com> | 2021-08-06 12:00:54 +0200 |
commit | 344cc90c83eda9d2e1f4d5d272b1c325717db633 (patch) | |
tree | 4c98bc1565b47f849c313aa41bbe6a396f8d8d77 | |
parent | 58c4cbca9369b8d341b2fe2ad9ded2490ddf3d69 (diff) | |
download | net-ssh-mfazekas/cert-base-auth.tar.gz |
CHangelog, ignore vedor from rubocopmfazekas/cert-base-auth
-rw-r--r-- | .rubocop.yml | 2 | ||||
-rw-r--r-- | CHANGES.txt | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index d80105c..6ac7e73 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,6 +1,8 @@ AllCops: Exclude: - 'tryout/**/*' + - "vendor/**/.*" + - "vendor/**/*" NewCops: enable inherit_from: .rubocop_todo.yml diff --git a/CHANGES.txt b/CHANGES.txt index d511bf9..8fb56bf 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,8 @@ +=== 6.3.0 beta1 + + * Support cert based host key auth, fix asterisk in known_hosts [#833] + * Support kex dh-group14-sha256 [#795] + === 6.2.0 rc1 === 6.2.0 beta1 |