[orthanc/f20] Orthanc 0.8.0

Sebastien Jodogne sjodogne at fedoraproject.org
Fri Jul 11 10:55:59 UTC 2014


commit e88f05a422f02b68cce15ad0644609b892feaf7f
Author: Sebastien Jodogne <s.jodogne at gmail.com>
Date:   Fri Jul 11 12:38:46 2014 +0200

    Orthanc 0.8.0

 .gitignore                                         |    1 +
 ...-0.7.6-lib64.patch => orthanc-0.8.0-lib64.patch |    6 ++--
 orthanc.json                                       |   30 ++++++++++++++++---
 orthanc.spec                                       |    7 +++-
 sources                                            |    2 +-
 5 files changed, 35 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a48d4fa..28a5ac3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /Orthanc-0.7.3.tar.gz
 /Orthanc-0.7.5.tar.gz
 /Orthanc-0.7.6.tar.gz
+/Orthanc-0.8.0.tar.gz
diff --git a/orthanc-0.7.6-lib64.patch b/orthanc-0.8.0-lib64.patch
similarity index 77%
rename from orthanc-0.7.6-lib64.patch
rename to orthanc-0.8.0-lib64.patch
index efb6fc4..d5e4496 100644
--- a/orthanc-0.7.6-lib64.patch
+++ b/orthanc-0.8.0-lib64.patch
@@ -1,6 +1,6 @@
---- CMakeLists.txt.orig	2014-06-12 15:29:48.882783046 +0200
-+++ CMakeLists.txt	2014-06-12 15:31:14.858780873 +0200
-@@ -430,11 +430,18 @@
+--- CMakeLists.txt.orig	2014-07-11 12:33:21.436953529 +0200
++++ CMakeLists.txt	2014-07-11 12:33:54.344954867 +0200
+@@ -460,11 +460,18 @@
      SOVERSION ${ORTHANC_CLIENT_VERSION})
  
  
diff --git a/orthanc.json b/orthanc.json
index 8ebc845..accea29 100644
--- a/orthanc.json
+++ b/orthanc.json
@@ -27,12 +27,17 @@
   // in the storage (a value of "0" indicates no limit on the number
   // of patients)
   "MaximumPatientCount" : 0,
-  
-  // List of paths to the custom Lua scripts to load into this
-  // instance of Orthanc
+
+  // List of paths to the custom Lua scripts that are to be loaded
+  // into this instance of Orthanc
   "LuaScripts" : [
   ],
 
+  // List of paths to the plugins that are to be loaded into this
+  // instance of Orthanc (e.g. "/libPluginTest.so" for Linux, or
+  // "./PluginTest.dll" for Windows).
+  "Plugins" : [
+  ],
 
 
   /**
@@ -100,7 +105,8 @@
     /**
      * A fourth parameter is available to enable patches for a
      * specific PACS manufacturer. The allowed values are currently
-     * "Generic" (default value), "ClearCanvas" and "MedInria". This
+     * "Generic" (default value), "StoreScp" (storescp tool from
+     * DCMTK), "ClearCanvas", "MedInria" and "Dcm4Chee". This
      * parameter is case-sensitive.
      **/
     // "clearcanvas" : [ "CLEARCANVAS", "192.168.1.1", 104, "ClearCanvas" ]
@@ -160,5 +166,19 @@
   // will be computed and stored in the Orthanc database. This
   // information can be used to detect disk corruption, at the price
   // of a small performance overhead.
-  "StoreMD5ForAttachments" : true
+  "StoreMD5ForAttachments" : true,
+
+  // The maximum number of results for a single C-FIND request at the
+  // Patient, Study or Series level. Setting this option to "0" means
+  // no limit.
+  "LimitFindResults" : 0,
+
+  // The maximum number of results for a single C-FIND request at the
+  // Instance level. Setting this option to "0" means no limit.
+  "LimitFindInstances" : 0,
+
+  // The maximum number of active jobs in the Orthanc scheduler. When
+  // this limit is reached, the addition of new jobs is blocked until
+  // some job finishes.
+  "LimitJobs" : 10
 }
diff --git a/orthanc.spec b/orthanc.spec
index 3b9bfbf..fe78c10 100644
--- a/orthanc.spec
+++ b/orthanc.spec
@@ -1,5 +1,5 @@
-%define orthancclientversion 0.7
-%define orthancversion 0.7.6
+%define orthancclientversion 0.8
+%define orthancversion 0.8.0
 
 Name:		orthanc
 Version:	%{orthancversion}
@@ -210,6 +210,9 @@ exit 0
 
 
 %changelog
+* Fri Jul 11 2014 Sebastien Jodogne <s.jodogne at gmail.com> 0.8.0-1
+- New upstream version
+
 * Thu Jun 12 2014 Sebastien Jodogne <s.jodogne at gmail.com> 0.7.6-1
 - New upstream version
 
diff --git a/sources b/sources
index 77731a4..7bbf22b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-41f4e0491376d1be3fd8c00fafb305a8  Orthanc-0.7.6.tar.gz
+b265198b5784da6023d524d6f5801f73  Orthanc-0.8.0.tar.gz


More information about the scm-commits mailing list