[med-svn] r18768 - in trunk/packages/orthanc/trunk/debian: . configuration docs patches

Sebastien Jodogne jodogne-guest at moszumanska.debian.org
Thu Feb 12 16:39:53 UTC 2015


Author: jodogne-guest
Date: 2015-02-12 16:39:52 +0000 (Thu, 12 Feb 2015)
New Revision: 18768

Modified:
   trunk/packages/orthanc/trunk/debian/changelog
   trunk/packages/orthanc/trunk/debian/configuration/orthanc.json
   trunk/packages/orthanc/trunk/debian/docs/Orthanc.1
   trunk/packages/orthanc/trunk/debian/liborthancclient-dev.install
   trunk/packages/orthanc/trunk/debian/orthanc.dirs
   trunk/packages/orthanc/trunk/debian/patches/remove-jquery-version
Log:
preparing for Orthanc 0.8.6

Modified: trunk/packages/orthanc/trunk/debian/changelog
===================================================================
--- trunk/packages/orthanc/trunk/debian/changelog	2015-02-12 16:35:23 UTC (rev 18767)
+++ trunk/packages/orthanc/trunk/debian/changelog	2015-02-12 16:39:52 UTC (rev 18768)
@@ -1,3 +1,9 @@
+orthanc (0.8.6+dfsg-1) unstable; urgency=medium
+
+  * New upstream version
+
+ -- Sebastien Jodogne <s.jodogne at gmail.com>  Thu, 12 Feb 2015 17:13:53 +0100
+
 orthanc (0.8.5+dfsg-1) experimental; urgency=medium
 
   [ Sebastien Jodogne ]

Modified: trunk/packages/orthanc/trunk/debian/configuration/orthanc.json
===================================================================
--- trunk/packages/orthanc/trunk/debian/configuration/orthanc.json	2015-02-12 16:35:23 UTC (rev 18767)
+++ trunk/packages/orthanc/trunk/debian/configuration/orthanc.json	2015-02-12 16:39:52 UTC (rev 18768)
@@ -35,8 +35,11 @@
 
   // 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).
+  // "./PluginTest.dll" for Windows). These paths can refer to
+  // folders, in which case they will be scanned non-recursively to
+  // find shared libraries.
   "Plugins" : [
+    "/usr/share/orthanc/plugins/"
   ],
 
 
@@ -138,6 +141,11 @@
     // "peer2" : [ "http://localhost:8044/" ]
   },
 
+  // Parameters of the HTTP proxy to be used by Orthanc. If set to the
+  // empty string, no HTTP proxy is used. For instance:
+  //   "HttpProxy" : "192.168.0.1:3128"
+  //   "HttpProxy" : "proxyUser:proxyPassword at 192.168.0.1:3128"
+  "HttpProxy" : "",
 
 
   /**
@@ -203,11 +211,17 @@
   // to grow indefinitely in auto-routing tasks.
   "LogExportedResources" : true,
 
-  // Enable or disable HTTP Keep-Alive (experimental). Set this option
+  // Enable or disable HTTP Keep-Alive (deprecated). Set this option
   // to "true" only in the case of high HTTP loads.
   "KeepAlive" : false,
 
   // If this option is set to "false", Orthanc will run in index-only
   // mode. The DICOM files will not be stored on the drive.
-  "StoreDicom" : true
+  "StoreDicom" : true,
+
+  // DICOM associations are kept open as long as new DICOM commands
+  // are issued. This option sets the number of seconds of inactivity
+  // to wait before automatically closing a DICOM association. If set
+  // to 0, the connection is closed immediately.
+  "DicomAssociationCloseDelay" : 5
 }

Modified: trunk/packages/orthanc/trunk/debian/docs/Orthanc.1
===================================================================
--- trunk/packages/orthanc/trunk/debian/docs/Orthanc.1	2015-02-12 16:35:23 UTC (rev 18767)
+++ trunk/packages/orthanc/trunk/debian/docs/Orthanc.1	2015-02-12 16:39:52 UTC (rev 18768)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.46.4.
-.TH ORTHANC "1" "November 2014" "Orthanc 0.8.5" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.46.5.
+.TH ORTHANC "1" "February 2015" "Orthanc 0.8.6" "User Commands"
 .SH NAME
 Orthanc \- Lightweight, RESTful DICOM server for healthcare and medical research
 .SH SYNOPSIS
@@ -42,7 +42,7 @@
 .SH AUTHOR
 Written by Sebastien Jodogne <s.jodogne at gmail.com>
 .SH COPYRIGHT
-Copyright \(co 2012\-2014 Medical Physics Department, CHU of Liege (Belgium)
+Copyright \(co 2012\-2015 Sebastien Jodogne, Medical Physics Department, University Hospital of Liege (Belgium)
 Licensing GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>, with OpenSSL exception.
 .br
 This is free software: you are free to change and redistribute it.

Modified: trunk/packages/orthanc/trunk/debian/liborthancclient-dev.install
===================================================================
--- trunk/packages/orthanc/trunk/debian/liborthancclient-dev.install	2015-02-12 16:35:23 UTC (rev 18767)
+++ trunk/packages/orthanc/trunk/debian/liborthancclient-dev.install	2015-02-12 16:39:52 UTC (rev 18768)
@@ -1,3 +1,5 @@
 usr/include/orthanc/OrthancCppClient.h
 usr/include/orthanc/OrthancCPlugin.h
+usr/include/orthanc/OrthancCDatabasePlugin.h
+usr/include/orthanc/OrthancCppDatabasePlugin.h
 usr/lib/libOrthancClient.so

Modified: trunk/packages/orthanc/trunk/debian/orthanc.dirs
===================================================================
--- trunk/packages/orthanc/trunk/debian/orthanc.dirs	2015-02-12 16:35:23 UTC (rev 18767)
+++ trunk/packages/orthanc/trunk/debian/orthanc.dirs	2015-02-12 16:39:52 UTC (rev 18768)
@@ -2,4 +2,5 @@
 etc/orthanc
 usr/sbin
 usr/share/doc/orthanc
+usr/share/orthanc/plugins
 var/lib/orthanc

Modified: trunk/packages/orthanc/trunk/debian/patches/remove-jquery-version
===================================================================
--- trunk/packages/orthanc/trunk/debian/patches/remove-jquery-version	2015-02-12 16:35:23 UTC (rev 18767)
+++ trunk/packages/orthanc/trunk/debian/patches/remove-jquery-version	2015-02-12 16:39:52 UTC (rev 18768)
@@ -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.8.5/OrthancExplorer/explorer.html
+Index: Orthanc-0.8.6/OrthancExplorer/explorer.html
 ===================================================================
---- Orthanc-0.8.5.orig/OrthancExplorer/explorer.html
-+++ Orthanc-0.8.5/OrthancExplorer/explorer.html
+--- Orthanc-0.8.6.orig/OrthancExplorer/explorer.html
++++ Orthanc-0.8.6/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