changeset 6090:4e8c480205ff

typos
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 05 Apr 2025 15:47:12 +0200
parents 6192b2d4c5e1
children 9665952758f3
files NEWS
diffstat 1 files changed, 17 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Sat Apr 05 15:16:02 2025 +0200
+++ b/NEWS	Sat Apr 05 15:47:12 2025 +0200
@@ -5,40 +5,39 @@
 --------
 
 * API version upgraded to 28
-* POST /tools/create-dicom accepts new argument "Encapsulate" to encapsulate a raw JPEG
+* POST "/tools/create-dicom" accepts new argument "Encapsulate" to encapsulate a raw JPEG
   image into a DICOM envelope without transcoding, using 1.2.840.10008.1.2.4.50 transfer syntax.
-* GET /studies/../archive and sibbling routes now all accept a "filename" GET argument.
-* POST /studies/../archive and sibbling routes now all accept a "Filename" query argument.
-* GET /instances/../file and sibbling ../attachments/../data routes now all accept a "filename" GET argument.
-* All routes accepting a "transcode" url argument or a "Transcode" field in the payload now also
-  accepts a "lossy-quality" url argument or a "LossyQuality" field to define the compression quality factor.
+* GET "/studies/../archive" and sibling routes now all accept a "filename" GET argument.
+* POST "/studies/../archive" and sibling routes now all accept a "Filename" query argument.
+* GET "/instances/../file" and sibling "../attachments/../data" routes now all accept a "filename" GET argument.
+* All routes accepting a "transcode" URL argument or a "Transcode" field in the payload now also
+  accept a "lossy-quality" URL argument or a "LossyQuality" field to define the compression quality factor.
   If not specified, the "DicomLossyTranscodingQuality" configuration is taken into account.
-* Fix OpenAPI documentation for /modalities/../get
-
+* GET "/series/../study" now also contain LastUpdate field:
+  https://discourse.orthanc-server.org/t/lastupdate-coherency/5524
 
 Maintenance
 -----------
 
 * In the "ExtendedFind" mode:
-  - optimized "tools/find" when "StorageAccessMode" is set to "Never".
-  - "tools/find" is now returning results when e.g, ordering instances against a metadata they don't have.
-  - Get SOPClassUID from metadata when available -> this fixes display of PDF files in Stone when 
+  - optimized "tools/find" if "StorageAccessMode" is set to "Never".
+  - "tools/find" now returns results if e.g, ordering instances against a metadata they don't have.
+  - Get SOPClassUID from metadata if available -> this fixes display of PDF files in Stone if
     "StorageAccessOnFind" is set to "Never".
-* Fixed interpretation of returnUnsupportedImage in /preview route. 
-* GET /series/../study now also contain LastUpdate field:
-  https://discourse.orthanc-server.org/t/lastupdate-coherency/5524
+* Fixed OpenAPI documentation for "/modalities/../get".
+* Fixed interpretation of "returnUnsupportedImage" in "/preview" route.
 * Recovered compatibility with Windows XP that was broken because of DCMTK 3.6.9
 * Enabled support of the 1.2.840.10008.1.2.1.99 transfer syntax
-  (Deflated Explicit VR Little Endian) in static builds + fix length of saved files.
+  (Deflated Explicit VR Little Endian) in static builds, and fix length of saved files.
   https://discourse.orthanc-server.org/t/transcoding-to-deflated-transfer-syntax-fails/5489
 * When anonymizing a resource while forcing some value with the "Replace" fields, the tag
-  0012,0063 was cleared out because the DICOM Anonymization profile was not strictly followed.
+  0012,0063 was cleared out because the DICOM anonymization profile was not strictly followed.
   From now on:
   - 0012,0063 will contain "Orthanc {version} - {Anonymization profile}" if no "Replace" is used.
   - 0012,0063 will contain "Orthanc {version}" if "Replace" is used.
-  (https://orthanc.uclouvain.be/bugs/show_bug.cgi?id=240)
+  https://orthanc.uclouvain.be/bugs/show_bug.cgi?id=240
 * Housekeeper plugin:
-  - When encountering an error, the housekeeper now skips the resource and continues processing.
+  - If encountering an error, the housekeeper now skips the resource and continues processing.
 * Orthanc Explorer:
   - Allow "-" and "_" in labels.
 * Upgraded dependencies for static builds: