Mercurial > hg > orthanc
changeset 1896:b1a6b90a1667
back to mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 16 Dec 2015 09:23:40 +0100 |
parents | d7f63122c7f3 (current diff) 74cf1f350b45 (diff) |
children | 7110e2881dc0 |
files | |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Tue Dec 15 17:22:52 2015 +0100 +++ b/CMakeLists.txt Wed Dec 16 09:23:40 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:22:52 2015 +0100 +++ b/NEWS Wed Dec 16 09:23:40 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