diff NEWS @ 56:b922ae86bbe1

full static linking against AWS SDK
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 22 Jun 2021 15:00:36 +0200
parents 9d03e24dafc1
children f3c44d61e1e1
line wrap: on
line diff
--- a/NEWS	Fri May 21 11:36:58 2021 +0200
+++ b/NEWS	Tue Jun 22 15:00:36 2021 +0200
@@ -5,6 +5,8 @@
   encrypted files with a previous version of the plugin and/or with a Orthanc 1.9.1 or 1.9.2, you might have to rename
   all your *.unk files into *.dcm.head files or your *dcm.head files into *.dcm.head files.
 * AWS S3: if no access & secret keys are provided, now getting the credentials from the default credentials manager
+* AWS S3: Full static linking is possible
+
 
 2021-04-26 - v 1.2.0
 ====================
@@ -26,6 +28,7 @@
 
 * Internal change: fix compilation to avoid exposing internal symbols which caused a crash at Orthanc startup
 
+
 2020-09-01 - v 1.0.0
 ====================
 
@@ -40,16 +43,19 @@
 
 * Azure: now removing spaces and CR at the end of the connectionString since it prevented the plugin to initialize.
 
+
 2020-07-20 - v 0.9.2
 ====================
 
 * Prevent Orthanc to start if plugin fails to start
 
+
 2020-07-15 - v 0.9.1
 ====================
 
 * AWS: added 3 configurations: Endpoint, ConnectionTimeout, RequestTimeout
 
+
 2020-07-03 - v 0.9.0
 ====================