changeset 242:17d6930d17f0

release notes + cleanup
author Alain Mazy <am@orthanc.team>
date Tue, 19 May 2026 09:26:09 +0200
parents 9fd2419b17b3
children ba8f8e8681f2 60ee0df9c34f
files Aws/CMakeLists.txt NEWS
diffstat 2 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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)
--- 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
 ====================