diff options
| author | Miklos Fazekas <mfazekas@szemafor.com> | 2016-07-23 17:56:55 +0200 |
|---|---|---|
| committer | Miklos Fazekas <mfazekas@szemafor.com> | 2016-07-23 17:56:55 +0200 |
| commit | 50a9fbe9c2742039e4da093e62a5f20b51afec13 (patch) | |
| tree | 7a71c1cc5450818896bd0dbbe24fbf3625d6d0de | |
| parent | 22f7b37212fd82694880091d134046e4ec84db87 (diff) | |
| download | net-ssh-50a9fbe9c2742039e4da093e62a5f20b51afec13.tar.gz | |
prepare for 4.0.0.beta1
| -rw-r--r-- | CHANGES.txt | 6 | ||||
| -rw-r--r-- | lib/net/ssh/version.rb | 2 |
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) |
