From 5b337d4c6562c048b5969075705188ffd64fef59 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sat, 28 Sep 2024 11:45:35 -0500 Subject: [PATCH] updated changelog --- CHANGELOG.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa5647ca..cbd54b16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,15 +7,18 @@ * \#12 \[Unit Test\] Complete all providers unit tests * \#16 Add support for bucket name in Sia provider * \#17 Update to common c++ build system + * A single 64-bit Linux Jenkins server is used to build all Linux and Windows versions + * All dependency sources are now included + * MSVC is no longer supported + * MSYS2 is required for building Windows binaries Windows + * OS X support is temporarily disabled ### Changes from v2.0.1-rc -* Corrected file times on S3 +* Corrected file times on S3 and Sia providers ## v2.0.1-rc -* Removed legacy win32 build binaries - ### Issues @@ -24,16 +27,17 @@ ### Changes from v2.0.0-rc -* Refactored Sia, S3 and base provider * Fixed intermittent deadlock on file close +* Refactored Sia, S3 and base provider * Removed MSVC compilation support (MinGW-64 should be used) +* Removed legacy win32 build binaries * Require `c++20` * Switched to Storj over Filebase for hosting binaries +* Updated `OpenSSL` to v3.2.0 * Updated `boost` to v1.83.0 * Updated `cpp-httplib` to v0.14.2 * Updated `curl` to v8.4.0 * Updated `libsodium` to v1.0.19 -* Updated `OpenSSL` to v3.2.0 ## v2.0.0-rc