Mercurial > hg > orthanc
changeset 4131:eea760f20ed2 Orthanc-1.7.2
Orthanc-1.7.2
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 08 Jul 2020 11:50:26 +0200 |
parents | 4899c3135479 |
children | 298216fce500 3591305a727b |
files | NEWS OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h README |
diffstat | 4 files changed, 33 insertions(+), 23 deletions(-) [+] |
line wrap: on
line diff
--- 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 -----------
--- 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
--- 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)
--- 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