Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-24Update SSH.NET to version 2020.0.1.Kenneth Hsu
From the release notes: Even though RFC 4253 requires that an identification string MUST be terminated by a carriage return and line feed, this fix restores support for banners and identification strings that are only terminated by a line feed. This is a workaround for an issue in version 7.4 of OpenSSH which was fixed in version 7.5.
2020-12-31Update SSH.NET to version 2020.0.0.Kenneth Hsu
This includes support for additional key exchange algorithms, host key algorithms, and private key formats. https://github.com/sshnet/SSH.NET/releases/tag/2020.0.0 This fixes #2808, #2950, #3360, and #4378.
2020-07-27Target .NET Framework 4.7.1.Kenneth Hsu
This updates all projects to target .NET Framework 4.7.1. The TencentCOS and Tardigrade backends depend on .NET Standard 2.0. When a .NET Framework prior to 4.7.1 is targeted, the system cannot be sure that all the dependencies exist, so it copies all dependent assemblies to the output directory. This causes many assemblies from the System namespace to become bundled in the release. https://stackoverflow.com/a/48875007 We had previously attempted to make individual projects target 4.7.1 (see pull request #4242), but this can cause compatibility issues when 4.6.2 projects depend on 4.7.1. projects. This will require Mono 5.10.0 or greater (previously, we required 5.0.0 or greater). https://www.mono-project.com/docs/about-mono/releases/5.10.0/#class-libraries This fixes issue #4234.
2019-07-26initial upgrade to framework 4.6.2BlueBlock
- no code changes except those noted below - projects upgrade to 4.6.2 - wixinstaller project upgraded automatically by VisualStudio - wixinstaller updated to require 4.6.2 - Library.Encryption changed to Standard2.0 so accommodate update to SharpAesCrypt
2017-09-23Updated Renci.SSHKenneth Skovhede
2017-08-29Updated SSH library to 2016.1.0-beta2 to see if speed improvements are workingKenneth Skovhede
2016-11-10Updated Renci SSHKenneth Skovhede
2016-06-28Updated SSH library to latest version, marked beta but should be stable.Kenneth Skovhede
2016-01-29Removed unused references and updated most libraries to come from NuGet ↵Kenneth Skovhede
sources instead of being provided in the thirdparty library