Cwrsync

cwRsync changelog

Release history grouped from the itefix master release export.

Back to software index

Latest release summary

FieldValue
SoftwarecwRsync
Latest releasecwRsync 6.0.1
Release date2020-02-22

Latest release components

No component table was found for the latest release.

Changelog history

2020-02-22 cwRsync 6.0.1

  • Version 6.0.1 of cwRsync client/server installers contain the latest available Cygwin/GNU tools. OpenSSH binaries are also updated to version 8.2p with LibreSSL 3.0.2.

2019-08-28 cwRsync 6.0.0

  • Version 6.0.0 is a cwRsync server focused release, in where we have upgraded Cygwin DLL to the latest 3.x version. Thanks to major changes in Cygwin, cwRsync server doesn’t need a dedicated service account any longer and is run by the local system account. A direct upgrade to version 6.0.0 is not supported for the server: You need to uninstall it and install the new one as a fresh installation.

2019-07-02 cwRsync 5.7.4

  • Version 5.7.4 is a cwRsync client focused release, in where we have upgraded OpenSSH to 8.0p, LibreSSL to 2.9.1 and Cygwin DLL to 2.11.1. Installers with 32-bit binaries are not provided any longer as a part of our product. Our installers require now entering an Itefix key during the installation. Please contact us if you don’t have such a key.

