Commit bf23a714 authored by Sebastien Jodogne's avatar Sebastien Jodogne
Browse files

New upstream version 1.2+dfsg

parent 2afd8442
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
repo: 1092b2dca366ed837f03d51f1a1b6002d52c4c12
node: 4c6bba5f44e778f26f9bd45d0c3ce0167e921280
branch: OrthancImageJ-1.1
node: 985c7a53185a0c71d5738f912059d3419765a273
branch: OrthancImageJ-1.2
latesttag: null
latesttagdistance: 10
latesttagdistance: 17
changessincelatesttag: 18
+17 −1
Original line number Diff line number Diff line
Orthanc - A Lightweight, RESTful DICOM Server
=============================================


Authors of Orthanc
------------------

* Sebastien Jodogne <s.jodogne@gmail.com>
  Department of Medical Physics, CHU of Liege, Belgium

  Overall design and lead developer.

* Department of Medical Physics
  University Hospital of Liege
  4000 Liege
  Belgium

* Osimis S.A.
  Rue du Bois Saint-Jean 15/1
  4102 Seraing
  Belgium
  http://www.osimis.io/
+8 −2
Original line number Diff line number Diff line
@@ -2,14 +2,20 @@ Pending changes in the mainline
===============================


Version 1.1 (2016/04/15)
Version 1.2 (2018-10-31)
========================

* Compatibility with OpenJDK 11 (fix Debian bug #912363)


Version 1.1 (2016-04-15)
========================

* Fix issue #9 ("Error while importing this image: null")
* Fix issue #10 ("Cannot access an Orthanc running with a self-signed HTTPS certificate")


Version 1.0.0 (2014/12/08)
Version 1.0.0 (2014-12-08)
==========================

* Initial release
+10 −10
Original line number Diff line number Diff line
@@ -27,16 +27,16 @@ publications. Similarly, we ask open-source and closed-source products
that make use of Orthanc to warn us about this use. You can cite our
work using the following BibTeX entry:

@inproceedings{Jodogne:ISBI2013,
  author = {Jodogne, S. and Bernard, C. and Devillers, M. and Lenaerts, E. and Coucke, P.},
  title = {Orthanc -- {A} Lightweight, {REST}ful {DICOM} Server for Healthcare and Medical Research},
  booktitle={Biomedical Imaging ({ISBI}), {IEEE} 10th International Symposium on}, 
  year={2013}, 
  pages={190-193}, 
  ISSN={1945-7928},
  month=apr,
  url={http://ieeexplore.ieee.org/xpl/articleDetails.jsp?tp=&arnumber=6556444},
  address={San Francisco, {CA}, {USA}}
@Article{Jodogne2018,
  author="Jodogne, S{\'e}bastien",
  title="The {O}rthanc Ecosystem for Medical Imaging",
  journal="Journal of Digital Imaging",
  year="2018",
  month="May",
  day="03",
  issn="1618-727X",
  doi="10.1007/s10278-018-0082-y",
  url="https://doi.org/10.1007/s10278-018-0082-y"
}


+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
 * Orthanc - A Lightweight, RESTful DICOM Store
 * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 * Department, University Hospital of Liege, Belgium
 * Copyright (C) 2017-2018 Osimis S.A., Belgium
 *
 * This program is free software: you can redistribute it and/or
 * modify it under the terms of the GNU General Public License as
Loading