# HG changeset patch # User Sebastien Jodogne # Date 1467031533 -7200 # Node ID cd6c91d3cef554afc4ea98ad0ae7877bdb3eeb8e # Parent 98c0c61e793159795455075c175e0ff72a34de6f Orthanc 1.1.0 diff -r 98c0c61e7931 -r cd6c91d3cef5 Sphinx/source/developers/db-versioning.rst --- a/Sphinx/source/developers/db-versioning.rst Wed Jun 22 09:53:17 2016 +0200 +++ b/Sphinx/source/developers/db-versioning.rst Mon Jun 27 14:45:33 2016 +0200 @@ -26,7 +26,7 @@ Version DB v2 DB v3 DB v4 DB v5 DB v6 =============================== ===== ===== ===== ===== ===== Mainline u u u x -Orthanc 0.9.5 - Orthanc 1.0.0 u u u x +Orthanc 0.9.5 - Orthanc 1.1.0 u u u x Orthanc 0.8.5 - Orthanc 0.9.4 u u x Orthanc 0.7.3 - Orthanc 0.8.4 u x Orthanc 0.4.0 - Orthanc 0.7.2 x diff -r 98c0c61e7931 -r cd6c91d3cef5 Sphinx/source/dicom-guide.rst --- a/Sphinx/source/dicom-guide.rst Wed Jun 22 09:53:17 2016 +0200 +++ b/Sphinx/source/dicom-guide.rst Mon Jun 27 14:45:33 2016 +0200 @@ -239,7 +239,7 @@ application that handles patients from different hospitals. *Note:* The current version of the :ref:`Orthanc Explorer -` interface (1.0.0 at the time of writing) is +` interface (1.1.0 at the time of writing) is designed for single-hospital scenarios, and thus does not provide study-level access. But the core engine of Orthanc does support study-level access through its :ref:`REST API `. @@ -570,7 +570,7 @@ server. The DICOM standard features an `alternative mechanism called C-Get `_. -As of Orthanc 1.0.0, C-Get is not supported yet (but work is in +As of Orthanc 1.1.0, C-Get is not supported yet (but work is in progress). *Note 2:* As :ref:`written above `, the Orthanc diff -r 98c0c61e7931 -r cd6c91d3cef5 Sphinx/source/users/configuration.rst --- a/Sphinx/source/users/configuration.rst Wed Jun 22 09:53:17 2016 +0200 +++ b/Sphinx/source/users/configuration.rst Mon Jun 27 14:45:33 2016 +0200 @@ -6,7 +6,7 @@ Configuring Orthanc simply consists in copying and adapting the `default configuration file -`_. This +`_. This file is in the `JSON `_ file format. You can generate a sample configuration file with the following call::