Skip to content

Commit

Permalink
Preparing 9.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
theophilusx committed Aug 4, 2022
1 parent 1d4bd73 commit 80ea7de
Show file tree
Hide file tree
Showing 4 changed files with 141 additions and 122 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
* Change Logging
** v9.0.3

- Fix issue with end() method test for active sftp connection. Previous test was
incorrect and could result in trying to call end() when there was no sftp subsystem
initialised.

- Fix bug associated with closing destination stream in get() calls. When using the
get() method and supplying a destination stream, if the remote file did not exist, the
stream was not closed. This could cause a FD resource leak.

** v9.0.2

- Change default close and end listeners so that they no longer throw/reject when
Expand Down
Loading

0 comments on commit 80ea7de

Please sign in to comment.