[med-svn] [Git][med-team/orthanc][master] 6 commits: New upstream version 1.12.9+dfsg
Sebastien Jodogne (@jodogne-guest)
gitlab at salsa.debian.org
Tue Aug 19 09:59:15 BST 2025
Sebastien Jodogne pushed to branch master at Debian Med / orthanc
Commits:
d51026b2 by jodogne-guest at 2025-08-19T09:45:44+02:00
New upstream version 1.12.9+dfsg
- - - - -
2678b476 by jodogne-guest at 2025-08-19T09:45:45+02:00
Update upstream source from tag 'upstream/1.12.9+dfsg'
Update to upstream version '1.12.9+dfsg'
with Debian dir 14cdb13676d1c9101f8a3196f087c155ff837ac0
- - - - -
e864ca98 by jodogne-guest at 2025-08-19T09:48:54+02:00
preparing for 1.12.9+dfsg-1
- - - - -
6b212557 by jodogne-guest at 2025-08-19T09:59:45+02:00
updated configuration files
- - - - -
7d1e1945 by jodogne-guest at 2025-08-19T10:49:31+02:00
install code model
- - - - -
b54b5bc0 by jodogne-guest at 2025-08-19T10:58:24+02:00
Upload to unstable
- - - - -
171 changed files:
- .hg_archival.txt
- .hgignore
- CITATION.cff
- NEWS
- OrthancFramework/Resources/CMake/DcmtkConfiguration.cmake
- OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake
- OrthancFramework/Resources/CMake/OrthancFrameworkConfiguration.cmake
- OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake
- OrthancFramework/SharedLibrary/CMakeLists.txt
- OrthancFramework/Sources/ChunkedBuffer.cpp
- OrthancFramework/Sources/DicomFormat/DicomImageInformation.cpp
- OrthancFramework/Sources/DicomFormat/DicomMap.cpp
- OrthancFramework/Sources/DicomFormat/DicomMap.h
- OrthancFramework/Sources/DicomFormat/DicomStreamReader.cpp
- OrthancFramework/Sources/DicomNetworking/DicomServer.cpp
- OrthancFramework/Sources/DicomNetworking/DicomServer.h
- OrthancFramework/Sources/DicomNetworking/Internals/StoreScp.cpp
- OrthancFramework/Sources/DicomParsing/DicomDirWriter.cpp
- OrthancFramework/Sources/DicomParsing/FromDcmtkBridge.cpp
- OrthancFramework/Sources/DicomParsing/FromDcmtkBridge.h
- OrthancFramework/Sources/DicomParsing/ParsedDicomFile.cpp
- OrthancFramework/Sources/FileStorage/FileInfo.cpp
- OrthancFramework/Sources/FileStorage/FileInfo.h
- OrthancFramework/Sources/FileStorage/FilesystemStorage.cpp
- OrthancFramework/Sources/FileStorage/FilesystemStorage.h
- OrthancFramework/Sources/FileStorage/IStorageArea.h
- OrthancFramework/Sources/FileStorage/MemoryStorageArea.cpp
- OrthancFramework/Sources/FileStorage/MemoryStorageArea.h
- + OrthancFramework/Sources/FileStorage/PluginStorageAreaAdapter.cpp
- + OrthancFramework/Sources/FileStorage/PluginStorageAreaAdapter.h
- OrthancFramework/Sources/FileStorage/StorageAccessor.cpp
- OrthancFramework/Sources/FileStorage/StorageAccessor.h
- OrthancFramework/Sources/HttpServer/FilesystemHttpHandler.cpp
- OrthancFramework/Sources/HttpServer/FilesystemHttpHandler.h
- OrthancFramework/Sources/HttpServer/HttpContentNegociation.h
- OrthancFramework/Sources/HttpServer/HttpServer.cpp
- OrthancFramework/Sources/HttpServer/HttpServer.h
- OrthancFramework/Sources/HttpServer/HttpToolbox.cpp
- OrthancFramework/Sources/HttpServer/IHttpHandler.cpp
- OrthancFramework/Sources/HttpServer/IHttpHandler.h
- OrthancFramework/Sources/HttpServer/IIncomingHttpRequestFilter.h
- OrthancFramework/Sources/HttpServer/IWebDavBucket.cpp
- OrthancFramework/Sources/JobsEngine/IJob.h
- OrthancFramework/Sources/JobsEngine/JobInfo.cpp
- OrthancFramework/Sources/JobsEngine/JobStatus.cpp
- OrthancFramework/Sources/JobsEngine/JobStatus.h
- OrthancFramework/Sources/JobsEngine/JobsRegistry.cpp
- OrthancFramework/Sources/JobsEngine/Operations/SequenceOfOperationsJob.h
- OrthancFramework/Sources/JobsEngine/SetOfCommandsJob.cpp
- OrthancFramework/Sources/JobsEngine/SetOfCommandsJob.h
- OrthancFramework/Sources/MallocMemoryBuffer.cpp
- OrthancFramework/Sources/MetricsRegistry.cpp
- OrthancFramework/Sources/MetricsRegistry.h
- OrthancFramework/Sources/MultiThreading/RunnableWorkersPool.cpp
- OrthancFramework/Sources/MultiThreading/RunnableWorkersPool.h
- OrthancFramework/Sources/MultiThreading/SharedMessageQueue.h
- OrthancFramework/Sources/RestApi/RestApi.cpp
- OrthancFramework/Sources/RestApi/RestApi.h
- OrthancFramework/Sources/SQLite/Statement.cpp
- OrthancFramework/Sources/SQLite/Statement.h
- OrthancFramework/Sources/SerializationToolbox.cpp
- OrthancFramework/Sources/SystemToolbox.cpp
- OrthancFramework/Sources/SystemToolbox.h
- OrthancFramework/Sources/Toolbox.cpp
- OrthancFramework/Sources/Toolbox.h
- OrthancFramework/UnitTestsSources/FileStorageTests.cpp
- OrthancFramework/UnitTestsSources/FrameworkTests.cpp
- OrthancFramework/UnitTestsSources/FromDcmtkTests.cpp
- OrthancFramework/UnitTestsSources/JobsTests.cpp
- OrthancFramework/UnitTestsSources/RestApiTests.cpp
- OrthancFramework/UnitTestsSources/ToolboxTests.cpp
- OrthancServer/CMakeLists.txt
- OrthancServer/Plugins/Engine/OrthancPluginDatabase.cpp
- OrthancServer/Plugins/Engine/OrthancPluginDatabase.h
- OrthancServer/Plugins/Engine/OrthancPluginDatabaseV3.cpp
- OrthancServer/Plugins/Engine/OrthancPluginDatabaseV3.h
- OrthancServer/Plugins/Engine/OrthancPluginDatabaseV4.cpp
- OrthancServer/Plugins/Engine/OrthancPluginDatabaseV4.h
- OrthancServer/Plugins/Engine/OrthancPlugins.cpp
- OrthancServer/Plugins/Engine/OrthancPlugins.h
- + OrthancServer/Plugins/Engine/PluginMemoryBuffer32.cpp
- + OrthancServer/Plugins/Engine/PluginMemoryBuffer32.h
- + OrthancServer/Plugins/Engine/PluginMemoryBuffer64.cpp
- + OrthancServer/Plugins/Engine/PluginMemoryBuffer64.h
- OrthancServer/Plugins/Engine/PluginsEnumerations.cpp
- OrthancServer/Plugins/Engine/PluginsEnumerations.h
- OrthancServer/Plugins/Engine/PluginsJob.cpp
- OrthancServer/Plugins/Engine/PluginsJob.h
- OrthancServer/Plugins/Include/orthanc/OrthancCDatabasePlugin.h
- OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h
- OrthancServer/Plugins/Include/orthanc/OrthancDatabasePlugin.proto
- + OrthancServer/Plugins/Include/orthanc/OrthancPluginCodeModel.json
- + OrthancServer/Plugins/Samples/AdoptDicomInstance/CMakeLists.txt
- + OrthancServer/Plugins/Samples/AdoptDicomInstance/Plugin.cpp
- + OrthancServer/Plugins/Samples/AdoptDicomInstance/README
- OrthancServer/Plugins/Samples/Basic/Plugin.c
- OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp
- OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.h
- OrthancServer/Plugins/Samples/ConnectivityChecks/OrthancFrameworkDependencies.cpp
- + OrthancServer/Plugins/Samples/CppSkeleton/CMakeLists.txt
- + OrthancServer/Plugins/Samples/CppSkeleton/EmbeddedResources/app.js
- + OrthancServer/Plugins/Samples/CppSkeleton/NOTES.txt
- + OrthancServer/Plugins/Samples/CppSkeleton/Plugin.cpp
- + OrthancServer/Plugins/Samples/CppSkeleton/Resources/SyncOrthancFolder.py
- OrthancServer/Plugins/Samples/DelayedDeletion/OrthancFrameworkDependencies.cpp
- OrthancServer/Plugins/Samples/DelayedDeletion/PendingDeletionsDatabase.cpp
- OrthancServer/Plugins/Samples/DelayedDeletion/Plugin.cpp
- OrthancServer/Plugins/Samples/Housekeeper/Plugin.cpp
- OrthancServer/Plugins/Samples/MultitenantDicom/MultitenantDicomServer.h
- OrthancServer/Plugins/Samples/MultitenantDicom/OrthancFrameworkDependencies.cpp
- OrthancServer/Plugins/Samples/ServeFolders/Plugin.cpp
- + OrthancServer/Resources/CodeModel/Dockerfile
- + OrthancServer/Resources/CodeModel/GenerateCodeModel.py
- + OrthancServer/Resources/CodeModel/README.txt
- + OrthancServer/Resources/CodeModel/docker-compile.sh
- + OrthancServer/Resources/CodeModel/docker-internal.sh
- OrthancServer/Resources/Configuration.json
- OrthancServer/Resources/OrthancPlugin.doxygen
- OrthancServer/Resources/RunCppCheck-2.17.0.sh
- OrthancServer/Resources/RunCppCheck.sh
- OrthancServer/Sources/Database/IDatabaseWrapper.h
- + OrthancServer/Sources/Database/InstallDeletedFiles.sql
- + OrthancServer/Sources/Database/InstallKeyValueStoresAndQueues.sql
- + OrthancServer/Sources/Database/InstallRevisionAndCustomData.sql
- OrthancServer/Sources/Database/PrepareDatabase.sql
- OrthancServer/Sources/Database/SQLiteDatabaseWrapper.cpp
- OrthancServer/Sources/Database/SQLiteDatabaseWrapper.h
- OrthancServer/Sources/Database/StatelessDatabaseOperations.cpp
- OrthancServer/Sources/Database/StatelessDatabaseOperations.h
- OrthancServer/Sources/EmbeddedResourceHttpHandler.cpp
- OrthancServer/Sources/EmbeddedResourceHttpHandler.h
- OrthancServer/Sources/LuaScripting.cpp
- OrthancServer/Sources/LuaScripting.h
- OrthancServer/Sources/OrthancConfiguration.cpp
- OrthancServer/Sources/OrthancConfiguration.h
- OrthancServer/Sources/OrthancHttpHandler.cpp
- OrthancServer/Sources/OrthancHttpHandler.h
- OrthancServer/Sources/OrthancInitialization.cpp
- OrthancServer/Sources/OrthancInitialization.h
- OrthancServer/Sources/OrthancRestApi/OrthancRestApi.cpp
- OrthancServer/Sources/OrthancRestApi/OrthancRestApi.h
- OrthancServer/Sources/OrthancRestApi/OrthancRestArchive.cpp
- OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp
- OrthancServer/Sources/OrthancRestApi/OrthancRestSystem.cpp
- OrthancServer/Sources/ResourceFinder.cpp
- OrthancServer/Sources/ResourceFinder.h
- OrthancServer/Sources/Search/DatabaseLookup.cpp
- OrthancServer/Sources/Search/HierarchicalMatcher.cpp
- OrthancServer/Sources/ServerContext.cpp
- OrthancServer/Sources/ServerContext.h
- OrthancServer/Sources/ServerEnumerations.cpp
- OrthancServer/Sources/ServerEnumerations.h
- OrthancServer/Sources/ServerIndex.cpp
- OrthancServer/Sources/ServerIndex.h
- OrthancServer/Sources/ServerJobs/ArchiveJob.h
- OrthancServer/Sources/ServerJobs/ThreadedSetOfInstancesJob.cpp
- OrthancServer/Sources/ServerJobs/ThreadedSetOfInstancesJob.h
- OrthancServer/Sources/ServerToolbox.cpp
- OrthancServer/Sources/ServerToolbox.h
- OrthancServer/Sources/main.cpp
- OrthancServer/UnitTestsSources/ServerConfigTests.cpp
- OrthancServer/UnitTestsSources/ServerIndexTests.cpp
- OrthancServer/UnitTestsSources/ServerJobsTests.cpp
- OrthancServer/UnitTestsSources/UnitTestsMain.cpp
- TODO
- debian/changelog
- debian/docs/Orthanc.8
- debian/docs/OrthancRecoverCompressedFile.8
- debian/docs/orthanc_upgrade.8
- + debian/patches/code-model
- + debian/patches/series
The diff was not included because it is too large.
View it on GitLab: https://salsa.debian.org/med-team/orthanc/-/compare/095d623228374e6c76ccd24f8ffcce06d4c66527...b54b5bc084778361841138c31fa6d247ea49b534
--
View it on GitLab: https://salsa.debian.org/med-team/orthanc/-/compare/095d623228374e6c76ccd24f8ffcce06d4c66527...b54b5bc084778361841138c31fa6d247ea49b534
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20250819/45a9b77b/attachment-0001.htm>
More information about the debian-med-commit
mailing list