# HG changeset patch # User Sebastien Jodogne # Date 1594207825 -7200 # Node ID 298216fce5008fb3417c8f2203611411e309283e # Parent 4899c3135479be6f9a98a54f7dbd66374c789a01# Parent eea760f20ed28c06b901946ee84e738d5a909749 back to mainline diff -r 4899c3135479 -r 298216fce500 NEWS --- a/NEWS Wed Jul 08 09:18:03 2020 +0200 +++ b/NEWS Wed Jul 08 13:30:25 2020 +0200 @@ -1,14 +1,20 @@ Pending changes in the mainline =============================== -* Private tags returned by C-FIND SCP (cf. option "DefaultPrivateCreator") -* Packaging of the Orthanc framework library + +Version 1.7.2 (2020-07-08) +========================== + +General +------- + +* C-FIND SCP now returns private tags (cf. option "DefaultPrivateCreator") +* Packaging of the Orthanc framework as a shared library Plugins ------- -* New functions in the SDK: - - new "changes": JobSubmitted, JobSuccess, JobFailure +* New change types in the SDK: JobSubmitted, JobSuccess, JobFailure Maintenance ----------- diff -r 4899c3135479 -r 298216fce500 OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake --- a/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake Wed Jul 08 09:18:03 2020 +0200 +++ b/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake Wed Jul 08 13:30:25 2020 +0200 @@ -110,6 +110,8 @@ set(ORTHANC_FRAMEWORK_MD5 "ce5f689e852b01d3672bd3d2f952a5ef") elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.7.1") set(ORTHANC_FRAMEWORK_MD5 "3c171217f930abe80246997bdbcaf7cc") + elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.7.2") + set(ORTHANC_FRAMEWORK_MD5 "328f94dcbd78c169655a13f7ad58a2c2") # Below this point are development snapshots that were used to # release some plugin, before an official release of the Orthanc diff -r 4899c3135479 -r 298216fce500 OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake diff -r 4899c3135479 -r 298216fce500 OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h --- a/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h Wed Jul 08 09:18:03 2020 +0200 +++ b/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h Wed Jul 08 13:30:25 2020 +0200 @@ -117,7 +117,7 @@ #define ORTHANC_PLUGINS_MINIMAL_MAJOR_NUMBER 1 #define ORTHANC_PLUGINS_MINIMAL_MINOR_NUMBER 7 -#define ORTHANC_PLUGINS_MINIMAL_REVISION_NUMBER 0 +#define ORTHANC_PLUGINS_MINIMAL_REVISION_NUMBER 2 #if !defined(ORTHANC_PLUGINS_VERSION_IS_ABOVE) diff -r 4899c3135479 -r 298216fce500 README --- a/README Wed Jul 08 09:18:03 2020 +0200 +++ b/README Wed Jul 08 13:30:25 2020 +0200 @@ -6,10 +6,11 @@ ------------------- General information about this software can be found on its official -Website: +Website, and in the Orthanc Book: http://www.orthanc-server.com/ +http://book.orthanc-server.com/ -The instructions for building Orthanc can be found in the "INSTALL" +The instructions for building Orthanc can be found in the "./INSTALL" file. @@ -71,7 +72,11 @@ The following directories have separate licensing terms: -* The files of the "OrthancFramework/Sources/SQLite/" directory are +* The files of the "./OrthancFramework/Sources/" directory are + licensed under the LGPLv3 (Lesser GPL) since Orthanc 1.7.2. The + related COPYING file can be found in "./OrthancFramework". + +* The files of the "./OrthancFramework/Sources/SQLite/" directory are licensed under the 3-clause BSD license, as they are derived from the Chromium project. @@ -81,23 +86,22 @@ This archive contains the following important directories: -* OrthancFramework/Sources/ - The sources of the Orthanc framework -* OrthancFramework/UnitTestsSources/ - Unit tests of the Orthanc framework -* OrthancServer/OrthancExplorer/ - Code of the Orthanc Explorer (HTML5/Javascript) -* OrthancServer/Plugins/ - Code of the plugin framework -* OrthancServer/Resources/Samples/ - Samples -* OrthancServer/Sources/ - Code of the Orthanc server (depends on DCMTK) -* OrthancServer/UnitTestsSources/ - Unit tests of the Orthanc server +* ./OrthancFramework/Sources/ - The sources of the Orthanc framework +* ./OrthancFramework/UnitTestsSources/ - Unit tests of the Orthanc framework +* ./OrthancServer/OrthancExplorer/ - Code of the Orthanc Explorer (HTML5/Javascript) +* ./OrthancServer/Plugins/ - Code of the plugin framework +* ./OrthancServer/Resources/Samples/ - Samples +* ./OrthancServer/Sources/ - Code of the Orthanc server (depends on DCMTK) +* ./OrthancServer/UnitTestsSources/ - Unit tests of the Orthanc server This archive contains the following important files: -* AUTHORS - The list of the authors -* INSTALL - How to build Orthanc -* NEWS - The history of main changes between versions -* OrthancFramework/COPYING - The GPLv3 license -* OrthancServer/CMakeLists.txt - The main build script of the Orthanc server -* OrthancServer/COPYING - The GPLv3 license -* README - This file +* ./AUTHORS - The list of the authors +* ./COPYING - The main GPLv3 license +* ./INSTALL - How to build Orthanc +* ./NEWS - The history of main changes between versions +* ./OrthancServer/CMakeLists.txt - The main build script of the Orthanc server +* ./README - This file We have decided not to maintain a separate "ChangeLog" file. Each commit to the official Orthanc Mercurial repository should be