Skip to content

Releases: fracpete/rsync4j

Release v3.2.3-11

17 Nov 02:23
Compare
Choose a tag to compare
  • upgraded OpenSSH to 9.1p1-1
  • updated cygwin to 2022-11-17

Release v3.2.3-10

26 May 03:44
Compare
Choose a tag to compare
  • updated openssh to 9.0p1-1
  • updated argparse4j to 0.9.0, commons-io to 2.11.0
  • quoting paths now under windows if a single quote is present in path (#30)

Release v3.2.3-9

14 Mar 03:59
Compare
Choose a tag to compare
  • upgraded processoutput4j to 0.0.11
  • upgraded OpenSSH to 8.9p1-1 (Windows only)

Release v3.2.3-8

15 Nov 20:16
Compare
Choose a tag to compare
  • upgraded OpenSSH to 8.8p1-1 (Win32/64)

Release v3.2.3-7

16 Sep 22:05
Compare
Choose a tag to compare
  • added experimental support for using sshpass to supply password in Ssh and Rsync class (by setting an instance of the SshPass class)

Release v3.2.3-6

13 Sep 22:45
Compare
Choose a tag to compare
  • renamed modules/resource poaths (and added module information to jars) to avoid problems with Java 11's module finder (see #23):
    • windows-x86 -> windows32
    • windows-x86_64 -> windows64

Release v3.2.3-5

06 Sep 21:16
Compare
Choose a tag to compare
  • --list-only no longer requires a target (#22)

Release v3.2.3-4

22 Aug 23:18
Compare
Choose a tag to compare
  • upgraded OpenSSH to 8.7p1-1 (Windows only)

Release v3.2.3-3

28 Mar 01:54
Compare
Choose a tag to compare
  • 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)

Release v3.2.3-2

13 Mar 02:17
Compare
Choose a tag to compare
  • includes fix from #17 for --include-from/--exclude-from bug