Releases: fracpete/rsync4j
Releases · fracpete/rsync4j
Release v3.3.0-2
Release v3.3.0-1
- upgraded OpenSSH to 9.8p1-1
Release v3.3.0-0
- updated Windows rsync binaries to 3.3.0
Release v3.2.7-7
- upgraded Windows binaries for OpenSSH to 9.7p1-1
Release v3.2.7-6
- upgraded openssh to 9.6p1-1
Release v3.2.7-5
- update Windows binaries as of 31/10/2023
- added get/set methods for following options:
--checksum-choice (since 3.1.3)
-U, --atimes (since 3.2.0)
--open-noatime (since 3.2.0)
--write-devices (since 3.2.0)
--copy-as (since 3.2.0)
--early-input (since 3.2.1)
--max-alloc (since 3.2.2)
--mkpath (since 3.2.3)
-N, --crtimes (since 3.2.3)
--stop-at (since 3.2.3)
--stop-after (since 3.2.3)
--copy-devices (since 3.2.4)
--fsync (since 3.2.4)
--trust-sender (since 3.2.5)
Release v3.2.7-4
- fixed path conversion under windows, no longer mangles paths with protocols (eg rsync://) (#39)
Release v3.2.7-3
- upgraded openssh to 9.4p1-1
Release v3.2.7-2
- added
outputSingleCommandline
flag toAbstractBinary
super class to allow outputting of command-line args as single line (default) or one arg per line - added
commandLine()
method toAbstractBinary
super class to return the command as a single line (eg for assembling commands forrsh
) - the
--rsh
option of theRSync
class now adds its argument as a separate entry to the argument list rather than concatenating it via=
to avoid problems with quoting
Release v3.2.7-1
- upgraded rsync to 3.2.7-1 (Windows)
- dropped Windows 32-bit support (Cygwin 32-bit reached EOL in Nov 2022)