changeset 222:850b56948b9c default tip

back to mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 04 Jul 2024 09:40:21 +0200
parents 7ecdfdcb49d5 (current diff) 8e127a46128e (diff)
children
files CMakeLists.txt
diffstat 3 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Thu Jul 04 08:32:24 2024 +0200
+++ b/.hgignore	Thu Jul 04 09:40:21 2024 +0200
@@ -9,3 +9,4 @@
 *.h.orig
 *.cpp.orig
 *.py.orig
+*.pyi.orig
--- a/CITATION.cff	Thu Jul 04 08:32:24 2024 +0200
+++ b/CITATION.cff	Thu Jul 04 09:40:21 2024 +0200
@@ -10,5 +10,5 @@
 doi: "10.1007/s10278-018-0082-y"
 license: "GPL-3.0-or-later"
 repository-code: "https://orthanc.uclouvain.be/hg/orthanc/"
-version: 1.12.3
-date-released: 2024-01-31
+version: 1.12.4
+date-released: 2024-06-05
--- a/NEWS	Thu Jul 04 08:32:24 2024 +0200
+++ b/NEWS	Thu Jul 04 09:40:21 2024 +0200
@@ -1,6 +1,10 @@
 Pending changes in the mainline
 ===============================
 
+
+Version 4.3 (2024-07-04)
+========================
+
 * Created Python documentation for the Orthanc interface, check out "orthanc.pyi"
 * Added option "AllowThreads" to release the GIL during the call to the native SDK functions
 * Code model is now generated by the "orthanc-java" project