[med-svn] r17444 - in trunk/packages/orthanc/trunk/debian: . configuration docs patches
Sebastien Jodogne
jodogne-guest at moszumanska.debian.org
Fri Jul 11 10:20:49 UTC 2014
Author: jodogne-guest
Date: 2014-07-11 10:20:49 +0000 (Fri, 11 Jul 2014)
New Revision: 17444
Modified:
trunk/packages/orthanc/trunk/debian/configuration/orthanc.json
trunk/packages/orthanc/trunk/debian/control
trunk/packages/orthanc/trunk/debian/copyright
trunk/packages/orthanc/trunk/debian/docs/Orthanc.1
trunk/packages/orthanc/trunk/debian/patches/remove-jquery-version
Log:
Orthanc 0.8.0
Modified: trunk/packages/orthanc/trunk/debian/configuration/orthanc.json
===================================================================
--- trunk/packages/orthanc/trunk/debian/configuration/orthanc.json 2014-07-11 09:30:30 UTC (rev 17443)
+++ trunk/packages/orthanc/trunk/debian/configuration/orthanc.json 2014-07-11 10:20:49 UTC (rev 17444)
@@ -28,11 +28,16 @@
// 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,8 +105,9 @@
/**
* A fourth parameter is available to enable patches for a
* specific PACS manufacturer. The allowed values are currently
- * "Generic" (default value), "ClearCanvas", "MedInria" and
- * "Dcm4Chee". This parameter is case-sensitive.
+ * "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
}
Modified: trunk/packages/orthanc/trunk/debian/control
===================================================================
--- trunk/packages/orthanc/trunk/debian/control 2014-07-11 09:30:30 UTC (rev 17443)
+++ trunk/packages/orthanc/trunk/debian/control 2014-07-11 10:20:49 UTC (rev 17444)
@@ -49,7 +49,7 @@
Orthanc lets its users focus on the content of the DICOM files,
hiding the complexity of the DICOM format and of the DICOM protocol.
-Package: liborthancclient0.7
+Package: liborthancclient0.8
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -63,7 +63,7 @@
Package: liborthancclient-dev
Architecture: any
Section: libdevel
-Depends: liborthancclient0.7 (= ${binary:Version}), ${misc:Depends}
+Depends: liborthancclient0.8 (= ${binary:Version}), ${misc:Depends}
Description: Orthanc Client development files
Orthanc Client is a library to access the content of a remote
instance of Orthanc. Orthanc is a lightweight, RESTful DICOM server
Modified: trunk/packages/orthanc/trunk/debian/copyright
===================================================================
--- trunk/packages/orthanc/trunk/debian/copyright 2014-07-11 09:30:30 UTC (rev 17443)
+++ trunk/packages/orthanc/trunk/debian/copyright 2014-07-11 10:20:49 UTC (rev 17444)
@@ -13,7 +13,7 @@
Copyright: 2012-2014 CHU of Liege (Belgium), and Sebastien Jodogne <s.jodogne at gmail.com>
License: GPL-3 with OpenSSL exception
-Files: * UnitTests/* Core/Compression/ZipWriter.* Resources/EmbedResources.py Resources/Samples/ImportDicomFiles/ImportDicomFiles.py Resources/Samples/Python/*.py Resources/Archives/*
+Files: * UnitTests/* Core/Compression/ZipWriter.* Resources/EmbedResources.py Resources/Samples/* Resources/Archives/*
Copyright: 2012-2014 CHU of Liege (Belgium), and Sebastien Jodogne <s.jodogne at gmail.com>
License: GPL-3 with OpenSSL exception
@@ -69,19 +69,19 @@
Copyright: 2008 Google Inc.
License: BSD
-Files: Resources/minizip/*
+Files: Resources/ThirdParty/minizip/*
Copyright: 1998-2010 Gilles Vollant, and 2009-2010 Mathias Svensson
License: zlib
-Files: Resources/base64/*
+Files: Resources/ThirdParty/base64/*
Copyright: 2004-2008 Rene Nyffenegger
License: BSD
-Files: Resources/VisualStudio/*
+Files: Resources/ThirdParty/VisualStudio/*
Copyright: 2006-2008 Alexander Chemeris
License: BSD
-Files: Resources/md5/*
+Files: Resources/ThirdParty/md5/*
Copyright: 1999, 2002 Aladdin Enterprises
License: zlib
Modified: trunk/packages/orthanc/trunk/debian/docs/Orthanc.1
===================================================================
--- trunk/packages/orthanc/trunk/debian/docs/Orthanc.1 2014-07-11 09:30:30 UTC (rev 17443)
+++ trunk/packages/orthanc/trunk/debian/docs/Orthanc.1 2014-07-11 10:20:49 UTC (rev 17444)
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.44.1.
-.TH ORTHANC "1" "June 2014" "Orthanc 0.7.6" "User Commands"
+.TH ORTHANC "1" "July 2014" "Orthanc 0.8.0" "User Commands"
.SH NAME
Orthanc \- Lightweight, RESTful DICOM server for healthcare and medical research
.SH SYNOPSIS
Modified: trunk/packages/orthanc/trunk/debian/patches/remove-jquery-version
===================================================================
--- trunk/packages/orthanc/trunk/debian/patches/remove-jquery-version 2014-07-11 09:30:30 UTC (rev 17443)
+++ trunk/packages/orthanc/trunk/debian/patches/remove-jquery-version 2014-07-11 10:20:49 UTC (rev 17444)
@@ -2,10 +2,10 @@
Author: Sebastien Jodogne <s.jodogne at gmail.com>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: Orthanc-0.7.6/OrthancExplorer/explorer.html
+Index: Orthanc-0.8.0/OrthancExplorer/explorer.html
===================================================================
---- Orthanc-0.7.6.orig/OrthancExplorer/explorer.html
-+++ Orthanc-0.7.6/OrthancExplorer/explorer.html
+--- Orthanc-0.8.0.orig/OrthancExplorer/explorer.html
++++ Orthanc-0.8.0/OrthancExplorer/explorer.html
@@ -6,15 +6,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Orthanc Explorer</title>
More information about the debian-med-commit
mailing list