Skip to content

Commit

Permalink
Version 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
philr committed Dec 26, 2019
1 parent b5a1300 commit 30ecff6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changes #

## Version 1.0.1 - 26-Dec-2019 ##

* Fix errors converting DSA and RSA PPK keys to OpenSSL in
`OpenSSL::PKey.from_ppk(ppk)` with Ruby MRI 2.4 and later.
* Fix errors converting EC PPK keys to OpenSSL in
`OpenSSL::PKey.from_ppk(ppk)` with JRuby 9.2.
* Fix errors converting EC keys from OpenSSL to PPK in
`OpenSSL::PKey::EC.to_ppk` with JRuby 9.2.
* Enable frozen string literals.
* Load dependencies using `require_relative` instead of `require`.
* Remove support for Rubinius.


## Version 1.0.0 - 2-Apr-2016 ##

* First release.
2 changes: 1 addition & 1 deletion lib/putty/key/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
module PuTTY
module Key
# The PuTTY::Key version number.
VERSION = '1.0.0'
VERSION = '1.0.1'
end
end

0 comments on commit 30ecff6

Please sign in to comment.