# HG changeset patch # User Alain Mazy # Date 1779175569 -7200 # Node ID 17d6930d17f0feebca5fedf3c883a5d35538533e # Parent 9fd2419b17b3a184b609ed0f3913f3e4cd834d8e release notes + cleanup diff -r 9fd2419b17b3 -r 17d6930d17f0 Aws/CMakeLists.txt --- a/Aws/CMakeLists.txt Wed May 13 09:03:42 2026 +0200 +++ b/Aws/CMakeLists.txt Tue May 19 09:26:09 2026 +0200 @@ -225,11 +225,6 @@ ${ORTHANC_FRAMEWORK_LIBRARIES} ) -# if (STATIC_BUILD OR NOT USE_VCPKG_PACKAGES) -# add_dependencies(OrthancAwsS3Storage AwsSdkCpp) -# add_dependencies(UnitTests AwsSdkCpp) -# endif() - if (COMMAND DefineSourceBasenameForTarget) DefineSourceBasenameForTarget(OrthancAwsS3Storage) DefineSourceBasenameForTarget(UnitTests) diff -r 9fd2419b17b3 -r 17d6930d17f0 NEWS --- a/NEWS Wed May 13 09:03:42 2026 +0200 +++ b/NEWS Tue May 19 09:26:09 2026 +0200 @@ -4,6 +4,9 @@ * AWS plugin: * Internals: rewrote the read() function to make sure to consume the HTTP stream completely so it can go back to the pool (although it seems to do so already) +* All plugins: + * Internals: Added support for more recent cmake versions + 2026-04-13 - v 2.5.2 ====================