Mercurial > hg > orthanc
changeset 1895:74cf1f350b45 Orthanc-1.0.0
set version
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 15 Dec 2015 17:49:02 +0100 |
parents | aeba5367f031 |
children | b1a6b90a1667 |
files | CMakeLists.txt NEWS |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Tue Dec 15 17:45:23 2015 +0100 +++ b/CMakeLists.txt Tue Dec 15 17:49:02 2015 +0100 @@ -3,7 +3,7 @@ project(Orthanc) # Version of the build, should always be "mainline" except in release branches -set(ORTHANC_VERSION "mainline") +set(ORTHANC_VERSION "1.0.0") # Version of the database schema. History: # * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning
--- a/NEWS Tue Dec 15 17:45:23 2015 +0100 +++ b/NEWS Tue Dec 15 17:49:02 2015 +0100 @@ -1,9 +1,13 @@ Pending changes in the mainline =============================== + +Version 1.0.0 (2015/12/15) +========================== + * Lua: "IncomingFindRequestFilter()" to apply filters to incoming C-Find requests +* New function in plugin SDK: "OrthancPluginSendMultipartItem2()" * Fix of DICOMDIR generation with DCMTK 3.6.1, support of encodings -* New function in plugin SDK: "OrthancPluginSendMultipartItem2()" * Fix range search if the lower or upper limit is absent * Fix modality worklists lookups if tags with UN (unknown) VR are present * Warn about badly formatted modality/peer definitions in configuration file at startup