Skip to content

Commit

Permalink
Updated for 0.17.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hierynomus committed Jul 6, 2016
1 parent 0edc4a5 commit 77c1033
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.adoc
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.16.0
:sshj_version: 0.17.1
:source-highlighter: pygments

image:https://travis-ci.org/hierynomus/sshj.svg?branch=master[link="https://travis-ci.org/hierynomus/sshj"]
Expand Down Expand Up @@ -98,6 +98,8 @@ Google Group: http://groups.google.com/group/sshj-users
Fork away!

== Release history
SSHJ 0.17.1 (2016-07-06)::
* Improved parsing of the SSH Server identification. Too long header lines now no longer break the protocol.
SSHJ 0.17.0 (2016-07-05)::
* *Introduced breaking change in SFTP copy behaviour*: Previously an SFTP copy operation would behave differently if both source and target were folders with different names.
In this case instead of copying the contents of the source into the target directory, the directory itself was copied as a sub directory of the target directory.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/schmizz/sshj/DefaultConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public class DefaultConfig

private final Logger log = LoggerFactory.getLogger(getClass());

private static final String VERSION = "SSHJ_0_16_0";
private static final String VERSION = "SSHJ_0_17_1";

public DefaultConfig() {
setVersion(VERSION);
Expand Down

0 comments on commit 77c1033

Please sign in to comment.