diff --git a/README.adoc b/README.adoc index c9149f83..2376928a 100644 --- a/README.adoc +++ b/README.adoc @@ -1,7 +1,7 @@ = sshj - SSHv2 library for Java Jeroen van Erp :sshj_groupid: com.hierynomus -:sshj_version: 0.15.0 +:sshj_version: 0.16.0 :source-highlighter: pygments image:https://travis-ci.org/hierynomus/sshj.svg?branch=master[link="https://travis-ci.org/hierynomus/sshj"] @@ -98,6 +98,11 @@ Google Group: http://groups.google.com/group/sshj-users Fork away! == Release history +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. + This behaviour has been removed in favour of the default behaviour which is to copy the contents of the source into the target. Bringing the behaviour in line with how SCP works. +* Fixed https://github.com/hierynomus/sshj/issues/252[#252] (via: https://github.com/hierynomus/sshj/pulls/253[#253]): Same name subdirs are no longer merged by accident SSHJ 0.16.0 (2016-04-11):: * Fixed https://github.com/hierynomus/sshj/issues/239[#239]: Remote port forwards did not work if you used the empty string as address, or a catch-all address. * Fixed https://github.com/hierynomus/sshj/issues/242[#242]: Added OSGI headers to sources jar manifest