summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Fazekas <mfazekas@szemafor.com>2020-04-25 15:57:51 +0200
committerMiklos Fazekas <mfazekas@szemafor.com>2020-04-25 15:57:51 +0200
commita2ae0d14c290167621bfaef99e0f19e5d027b125 (patch)
treefd629f560e1a8d2fd5e4d0d19708ea14ef8f8ac4
parentbc8f44178ae7c2ce3ca4545954ef9cbee7758f54 (diff)
downloadnet-ssh-v6.0.tar.gz
6.0.2 preparev6.0.2v6.0
-rw-r--r--CHANGES.txt4
-rw-r--r--lib/net/ssh/version.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 6707307..b8d1844 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,7 @@
+=== 6.0.2
+
+ * Fix corrupted hmac issue in etm hmac [#759]
+
=== 6.0.1
* Make sha2-{256,512}-etm@openssh.com MAC opt-in as they seems to have issues [#757]
diff --git a/lib/net/ssh/version.rb b/lib/net/ssh/version.rb
index 1681dd8..d153b0d 100644
--- a/lib/net/ssh/version.rb
+++ b/lib/net/ssh/version.rb
@@ -52,7 +52,7 @@ module Net
MINOR = 0
# The tiny component of this version of the Net::SSH library
- TINY = 1
+ TINY = 2
# The prerelease component of this version of the Net::SSH library
# nil allowed