summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklós Fazekas <mfazekas@szemafor.com>2016-07-23 18:10:47 +0200
committerGitHub <noreply@github.com>2016-07-23 18:10:47 +0200
commit491e597b194ec39ecb534615ece8dc7fcde8cf90 (patch)
tree5c5cd5954ef9520a8e40227a4ed7aef5be5e37da
parentd3fde13538c2265b98bd356548a497c2306bacf0 (diff)
parent50a9fbe9c2742039e4da093e62a5f20b51afec13 (diff)
downloadnet-ssh-491e597b194ec39ecb534615ece8dc7fcde8cf90.tar.gz
Merge pull request #408 from mfazekas/prepare-400beta
prepare for 4.0.0.beta1
-rw-r--r--CHANGES.txt6
-rw-r--r--lib/net/ssh/version.rb2
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a88a745..e23f746 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,8 @@
-* Fix UTF-8 encoding issues [Ethan J. Brown]
+=== 4.0.0.beta
+
+* Fix pageant [elconas, #235]
+* Relaxed rbnacl,rbnacl-selenium contstraints ang give better errors about them [Miklos Fazekas, #398]
+* Fix UTF-8 encoding issues [Ethan J. Brown, #407]
=== 4.0.0.alpha4
diff --git a/lib/net/ssh/version.rb b/lib/net/ssh/version.rb
index f66a04c..3ed4d61 100644
--- a/lib/net/ssh/version.rb
+++ b/lib/net/ssh/version.rb
@@ -55,7 +55,7 @@ module Net; module SSH
# The prerelease component of this version of the Net::SSH library
# nil allowed
- PRE = "alpha4"
+ PRE = "beta1"
# The current version of the Net::SSH library as a Version instance
CURRENT = new(*[MAJOR, MINOR, TINY, PRE].compact)