# HG changeset patch # User Alain Mazy # Date 1734540354 -3600 # Node ID 5554e508c0c42a80057a7582743a2aa772dcb7e7 # Parent 082506ba41df463cc9dfefae5b2aa22f297accf5 2.5.0 diff -r 082506ba41df -r 5554e508c0c4 Aws/CMakeLists.txt --- a/Aws/CMakeLists.txt Tue Dec 17 17:55:17 2024 +0100 +++ b/Aws/CMakeLists.txt Wed Dec 18 17:45:54 2024 +0100 @@ -21,7 +21,7 @@ project(OrthancAwsS3Storage) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "2.5.0") if (PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline") diff -r 082506ba41df -r 5554e508c0c4 Azure/CMakeLists.txt --- a/Azure/CMakeLists.txt Tue Dec 17 17:55:17 2024 +0100 +++ b/Azure/CMakeLists.txt Wed Dec 18 17:45:54 2024 +0100 @@ -21,7 +21,7 @@ project(OrthancAzureBlobStorage) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "2.5.0") if (PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline") diff -r 082506ba41df -r 5554e508c0c4 Google/CMakeLists.txt --- a/Google/CMakeLists.txt Tue Dec 17 17:55:17 2024 +0100 +++ b/Google/CMakeLists.txt Wed Dec 18 17:45:54 2024 +0100 @@ -21,7 +21,7 @@ project(OrthancGoogleCloudStorage) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "2.5.0") if (PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline") diff -r 082506ba41df -r 5554e508c0c4 NEWS --- a/NEWS Tue Dec 17 17:55:17 2024 +0100 +++ b/NEWS Wed Dec 18 17:45:54 2024 +0100 @@ -1,5 +1,5 @@ -Pending changes in the mainline -=============================== +2024-12-18 - v 2.5.0 +==================== * AWS plugin: * New configuration "StorageClass" to set the Storage class of the uploaded files.