mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-07 07:40:55 +03:00
Updated Changelog (markdown)
@@ -9,17 +9,17 @@ version 0.6.0
|
|||||||
version 0.5.0
|
version 0.5.0
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
+ In case of `publickey` authentication using a string rather than a file, prevent private key data from leaking in logs / on authentication exception.
|
+ GH-20: In case of `publickey` authentication using a string rather than a file, prevent private key data from leaking in logs / on authentication exception.
|
||||||
+ GH-21: SessionChannel#changeWindowDimensions was broken
|
+ GH-21: SessionChannel#changeWindowDimensions was broken
|
||||||
+ Prevent occasional spurious NPE when disconnecting at AbstractDirectChannel#notifyError.
|
+ Prevent occasional spurious NPE when disconnecting at AbstractDirectChannel#notifyError.
|
||||||
+ SSHClient implements Closeable.
|
+ SSHClient implements Closeable.
|
||||||
+ OSGi-fication
|
+ GH-22: OSGi-fication
|
||||||
|
|
||||||
version 0.4.1
|
version 0.4.1
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
+ GH-18: Intermittent key exchange failures.
|
+ GH-18: Intermittent key exchange failures.
|
||||||
+ Support for `publickey` authentication from strings.
|
+ GH-16: Support for `publickey` authentication from strings.
|
||||||
|
|
||||||
version 0.4.0
|
version 0.4.0
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user