changeset 255:f8258fa2cedc

Fix issue #2 (QIDO-RS: wrong serialization of PN VR)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 26 Feb 2019 18:15:32 +0100
parents eb9f94754cb2
children ce89c852980a
files NEWS
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Tue Feb 26 17:58:37 2019 +0100
+++ b/NEWS	Tue Feb 26 18:15:32 2019 +0100
@@ -6,9 +6,10 @@
 * Sending "HttpHeaders" of the "DicomWeb.Servers" configuration to remote DICOMweb servers
 * Improved WADO-RS compatibility if Orthanc is acting as a DICOMweb client
 * More detailed information about errors is provided in the HTTP answers
-* Fix issue #111/3 (QIDO-RS: wrong serialization of empty values)
-* Fix issue #112/4 (QIDO-RS: wrong serialization of number values)
-* Upgrade to GDCM 2.8.8 for static builds
+* Fix issue #111/#3 (QIDO-RS: wrong serialization of empty values)
+* Fix issue #112/#4 (QIDO-RS: wrong serialization of number values)
+* Fix issue #113/#2 (QIDO-RS: wrong serialization of PN VR)
+* Upgrade to GDCM 2.8.8 in static builds
 
 
 Version 0.5 (2018-04-19)
@@ -21,7 +22,7 @@
 * Fix generation of numeric tags part of sequences for ".../metadata" routes
 * Support for OpenBSD
 * Support for Linux Standard Base
-* Upgrade to GDCM 2.8.4 for static builds
+* Upgrade to GDCM 2.8.4 in static builds
 * Resort to Orthanc framework