# HG changeset patch # User Sebastien Jodogne # Date 1594201826 -7200 # Node ID eea760f20ed28c06b901946ee84e738d5a909749 # Parent 4899c3135479be6f9a98a54f7dbd66374c789a01 Orthanc-1.7.2 diff -r 4899c3135479 -r eea760f20ed2 NEWS --- a/NEWS Wed Jul 08 09:18:03 2020 +0200 +++ b/NEWS Wed Jul 08 11:50:26 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 eea760f20ed2 OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake --- a/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake Wed Jul 08 09:18:03 2020 +0200 +++ b/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake Wed Jul 08 11:50:26 2020 +0200 @@ -23,7 +23,7 @@ ##################################################################### # Version of the build, should always be "mainline" except in release branches -set(ORTHANC_VERSION "mainline") +set(ORTHANC_VERSION "1.7.2") # Version of the database schema. History: # * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning diff -r 4899c3135479 -r eea760f20ed2 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 11:50:26 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 eea760f20ed2 README --- a/README Wed Jul 08 09:18:03 2020 +0200 +++ b/README Wed Jul 08 11:50:26 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