changeset 535:03a4a1bc852a find-refactoring

news
author Alain Mazy <am@orthanc.team>
date Fri, 06 Sep 2024 15:44:40 +0200
parents 2d3163d992fd
children 4ecf50a4521c
files MySQL/NEWS Odbc/NEWS PostgreSQL/NEWS
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/MySQL/NEWS	Fri Sep 06 15:32:06 2024 +0200
+++ b/MySQL/NEWS	Fri Sep 06 15:44:40 2024 +0200
@@ -1,7 +1,7 @@
 Pending changes in the mainline
 ===============================
 
-* Added support for ExtendedApiV1:
+* Added support for ExtendedChanges:
   - changes?type=...&to=...
 
 
--- a/Odbc/NEWS	Fri Sep 06 15:32:06 2024 +0200
+++ b/Odbc/NEWS	Fri Sep 06 15:44:40 2024 +0200
@@ -7,7 +7,7 @@
 Optimal Orthanc runtime: 1.12.0+
 
 * Fix check of Orthanc runtime version
-* Added support for ExtendedApiV1:
+* Added support for ExtendedChanges:
   - changes?type=...&to=...
 
 
--- a/PostgreSQL/NEWS	Fri Sep 06 15:32:06 2024 +0200
+++ b/PostgreSQL/NEWS	Fri Sep 06 15:44:40 2024 +0200
@@ -6,7 +6,7 @@
 Minimum Orthanc runtime: 1.12.3
 
 * Fix updates from plugin version 3.3 to latest version
-* Added support for ExtendedApiV1:
+* Added support for ExtendedChanges:
   - changes?type=...&to=...
 * Performance optimizations (to be summarized before release):
   - using more prepared SQL statements:
@@ -14,7 +14,7 @@
     - ExecuteSetResourcesContentTags
   - merged BEGIN and SET TRANSACTION statements
   - reduced the number of round-trips between Orthanc and the PostgreSQL server:
-    - e.g: when receiving an instance in an existing series, reduced the number of SQL queries from 13 to 9 (to be continued)
+    - e.g: when receiving an instance in an existing series, reduced the number of SQL queries from 13 to 9
 
 
 Release 6.2 (2024-03-25)