Skip to content

Release v3.2.3-3

Compare
Choose a tag to compare
@fracpete fracpete released this 28 Mar 01:54
· 251 commits to master since this release
  • updated OpenSSH to 8.5p1-1
  • Rsync/Ssh/SshKeyGen: annotated get/set methods with the corresponding command-line option flags of the executable to make it easier to translate command-lines into Java code
  • Rsync:
    • --partial-dir/--chown flags were not translated into rsync command
    • --acls/-A was missing completely
  • Ssh: cipherSpec got incorrectly translated into -C, corrected to -c (lower-case)