2018-10-30 cwRsync 5.7.3

  • Version 5.7.3 of cwRsync client/server installers come with updated ssh (OpenSSh 7.9p, cygwin and other tools. The server installer offers now a 36-char complex password consisting of upper- and lowercase letters and digits. You need to provide of your own password if that complexity doesn’t meet your system requirements.

2018-05-15 cwRsync 5.7.2

  • Version 5.7.2 of cwRsync client/server installers come with an updated cygwin1.dll (2.10.1 - 20180214), which fixes a newly introduced bug causing files with temporary flag on being not visible for synchronization. See here for more information.

2018-04-11 cwRsync 5.7.1

  • Version 5.7.1 of cwRsync client/server installers contain the latest available Cygwin/GNU tools. OpenSSH binaries are also updated to version 7.7p with LibreSSL 2.7.2.

2018-01-30 cwRsync 5.7.0 (security)

  • Version 5.7.0 of cwRsync client/server installers contain Rsync 3.1.3 including some security fixes .

2017-10-05 cwRsync 5.6.0

  • Version 5.6.0 of cwRsync client/server installers is a maintenance release and come with the latest available versions of Cygwin, GNU Tools, OpenSSH and Putty. LibreSSL is now used as the SSL library for OpenSSH binaries.

2017-03-28 cwRsync 5.5.3

  • Version 5.5.3 of cwRsync client/server installers is a maintenance release and come with the latest available versions of Cygwin, GNU Tools, OpenSSH and OpenSSL.

2016-05-01 cwRsync 5.5.1

  • Version 5.5.1 of cwRsync client/server installers contain the latest available Cygwin DLL and GNU tools.

2015-12-27 cwRsync 5.5.0 (security)

  • Version 5.5.0 of cwRsync client/server installers and the free archive contain the latest available rsync ( 3.1.2 ), including a security fix for a transfer from a sender that you don’t fully trust. We have also updated OpenSSL with security fixes (1.0.2e), some other GNU tools and the sample batch file cwrsync.cmd for client connections, solving HOME directory related problems.

2015-11-15 cwRsync 5.4.5

  • Version 5.4.5 of cwRsync installers contains the latest available Cygwin DLL (2.3.1) and more effective installation logic without dependency on external utilities. See version page for more details. Our server installers create service accounts with stronger passwords (from 14 to 24 chars), and you will now get the option to remove the service account during uninstallation. Problems around Windows paths in the HOME env.variable when invoking from a non-Cygwin environment, should also be solved as the regarding official patch is now undone.

2015-09-09 cwRsync 5.4.4

  • Version 5.4.4 of cwRsync installers come with newer versions of Cygwin, OpenSSH and OpenSSL. See version page for more details.

2015-02-12 cwRsync 5.4.2

  • Version 5.4.2 of cwRsync installers come with newer versions of Cygwin and OpenSSL. We have also updated plink and puttygen to their latest available versions. See version page for more details.

2014-10-16 cwRsync 5.4.1

  • cwRsync 5.4.1 installers and the free edition are updated with the latest versions of Cygwin (1.7.32), tools, OpenSSH (6.7p) and OpenSSL (1.0.1i).

2014-06-24 cwRsync 5.4.0

  • cwRsync 5.4.0 installers contain the latest Rsync 3.1.1. It reintroduces socketpairs again in Cygwin setup as an attempt for better performance. We have also updated OpenSSL to 1.0.1h. Changelog for Rsync 3.1.1

2014-04-18 cwRsync 5.3.0

  • Fixed a failure to remove the partial-transfer temp file when interrupted (and rsync is not saving the partial files).
  • Changed the chown/group/xattr-set order to avoid losing some security-related xattr info (that would get cleared by a chown).
  • Fixed a bug in the early daemon protocol where a timeout failed to be honored (e.g. if the remote side fails to send us the initial protocol greeting).
  • Fixed unintended inclusion of commas in file numbers in the daemon log.
  • We once again send the ‘f’ sub-flag (of -e) to the server side so it knows that we can handle incremental-recursion directory errors properly in older protocols.
  • Fixed an issue with too-aggressive keep-alive messages causing a problem for older rsync versions early in the transfer.
  • Fixed an incorrect message about backup-directory-creation when using –dry-run and the backup dir is not an absolute path.
  • Fixed a bug where a failed deletion might not affect the exit code.
  • Fixed a bug that caused a failure when combining –delete-missing-args with –xattrs and/or –acls.
  • Fixed an itemize bug that affected the combo of –link-dest, -X, and -n.
  • Fixed a problem with delete messages not appearing in the log file when the user didn’t use –verbose.Improve chunked xattr reading for OS X.
  • Removed an attempted hard-link xattr optimization that was causing a transfer failure. (If you need to interact with an rsync 3.1.0 using –hard-links & –xattrs, you can specify –protocol=30.)
  • We now generate a better error if the buffer overflows in do_mknod().Fixed a problem reading more than 16 ACLs on some OSes.
  • Switched Cygwin back to using socketpair “pipes” to try to speed it up.
  • Added knowledge of a few new options to rrsync.
  • Added the support/rsync-no-vanished wrapper script.
  • Made configure more prominently mention when we failed to find yodl (in case the user wants to be able to generate manpages from *.yo files).

2014-01-13 cwRsync 5.2.2

  • Both client and server installers are updated with the newest Cygwin binaries (1.7.27). Client installers are also updated with OpenSSH 6.4, and creates also the etc/fstab file to avoid problems with permissions . In addition, cwRsync client GUI can now handle long running rsync tasks better and more stable. You can also stop an ongoing rsync operation without terminating the GUI.

2013-10-07 cwRsync with Rsync 3.1.0

  • Both 32-bit and 64-bit cwRsync client and server installers are updated with Rsync 3.1.0 which has become a mature solution after more than two years of existence. In addition, installers have the most recent versions of OpenSSH and Cygwin. Existing customers can download latest versions from their customer pages at www.itefix.net

2013-08-02 cwRsync with 64-bit support

  • cwRsync client and server installers are delivered in two flavours supporting both 32-bit (x86) and 64-bit (x64) architectures. Existing customers can download latest versions from their customer pages at www.itefix.net

2013-02-13 Copssh and cwRsync with OpenSSL security updates and updated tools

  • Copssh 4.4.2 and cwRsync 5.0.4 contain OpenSSL 1.0.1e with security updates for SSL, TLS and DTLS Plaintext Recovery Attack (CVE-2013-0169), TLS 1.1 and 1.2 AES-NI crash (CVE-2012-2686), OCSP invalid key DoS issue (CVE-2013-0166). We have also updated the Cygwin DLL and other tools to their latest versions. Existing customers can download latest versions from their customer pages at www.itefix.net

2012-07-30 Cwrsync 5.0.2 with many updates

  • Cwrsync 5.0.2 has an rsync binary with two additional patches: the official ignore-case patch and an unofficial patch removing permissions checks on the password file . In addition, the installers have updated versions of OpenSSH (6.0), OpenSSL(1.0.1c) and Cygwin (1.7.15). The Server installer is now made UAC-aware, requiring admin privileges for proper installation on Vista or later. Rsyncd.conf sample contains uid=0 and gid=0 directives for error-free operation. Existing customers can download the latest version from their customer page at www.itefix.net

2012-02-10 Cwrsync with updated Rsync GUI and OpenSSL security patches

  • Version 5.0.1 contains a client installer with an updated Rsync GUI . In addition, both client and server installers are updated with OpenSSL security patches 0.9.8s and 0.9.8t . Existing customers can download the latest version from their customer page at www.itefix.net .

2012-01-15 Cwrsync with GUI !

  • cwRsync - Rsync client and server for Windows Version 5.0.0 - January 2012 1. NEW - Cwrsync client GUI Cwrsync has now its own rsync client GUI with following features: - Specify sources and destination (local, remote ssh and daemon modes) - Specify filters and a subset of options - Create rsync command according to your specification - Run rsync on the fly both in production and test mode - Create batch files for task scheduling - Save and load your favorite rsync settings as profiles - Language localization cwrsync-gui-slideshow-1 cwrsync-gui-slideshow-2 cwrsync-gui-slideshow-3 cwrsync-gui-slideshow-4 cwrsync-gui-slideshow-5 cwrsync-gui-slideshow-6 cwrsync-gui-slideshow-7 cwrsync-gui-slideshow-8 cwrsync-gui-slideshow-9 cwrsync-gui-slideshow-10 2. UPDATED - OpenSSH 5.9-p1 See http://openssh.com/txt/release-5.9 for more details. 3. UPDATED - OpenSSL 0.9.8s (security patches) See http://openssl.org/news/secadv_20120104.txt for more details

2011-09-28 Cwrsync 4.2.0 with newer Rsync version and more ..

  • cwRsync - Rsync client and server for Windows Version 4.2.0 - September 2011 CHANGES FROM VERSION 4.1.0 1. UPDATED - Rsync 3.0.9 See http://rsync.samba.org/ftp/rsync/src/rsync-3.0.9-NEWS for more info. Rsync on Cygwin does not use socketpairs anymore (better stability). 2. UPDATED - Cygwin 1.7.9 See http://cygwin.com/ml/cygwin-announce/2011-03/msg00043.html for more info. 3. NEW - ssh-agent and ssh-add SIGNATURES MD5 Signature: 0755585aeaf9b582a493be17e37924bd *cwRsync_4.2.0_Installer.zip c787dfa854775793d1a1b5c3502b57b5 *cwRsyncServer_4.2.0_Installer.zip SHA256 Signature: 5abeec588e937bd749456ddb347e4116b0f8407e15f412281fc64c763d1de62d *cwRsync_4.2.0_Installer.zip 21e608caed9e5e7e1f1f9881729eab0a8fce6e1ff31d85dcb7759d502478160c *cwRsyncServer_4.2.0_Installer.zip Download: http://itefix.no/i2/download

2011-04-04 Cwrsync with Rsync 3.0.8 and other updated binaries

2010-08-26 Release of cwRsync 4.0.5 with Cygwin 1.7.6 and more ..

  • cwRsync - Rsync client and server for Windows Version 4.0.5 - August 2010 CHANGES FROM VERSION 4.0.4 1. UPDATED - Cygwin 1.7.6 See http://cygwin.com/ml/cygwin-announce/2010-08/msg00019.html for more detailed info. 2. UPDATED - OpenSSH 5.6 See https://www.openssh.org/txt/release-5.6 for more detailed info. 3. UPDATED - OpenSSL 0.9.8o See https://openssl-library.org/news/changelog/index.html for more info. SIGNATURES MD5 Signatures: d2cbe6c92ec6b00e8cee459978daed7c *cwRsyncServer_4.0.5_Installer.zip 9229e8e68f17ad90be2210d90ed7d504 *cwRsync_4.0.5_Installer.zip SHA256 Signatures: 842dc86e832d35c5c9fdb3c782b65670a241ec2687deb9dbb35494c9d662207a *cwRsyncServer_4.0.5_Installer.zip d363113c9c387a1cb4789201e619e1cf25147dba3c5a15ae5eed72a85d69ec19 *cwRsync_4.0.5_Installer.zip Download: /

2010-03-25 Cwrsync 4.0.4 with Cygwin 1.7.2, OpenSSH 5.4 and OpenSSL 0.9.8n (security update)

  • CHANGES FROM VERSION 4.0.3 1. UPDATED - Cygwin 1.7.2-2 Major changes from 1.7.1-1: o Localization support has been much improved. o Enhanced Windows console support. o Handle native DOS paths always as if mounted with “posix=0,noacl”. o Handle UNC paths starting with slashes identical to /cygdrive paths. o Avoid overly agressive appending of .exe suffix when renaming Windows executables. o Fix some hangs and a potential crash using pipes and FIFOs. o Fix multiple socket problems: See http://cygwin.com/ml/cygwin-announce/2010-03/msg00018.html for more detailed info. 2. UPDATED - OpenSSH 5.4 Major changes from 5.3: * SSH protocol 1 is disabled by default. * add support for PKCS#11 tokens. * Add support for certificate authentication of users and hosts * Add the ability to revoke keys in sshd(8) and ssh(1). * Add a ‘read-only’ mode to sftp-server(8) * Many improvements to the sftp(1) client See https://www.openssh.org/txt/release-5.4 for more detailed info. 3. UPDATED - OpenSSL 0.9.8n Major changes from 0.9.8m: o a security and bugfix release which addresses CVE-2010-0740 URL for this Security Advisory: https://openssl-library.org/news/secadv/20100324.txt See openssl directory in doc directory for more detailed info SIGNATURES MD5 Signatures: 4820e4d0ab829c6b72afc1724ab12108 *cwRsync_4.0.4_Installer.zip 6ed3e106d23736d2884e7ef9c0a7d595 *cwRsyncServer_4.0.4_Installer.zip SHA256 Signatures: 264790074810c7f3050ebd1c7f835c97fc472446ad3d07404438f0345cab8ca4 *cwRsync_4.0.4_Installer.zip 8e1a8049f02ba515a30bfe557da18beb7014fab5f61732188d781022a61357db *cwRsyncServer_4.0.4_Installer.zip Download: /

2010-03-01 cwRsync 4.0.3 patch 100 - rsync without socketpairs

  • This patch contains an rsync 3.0.7 executable for Cygwin with socketpairs turned off (Pipes are used instead). There are some threads on the net showing that implementation of socketpairs on cygwin 1.7 may be error-prone.

2010-01-04 Update Notification - cwRsync 4.0.3 with Rsync 3.0.7 and Cygwin 1.7.1

  • No change details listed.

2009-11-27 Update Notification - cwRsync 4.0.2 - updated versions of Cygwin and OpenSSL

  • No change details listed.

2009-10-12 Update Notification - cwRsync 4.0.1 - a bugfix release

  • No change details listed.

2009-10-08 Update Notification - cwRsync 4.0.0 with Cygwin 1.7 and OpenSSH 5.3

  • No change details listed.

2009-05-14 New updates for copSSH and cwRsync

  • cwRsync VERSION 3.1.0 - May 2009 highlights (see changelog for more info) - Rsync 3.0.6 - OpenSSL 0.9.8k security update - Installer with improved uninstallation copSSH VERSION 2.1.1 - May 2009 highlights (see changelog for more info) - OpenSSL 0.9.8k security update cwRsyncRelease Name: 3.1.0 Notes: cwRsync VERSION 3.1.0 - May 2009 highlights (see changelog for more info) - Rsync 3.0.6 - OpenSSL 0.9.8k security update - Installer with improved uninstallation MD5 Signatures: 47801c97e518befe515d486dd7b81e3c *cwRsyncServer_3.1.0_Installer.zip b31922403a387283d9cf05e0a522b84b *cwRsync_3.1.0_Installer.zip 848b5d3c9f96d3b *cwrsync-3.1.0_update_100.zip SHA256 Signatures: 2b61199b70385392c5385f82f7ed5e0c678b1881c036a3dd4f38fba4d9ecd84f *cwRsyncServer_3.1.0_Installer.zip 61568eac8e984ae62d3febbb38e557a1e83ee455560b5dce73e7e5557518ca98 *cwRsync_3.1.0_Installer.zip 9ce86ca3ba0d5d26556e70de8255dcbfe35482f3052884493435c3e5f4c21537 *cwrsync-3.1.0_update_100.zip Changes: cwRsync - Rsync client and server for Windows Version 3.1.0 - May 2009 CHANGES FROM VERSION 3.0.1 GENERAL 1. UPDATED - Rsync 3.0.6 A bugfix release. See http://rsync.samba.org/ftp/rsync/src/rsync-3.0.6-NEWS 2. UPDATED - OpenSSL 0.9.8k Three moderate severity security issues. See http://www.openssl.org/news/secadv_20090325.txt 3. UPDATED - Update 100 package Rsync 3.0.6 with transliteration and time-limit patches SERVER 4. UPDATED - Installer Better clean-up during uninstallation copSSHRelease Name: 2.1.1 Notes: copSSH VERSION 2.1.1 - May 2009 highlights (see changelog for more info) - OpenSSL 0.9.8k security update MD5 Signature: cb96b34a3503e60f31d56c6941b44238 *Copssh_2.1.1_Installer.zip SHA256 Signature: 9bfd67237e7fec62f1243af950fcaa6d6c69b358a415d7f2e04eef36d0d1a9ee *Copssh_2.1.1_Installer.zip Changes: COPSSH - A yet another SSH Server & Client for Windows Version 2.1.1 - May 2009 CHANGES FROM VERSION 2.1.0 1. UPDATED - OpenSSL 0.9.8k Three moderate severity security issues. See http://www.openssl.org/news/secadv_20090325.txt

2009-05-14 cwRsync update notification - Version 3.1.0 with Rsync 3.0.6 and more …

  • No change details listed.

2009-01-18 cwRsync 3.0.1 - more mature, secure and silent

  • cwRsync - Rsync client and server for Windows Version 3.0.1 - January 2009 CHANGES FROM VERSION 3.0.0 GENERAL 1. UPDATED - OpenSSL 0.9.8j OpenSSL Security Advisory [07-Jan-2009] : https://openssl-library.org/news/secadv/20090107.txt 2. SAME - Update 100 package Rsync 3.0.5 with transliteration and time-limit patches SERVER 3. UPDATED - Installer Bug-fix - silent installation support. Following silent scenarios are available now: switch ‘/S’ - install with default credentials created by the installer switch ‘/S /u=user /p=password’ - install with user-specified credentials Minor improvements including better support for version checks CLIENT 4. UPDATED - chmod.exe

2008-12-29 cwRsync 3.0.0 with Rsync 3.0.5 and ICW technology

  • cwRsync - Rsync client and server for Windows Version 3.0.0 - December 2008 ** NB! cwRsync Server 3.x IS NOT COMPATIBLE WITH EARLIER VERSIONS ** CHANGES FROM VERSION 2.1.5 GENERAL 1. UPDATED - Rsync 3.0.5 See http://rsync.samba.org/ftp/rsync/src/rsync-3.0.5-NEWS for more information. This is a yet another bug-fix release. UNC-paths in the configuration file is now supported: Allow a path with a leading “//” to be preserved (CYGWIN only) 2. UPDATED - Update package 100 Rsync 3.0.5 with transliteration and time-limit patches SERVER 1. NEW - ICW technology ICW technology allows you to have multiple cygwin-based solutions by using a single base, as recommended by Cygwin. cwRsync server is now implemented as a repackaging of ICW Base and ICW RsyncServer packages. You can extend your installation by additional ICW packages like openssh, rbldnsd and so on. Every attempt has been made to assure that those fundamental changes will be transparent to end users. cwRsyncServer will function as before. 2. NEW - Ability to specify your own service account cwRsyncServer installer has been extended to support user-defined service accounts. Existing accounts and domain accounts are also supported. As before, it is also possible to accept suggested values by the installer. 3. REMOVED - OpenSSH server For OpenSSH Server functionality, you can now install copssh 2.x or newer before cwRsyncServer. SHA256 Signatures: b5667dbce2ac97ec6025f10f0f542fa20df520c18f0b3db23b4f5c0c05acbfa1 *cwRsyncServer_3.0.0_Installer.zip 699e7898dc1aba89748829dc2deda400311518cf13fe499cee5c33bc8155cbb6 *cwRsync_3.0.0_Installer.zip abb792ebc4cbbdea7591f4e683ec14485793471688c6978a9178dbc4598cc57c *cwRsync_3.0.0_update_100.zip

2008-09-07 Cwrsync 2.1.5

  • Cwrsync 2.1.5 includes rsync 3.0.4 , which is primarily a bug-fix release. The only enhancement is the adding of a way to interact with an overly-restrictive server that refuses rsync’s behind-the-scenes use of the -e option. Notes: cwRsync VERSION 2.1.5 - September 2008 highlights (see changelog for more info) - plain Rsync 3.0.4 - Update package 100 with time-limit and transliteration patches Signatures: MD5: 389db9614e0851f22047f61b0107fd95 *cwRsync_2.1.5_Installer.zip f74667924e821855020ac8c8bb3d0aba *cwRsync_2.1.5_update_100.zip 7f3cd814765cebfeeb475efb99fbc3b6 *cwRsync_Server_2.1.5_Installer.zip SHA1: 6fdd12cc91dcec96e9fe4ca2085ede9c8fcb0578 *cwRsync_2.1.5_Installer.zip e6d490859c922d712f1e52d15c5e6f0dd2852627 *cwRsync_2.1.5_update_100.zip abeed4fdeac6b33b96f0052f014f59987dbf120a *cwRsync_Server_2.1.5_Installer.zip Changes: cwRsync - Rsync client and server for Windows Version 2.1.5 - September 2008 CHANGES FROM VERSION 2.1.4 GENERAL 1. UPDATED - Rsync 3.0.4 See http://rsync.samba.org/ftp/rsync/src/rsync-3.0.4-NEWS for more information A bug-fix release with the only enhancement being the adding of a way to interact with an overly-restrictive server that refuses rsync’s behind-the-scenes use of the -e option.

2008-08-19 Experimental Cwrsync updates with Cygwin 1.7.0

  • Windows 95, 98 and Me are not supported anymore. The new DLL will not run on any of these systems.
  • Mount points are no longer stored in the registry. Use /etc/fstab and /etc/fstab.d/$USER instead. Mount points created with mount(1) are only local to the current session and disappear when the last Cygwin process in the session exits.
  • PATH_MAX is now 4096. Internally, path names can be as long as the underlying OS can handle (32K).
  • UTF-8 filenames are supported now. So far, this requires to set the environment variable CYGWIN to contain “codepage:utf8”, but this will likely disappear in a few weeks time. The setting of $LANG or $LC_CTYPE will be used instead.
  • The CYGWIN environment variable options “ntsec” and “smbntsec” have been replaced by the per-mount option “acl”/“noacl”.
  • Reworked pipe implementation which uses overlapped IO to create more reliable interruptible pipes and fifos.
  • Reworked pipe handling for better speed and better support for signal processing.
  • Fallout from the long path names: If the current working directory is longer than 260 bytes, or if the current working directory is a virtual path (like /proc, /cygdrive, //server), don’t call native Win32 programs since they don’t understand these paths.
  • On the first usage of a DOS path (C:foo, \foobar), the Cygwin DLL emits a scary warning that DOS paths shouldn’t be used. There’s also the new CYGWIN=nodosfilewarning setting to disable that.

2008-07-28 Cwrsync 2.1.4

  • Release 2.1.4 contains many updates including rsync 3.0.3, OpenSSH 5.1, OpenSSL 0.9.8h and Cygwin 1.5.25-15. An update package including rsync with time-limit and transliteration patches is also available for download. Release Name: 2.1.4 Notes: cwRsync VERSION 2.1.4 - July 2008 highlights (see changelog for more info) - plain Rsync 3.0.3 - OpenSSH 5.1, OpenSSL 0.9.8h and cygwin 1.5.25-15 - Update package 100 with time-limit and transliteration patches Signatures: MD5: a39b4da5300d64797a025c17cd11d9aa *cwRsync_2.1.4_Installer.zip e38f11aaad1383fdd43861a82b85cfd0 *cwRsync_2.1.4_update_100.zip 1bfb6e974caef8f11e6ceda79f7c70b1 *cwRsync_Server_2.1.4_Installer.zip SHA1: de49d5609c702cdbbef118372520271880c222e8 *cwRsync_2.1.4_Installer.zip 35e426271176d6d9e52d15073d6d0547bb2f03b6 *cwRsync_2.1.4_update_100.zip 76f0cda4a475e1372889abb1d59bd45c57f4459a *cwRsync_Server_2.1.4_Installer.zip Changes: cwRsync - Rsync client and server for Windows Version 2.1.4 - July 2008 CHANGES FROM VERSION 2.1.3 GENERAL 1. UPDATED - Rsync 3.0.3 See http://rsync.samba.org/ftp/rsync/OLDNEWS for more information Many bug fixes. 2. UPDATED - OpenSSH 5.1 More info at http://www.openssh.com/txt/release-5.1 Many enhancements and bug fixes. 3. UPDATED - OpenSSL 0.9.8h This release fixes two moderate security vulnerabilities which could result in a remote denial of service, CVE-2008-0891 and CVE-2008-1672. Please see http://www.openssl.org/news/secadv_20080528.txt More info at http://openssl.org/news/announce.html 4. UPDATED - Cygwin 1.5.25-15 More info at http://cygwin.com/ml/cygwin-announce/2008-06/msg00014.html CLIENT 5. NEW - cygpath tool SERVER 6. UPDATED - Many core tools

Unknown date cwRsync 5.4.3

  • Version 5.4.3 of cwRsync installers come with newer versions of Cygwin, OpenSSH and OpenSSL. See version page for more details.