summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Cohnen <tisba@users.noreply.github.com>2022-11-09 20:02:00 +0100
committerGitHub <noreply@github.com>2022-11-09 20:02:00 +0100
commitf7d9ccf8930954821bbd9c514f05f0c682e56cfd (patch)
tree463798b49cee3369a9249c49b82939116f813f7e
parent8a176a6ea0db1b59a21834df806a257a0b76e943 (diff)
downloadnet-ssh-f7d9ccf8930954821bbd9c514f05f0c682e56cfd.tar.gz
Adds 7.0.0 + 7.0.1 changelog
-rw-r--r--CHANGES.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 86c5bd1..3b0f76a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,17 @@
+=== 7.0.1
+
+ * Drop leftover debug statement [#866]
+
+=== 7.0.0
+
+ * BREAKING: Drop support for Ruby 2.5
+ * Fix decoding of ecdsa-sha2-nistp256 private keys [#657, #854]
+ * Fix missing require [#855]
+ * Support `~` in the path to the SSH agent's unix socket [#850]
+ * Add support for RSA client authentication with SHA-2 [a45f54]
+ * openssl: DSA: don't hardcode expected signature size, see ruby/openssl#483 [23a15c]
+ * Internal housekeeping (rubocop, codecov, remove travis, adding/improving tests)
+
=== 6.3.0 beta1
* Support cert based host key auth, fix asterisk in known_hosts [#833]