File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11= sshj - SSHv2 library for Java
22Jeroen van Erp
33:sshj_groupid: com.hierynomus
4- :sshj_version: 0.36 .0
4+ :sshj_version: 0.37 .0
55:source-highlighter: pygments
66
77image:https://github.com/hierynomus/sshj/actions/workflows/gradle.yml/badge.svg[link="https://github.com/hierynomus/sshj/actions/workflows/gradle.yml"]
@@ -108,6 +108,10 @@ Issue tracker: https://github.com/hierynomus/sshj/issues
108108Fork away!
109109
110110== Release history
111+ SSHJ 0.37.0 (2023-10-11)::
112+ * Merged https://github.com/hierynomus/sshj/pull/899[#899]: Add support for AES-GCM OpenSSH private keys
113+ * Merged https://github.com/hierynomus/sshj/pull/901[#901]: Fix ZLib compression bug
114+ * Merged https://github.com/hierynomus/sshj/pull/898[#898]: Improved malformed file handling for OpenSSH private keys
111115SSHJ 0.36.0 (2023-09-04)::
112116* Rewrote Integration tests to JUnit5
113117* Merged https://github.com/hierynomus/sshj/pull/851[#851]: Fix race condition in key exchange causing intermittent SSH_MSG_UNIMPLEMENTED
Original file line number Diff line number Diff line change 2424 <groupId >com.hierynomus</groupId >
2525 <artifactId >sshj-examples</artifactId >
2626 <packaging >jar</packaging >
27- <version >0.33 .0</version >
27+ <version >0.37 .0</version >
2828
2929 <name >sshj-examples</name >
3030 <description >Examples for SSHv2 library for Java</description >
You can’t perform that action at this time.
0 commit comments