-
Notifications
You must be signed in to change notification settings - Fork 602
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
531eb97
commit 8e15a8b
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
= sshj - SSHv2 library for Java | ||
Jeroen van Erp | ||
:sshj_groupid: com.hierynomus | ||
:sshj_version: 0.19.0 | ||
:sshj_version: 0.21.0 | ||
:source-highlighter: pygments | ||
|
||
image:https://travis-ci.org/hierynomus/sshj.svg?branch=master[link="https://travis-ci.org/hierynomus/sshj"] | ||
|
@@ -84,7 +84,7 @@ compression:: | |
`zlib` and `[email protected]` (delayed zlib) | ||
|
||
private key files:: | ||
`pkcs5`, `pkcs8`, `openssh-key-v1` | ||
`pkcs5`, `pkcs8`, `openssh-key-v1`, `[email protected]`, `[email protected]` | ||
|
||
If you need something that is not included, it shouldn't be too hard to add (do contribute it!) | ||
|
||
|
@@ -104,7 +104,8 @@ Google Group: http://groups.google.com/group/sshj-users | |
Fork away! | ||
|
||
== Release history | ||
SSHJ ?.??.? (2017-??-??):: | ||
SSHJ 0.21.0 (2017-04-14):: | ||
* Merged https://github.com/hierynomus/sshj/pulls/319[#319]: Added support for `[email protected]` and `[email protected]` certificate key files | ||
* Upgraded Gradle to 3.4.1 | ||
* Merged https://github.com/hierynomus/sshj/pulls/305[#305]: Added support for custom string encoding | ||
* Fixed https://github.com/hierynomus/sshj/issues/312[#312]: Upgraded BouncyCastle to 1.56 | ||
|