mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-07 07:40:55 +03:00
Updated Changelog (markdown)
@@ -4,11 +4,11 @@ version 0.8.0
|
|||||||
+ Make `sshClient.disconnect()` no-op if already disconnected / never connected (GH-67).
|
+ Make `sshClient.disconnect()` no-op if already disconnected / never connected (GH-67).
|
||||||
+ Set default tty to `vt100` for shell sessions.
|
+ Set default tty to `vt100` for shell sessions.
|
||||||
+ Much improved `TransferListener` interface that supports immutable implementation, however as it is signfiicantly different any overridden impl will break.
|
+ Much improved `TransferListener` interface that supports immutable implementation, however as it is signfiicantly different any overridden impl will break.
|
||||||
+ GH-57: Remote max packet size > MAX_INT was being read as -1.
|
+ GH-57: Fix for remote max packet size when greater than MAX_INT being treated as -1.
|
||||||
+ Avoid string concat in various logging statements.
|
+ Avoid string concat in various logging statements.
|
||||||
+ `sftpClient.mkdirs()` will not attempt to create last dir 2x if there was a trailing separator in path.
|
+ `sftpClient.mkdirs()` will not attempt to create the rightmost child 2x if there was a trailing separator in path.
|
||||||
+ GH-72: Infinite loop in buffer allocation.
|
+ GH-72: Fix for infinite loop in buffer allocation.
|
||||||
+ GH-42: SFTPFileTransfer now has a preference for whether attributes should be preserved.
|
+ GH-42: `SFTPFileTransfer` now has a preference for whether attributes should be preserved.
|
||||||
|
|
||||||
version 0.7.0
|
version 0.7.0
|
||||||
--------------
|
--------------
|
||||||
|
|||||||
Reference in New Issue
Block a user