Sebastien Jodogne pushed to branch master at Debian Med / orthanc


Commits:
aef4b2eb by jodogne-guest at 2026-08-16T01:04:54+02:00
using system-wide minizip

- - - - -
83e711b3 by jodogne-guest at 2026-08-16T01:05:10+02:00
New upstream version 1.13.0+dfsg
- - - - -
9a939540 by jodogne-guest at 2026-08-16T01:05:11+02:00
Update upstream source from tag 'upstream/1.13.0+dfsg'

Update to upstream version '1.13.0+dfsg'
with Debian dir dd49544192728402b0915a418b87334d2565133c
- - - - -
6476398e by jodogne-guest at 2026-08-16T01:09:28+02:00
preparing for 1.13.0+dfsg-1

- - - - -
2795adec by jodogne-guest at 2026-08-16T01:11:17+02:00
added -DUSE_SYSTEM_MINIZIP=ON

- - - - -
de4effef by jodogne-guest at 2026-08-16T01:25:39+02:00
updated configuration files

- - - - -
169d44cf by jodogne-guest at 2026-08-16T01:34:11+02:00
updated configuration files

- - - - -
d89a169a by jodogne-guest at 2026-08-16T12:44:14+02:00
Upload to unstable

- - - - -


343 changed files:

- + .github/workflows/mirror.yml
- .hg_archival.txt
- .hgignore
- CITATION.cff
- NEWS
- OrthancFramework/Resources/CMake/BoostConfiguration.cmake
- OrthancFramework/Resources/CMake/BoostConfigurationStatic-1.69.0.cmake
- OrthancFramework/Resources/CMake/CivetwebConfiguration.cmake
- OrthancFramework/Resources/CMake/DcmtkConfigurationStatic-3.7.0.cmake
- OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake
- OrthancFramework/Resources/CMake/DownloadPackage.cmake
- OrthancFramework/Resources/CMake/OrthancFrameworkConfiguration.cmake
- OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake
- + OrthancFramework/Resources/CMake/PatchList.cpp.in
- + OrthancFramework/Resources/CMake/PatchList.h.in
- + OrthancFramework/Resources/CheckValueRepresentations.py
- OrthancFramework/Resources/CheckOrthancFrameworkSymbols.py → 
OrthancFramework/Resources/Graveyard/CheckOrthancFrameworkSymbols.py
- + OrthancFramework/Resources/Patches/dcmtk-3.7.0-max-nested-sequence.patch
- OrthancFramework/Resources/ThirdParty/base64/base64.cpp
- − OrthancFramework/Resources/ThirdParty/minizip/NOTES
- − OrthancFramework/Resources/ThirdParty/minizip/SyncMinizip.py
- − OrthancFramework/Resources/ThirdParty/minizip/crypt.h
- − OrthancFramework/Resources/ThirdParty/minizip/ints.h
- − OrthancFramework/Resources/ThirdParty/minizip/ioapi.c
- − OrthancFramework/Resources/ThirdParty/minizip/ioapi.h
- − OrthancFramework/Resources/ThirdParty/minizip/skipset.h
- − OrthancFramework/Resources/ThirdParty/minizip/unzip.c
- − OrthancFramework/Resources/ThirdParty/minizip/unzip.h
- − OrthancFramework/Resources/ThirdParty/minizip/zip.c
- − OrthancFramework/Resources/ThirdParty/minizip/zip.h
- OrthancFramework/SharedLibrary/OrthancFramework.h.in
- OrthancFramework/Sources/Cache/ICachePageProvider.h
- OrthancFramework/Sources/Cache/ICacheable.h
- OrthancFramework/Sources/Cache/MemoryCache.cpp
- OrthancFramework/Sources/Cache/MemoryCache.h
- OrthancFramework/Sources/Cache/MemoryObjectCache.cpp
- OrthancFramework/Sources/Cache/MemoryObjectCache.h
- OrthancFramework/Sources/Cache/MemoryStringCache.cpp
- OrthancFramework/Sources/Cache/MemoryStringCache.h
- + OrthancFramework/Sources/Cache/SharedObjectCache.cpp
- + OrthancFramework/Sources/Cache/SharedObjectCache.h
- OrthancFramework/Sources/ChunkedBuffer.cpp
- OrthancFramework/Sources/Compatibility.h
- OrthancFramework/Sources/Compression/GzipCompressor.cpp
- OrthancFramework/Sources/Compression/ZipReader.cpp
- OrthancFramework/Sources/Compression/ZipWriter.cpp
- OrthancFramework/Sources/Compression/ZlibCompressor.cpp
- + OrthancFramework/Sources/Constants.h
- + OrthancFramework/Sources/DataSource/BaseDataIdentifier.cpp
- + OrthancFramework/Sources/DataSource/BaseDataIdentifier.h
- + OrthancFramework/Sources/DataSource/DataSourceAnswer.cpp
- + OrthancFramework/Sources/DataSource/DataSourceAnswer.h
- + OrthancFramework/Sources/DataSource/DataSourceMemoryBudget.cpp
- + OrthancFramework/Sources/DataSource/DataSourceMemoryBudget.h
- + OrthancFramework/Sources/DataSource/DataSourceReader.cpp
- + OrthancFramework/Sources/DataSource/DataSourceReader.h
- + OrthancFramework/Sources/DataSource/DataSourceRequest.cpp
- + OrthancFramework/Sources/DataSource/DataSourceRequest.h
- + OrthancFramework/Sources/DataSource/DataSourceSequentialReader.cpp
- + OrthancFramework/Sources/DataSource/DataSourceSequentialReader.h
- + OrthancFramework/Sources/DataSource/DicomDataSource.cpp
- + OrthancFramework/Sources/DataSource/DicomDataSource.h
- + OrthancFramework/Sources/DataSource/DicomSequentialReader.cpp
- + OrthancFramework/Sources/DataSource/DicomSequentialReader.h
- + OrthancFramework/Sources/DataSource/IDataIdentifier.h
- + OrthancFramework/Sources/DataSource/IDataSource.h
- + OrthancFramework/Sources/DataSource/StorageAreaDataSource.cpp
- + OrthancFramework/Sources/DataSource/StorageAreaDataSource.h
- + OrthancFramework/Sources/DataSource/TranscoderDataSource.cpp
- + OrthancFramework/Sources/DataSource/TranscoderDataSource.h
- OrthancFramework/Sources/DicomFormat/DicomArray.cpp
- OrthancFramework/Sources/DicomFormat/DicomImageInformation.cpp
- OrthancFramework/Sources/DicomFormat/DicomImageInformation.h
- OrthancFramework/Sources/DicomFormat/DicomIntegerPixelAccessor.cpp
- OrthancFramework/Sources/DicomFormat/DicomMap.cpp
- OrthancFramework/Sources/DicomFormat/DicomStreamReader.cpp
- OrthancFramework/Sources/DicomFormat/DicomTag.cpp
- OrthancFramework/Sources/DicomFormat/DicomTag.h
- OrthancFramework/Sources/DicomFormat/DicomValue.cpp
- OrthancFramework/Sources/DicomFormat/DicomValue.h
- OrthancFramework/Sources/DicomFormat/StreamBlockReader.cpp
- OrthancFramework/Sources/DicomNetworking/DicomAssociation.cpp
- OrthancFramework/Sources/DicomNetworking/DicomAssociationParameters.cpp
- OrthancFramework/Sources/DicomNetworking/DicomConnectionInfo.cpp
- OrthancFramework/Sources/DicomNetworking/DicomControlUserConnection.cpp
- OrthancFramework/Sources/DicomNetworking/DicomFindAnswers.cpp
- OrthancFramework/Sources/DicomNetworking/DicomFindAnswers.h
- OrthancFramework/Sources/DicomNetworking/DicomServer.cpp
- OrthancFramework/Sources/DicomNetworking/DicomServer.h
- OrthancFramework/Sources/DicomNetworking/DicomStoreUserConnection.cpp
- OrthancFramework/Sources/DicomNetworking/Internals/CommandDispatcher.cpp
- OrthancFramework/Sources/DicomNetworking/Internals/DicomTls.cpp
- OrthancFramework/Sources/DicomNetworking/Internals/GetScp.cpp
- OrthancFramework/Sources/DicomNetworking/TimeoutDicomConnectionManager.cpp
- OrthancFramework/Sources/DicomParsing/DcmtkTranscoder.cpp
- OrthancFramework/Sources/DicomParsing/DicomDirWriter.cpp
- OrthancFramework/Sources/DicomParsing/DicomModification.cpp
- OrthancFramework/Sources/DicomParsing/DicomWebJsonVisitor.cpp
- OrthancFramework/Sources/DicomParsing/DicomWebJsonVisitor.h
- OrthancFramework/Sources/DicomParsing/FromDcmtkBridge.cpp
- OrthancFramework/Sources/DicomParsing/FromDcmtkBridge.h
- OrthancFramework/Sources/DicomParsing/IDicomTranscoder.cpp
- OrthancFramework/Sources/DicomParsing/IDicomTranscoder.h
- OrthancFramework/Sources/DicomParsing/ITagVisitor.h
- OrthancFramework/Sources/DicomParsing/Internals/DicomFrameIndex.cpp
- OrthancFramework/Sources/DicomParsing/Internals/DicomImageDecoder.cpp
- OrthancFramework/Sources/DicomParsing/Internals/DicomImageDecoder.h
- OrthancFramework/Sources/DicomParsing/Internals/SopInstanceUidFixer.cpp
- OrthancFramework/Sources/DicomParsing/ParsedDicomCache.cpp
- OrthancFramework/Sources/DicomParsing/ParsedDicomCache.h
- OrthancFramework/Sources/DicomParsing/ParsedDicomDir.cpp
- OrthancFramework/Sources/DicomParsing/ParsedDicomFile.cpp
- OrthancFramework/Sources/DicomParsing/ParsedDicomFile.h
- OrthancFramework/Sources/DicomParsing/ToDcmtkBridge.cpp
- OrthancFramework/Sources/Enumerations.cpp
- OrthancFramework/Sources/Enumerations.h
- OrthancFramework/Sources/FileBuffer.cpp
- OrthancFramework/Sources/FileStorage/FilesystemStorage.cpp
- OrthancFramework/Sources/FileStorage/FilesystemStorage.h
- OrthancFramework/Sources/FileStorage/MemoryStorageArea.cpp
- OrthancFramework/Sources/FileStorage/StorageAccessor.cpp
- OrthancFramework/Sources/FileStorage/StorageAccessor.h
- − OrthancFramework/Sources/FileStorage/StorageCache.cpp
- − OrthancFramework/Sources/FileStorage/StorageCache.h
- + OrthancFramework/Sources/FileStorage/StorageRange.cpp
- + OrthancFramework/Sources/FileStorage/StorageRange.h
- OrthancFramework/Sources/HttpClient.cpp
- OrthancFramework/Sources/HttpServer/BufferHttpSender.cpp
- OrthancFramework/Sources/HttpServer/BufferHttpSender.h
- OrthancFramework/Sources/HttpServer/FilesystemHttpSender.cpp
- OrthancFramework/Sources/HttpServer/HttpContentNegociation.cpp
- OrthancFramework/Sources/HttpServer/HttpOutput.cpp
- OrthancFramework/Sources/HttpServer/HttpOutput.h
- OrthancFramework/Sources/HttpServer/HttpServer.cpp
- OrthancFramework/Sources/HttpServer/HttpServer.h
- OrthancFramework/Sources/HttpServer/HttpStreamTranscoder.cpp
- OrthancFramework/Sources/HttpServer/MultipartStreamReader.cpp
- OrthancFramework/Sources/HttpServer/StringMatcher.cpp
- OrthancFramework/Sources/HttpServer/WebDavStorage.cpp
- OrthancFramework/Sources/IMemoryBuffer.h
- OrthancFramework/Sources/Images/Font.cpp
- OrthancFramework/Sources/Images/ImageAccessor.cpp
- OrthancFramework/Sources/Images/ImageAccessor.h
- OrthancFramework/Sources/Images/ImageBuffer.cpp
- OrthancFramework/Sources/Images/ImageProcessing.cpp
- OrthancFramework/Sources/Images/ImageProcessing.h
- OrthancFramework/Sources/Images/JpegReader.cpp
- OrthancFramework/Sources/Images/JpegWriter.cpp
- OrthancFramework/Sources/Images/NumpyWriter.cpp
- OrthancFramework/Sources/Images/PamReader.cpp
- OrthancFramework/Sources/Images/PamWriter.cpp
- OrthancFramework/Sources/Images/PngReader.cpp
- OrthancFramework/Sources/Images/PngWriter.cpp
- OrthancFramework/Sources/JobsEngine/JobsEngine.cpp
- OrthancFramework/Sources/JobsEngine/JobsRegistry.cpp
- OrthancFramework/Sources/JobsEngine/JobsRegistry.h
- OrthancFramework/Sources/JobsEngine/Operations/JobOperationValues.cpp
- OrthancFramework/Sources/JobsEngine/Operations/JobOperationValues.h
- OrthancFramework/Sources/JobsEngine/Operations/SequenceOfOperationsJob.cpp
- OrthancFramework/Sources/JobsEngine/Operations/SequenceOfOperationsJob.h
- OrthancFramework/Sources/JobsEngine/SetOfCommandsJob.cpp
- OrthancFramework/Sources/Logging.cpp
- OrthancFramework/Sources/Logging.h
- OrthancFramework/Sources/MallocMemoryBuffer.cpp
- OrthancFramework/Sources/MallocMemoryBuffer.h
- OrthancFramework/Sources/MetricsRegistry.cpp
- OrthancFramework/Sources/MetricsRegistry.h
- + OrthancFramework/Sources/MultiThreading/CallableGroup.cpp
- + OrthancFramework/Sources/MultiThreading/CallableGroup.h
- + OrthancFramework/Sources/MultiThreading/ICallable.h
- + OrthancFramework/Sources/MultiThreading/IExecutorService.h
- + OrthancFramework/Sources/MultiThreading/IFuture.h
- + OrthancFramework/Sources/MultiThreading/IRunnable.h
- + OrthancFramework/Sources/MultiThreading/Internals/FutureState.cpp
- + OrthancFramework/Sources/MultiThreading/Internals/FutureState.h
- + OrthancFramework/Sources/MultiThreading/Internals/ThreadPoolFuture.cpp
- + OrthancFramework/Sources/MultiThreading/Internals/ThreadPoolFuture.h
- OrthancFramework/Sources/MultiThreading/Mutex.h
- OrthancFramework/Sources/MultiThreading/ReaderWriterLock.h
- OrthancFramework/Sources/MultiThreading/RunnableWorkersPool.cpp
- + OrthancFramework/Sources/MultiThreading/SequentialExecutorService.cpp
- + OrthancFramework/Sources/MultiThreading/SequentialExecutorService.h
- OrthancFramework/Sources/MultiThreading/SharedMessageQueue.cpp
- OrthancFramework/Sources/MultiThreading/SharedMessageQueue.h
- + OrthancFramework/Sources/MultiThreading/ThreadPool.cpp
- + OrthancFramework/Sources/MultiThreading/ThreadPool.h
- OrthancFramework/Sources/OrthancException.h
- OrthancFramework/Sources/RestApi/RestApi.cpp
- OrthancFramework/Sources/RestApi/RestApiOutput.cpp
- OrthancFramework/Sources/RestApi/RestApiOutput.h
- OrthancFramework/Sources/RestApi/RestApiPath.cpp
- OrthancFramework/Sources/SQLite/Connection.cpp
- OrthancFramework/Sources/SQLite/Statement.cpp
- OrthancFramework/Sources/SerializationToolbox.cpp
- OrthancFramework/Sources/SerializationToolbox.h
- OrthancFramework/Sources/SharedLibrary.cpp
- OrthancFramework/Sources/StringMemoryBuffer.cpp
- OrthancFramework/Sources/StringMemoryBuffer.h
- OrthancFramework/Sources/SystemToolbox.cpp
- OrthancFramework/Sources/Toolbox.cpp
- OrthancFramework/Sources/Toolbox.h
- OrthancFramework/UnitTestsSources/CMakeLists.txt
- + OrthancFramework/UnitTestsSources/DataSourceTests.cpp
- OrthancFramework/UnitTestsSources/DicomMapTests.cpp
- OrthancFramework/UnitTestsSources/FileStorageTests.cpp
- OrthancFramework/UnitTestsSources/FrameworkTests.cpp
- OrthancFramework/UnitTestsSources/FromDcmtkTests.cpp
- OrthancFramework/UnitTestsSources/ImageProcessingTests.cpp
- OrthancFramework/UnitTestsSources/ImageTests.cpp
- OrthancFramework/UnitTestsSources/JobsTests.cpp
- OrthancFramework/UnitTestsSources/LoggingTests.cpp
- OrthancFramework/UnitTestsSources/MemoryCacheTests.cpp
- OrthancFramework/UnitTestsSources/RestApiTests.cpp
- OrthancFramework/UnitTestsSources/SharedLibraryUnitTests.cpp
- OrthancFramework/UnitTestsSources/StreamTests.cpp
- OrthancFramework/UnitTestsSources/ToolboxTests.cpp
- OrthancFramework/UnitTestsSources/ZipTests.cpp
- OrthancServer/CMakeLists.txt
- OrthancServer/Plugins/Engine/OrthancPluginDatabase.cpp
- OrthancServer/Plugins/Engine/OrthancPluginDatabaseV3.cpp
- OrthancServer/Plugins/Engine/OrthancPluginDatabaseV4.cpp
- 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/PluginsJob.cpp
- OrthancServer/Plugins/Engine/PluginsJob.h
- OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h
- OrthancServer/Plugins/Include/orthanc/OrthancPluginCodeModel.json
- OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp
- OrthancServer/Plugins/Samples/Common/OrthancPluginException.h
- OrthancServer/Plugins/Samples/DelayedDeletion/Plugin.cpp
- OrthancServer/Plugins/Samples/MultitenantDicom/FindRequestHandler.cpp
- OrthancServer/Plugins/Samples/MultitenantDicom/MultitenantDicomServer.cpp
- + OrthancServer/Resources/AdvancedConfiguration.json
- OrthancServer/Resources/Configuration.json
- OrthancServer/Resources/ImplementationNotes/JobsEngineClasses.txt
- OrthancServer/Resources/RunCppCheck-2.1.sh
- OrthancServer/Resources/RunCppCheck-2.17.0.sh
- OrthancServer/Resources/RunCppCheck-2.17.1.sh
- OrthancServer/Resources/RunCppCheck-2.20.0.sh
- + OrthancServer/Resources/orthanc.clang-tidy
- OrthancServer/Sources/Database/BaseCompatibilityTransaction.cpp
- OrthancServer/Sources/Database/Compatibility/DatabaseLookup.cpp
- OrthancServer/Sources/Database/Compatibility/GenericFind.cpp
- OrthancServer/Sources/Database/Compatibility/ILookupResourceAndParent.cpp
- OrthancServer/Sources/Database/Compatibility/SetOfResources.cpp
- OrthancServer/Sources/Database/FindResponse.cpp
- OrthancServer/Sources/Database/ResourcesContent.cpp
- OrthancServer/Sources/Database/SQLiteDatabaseWrapper.cpp
- OrthancServer/Sources/Database/SQLiteDatabaseWrapper.h
- OrthancServer/Sources/Database/StatelessDatabaseOperations.cpp
- OrthancServer/Sources/Database/StatelessDatabaseOperations.h
- OrthancServer/Sources/Database/VoidDatabaseListener.cpp
- OrthancServer/Sources/DicomInstanceOrigin.cpp
- OrthancServer/Sources/ExportedResource.cpp
- OrthancServer/Sources/LuaScripting.cpp
- OrthancServer/Sources/LuaScripting.h
- OrthancServer/Sources/OrthancConfiguration.cpp
- OrthancServer/Sources/OrthancConfiguration.h
- OrthancServer/Sources/OrthancFindRequestHandler.cpp
- OrthancServer/Sources/OrthancGetRequestHandler.cpp
- OrthancServer/Sources/OrthancGetRequestHandler.h
- OrthancServer/Sources/OrthancHttpHandler.cpp
- OrthancServer/Sources/OrthancInitialization.cpp
- OrthancServer/Sources/OrthancInitialization.h
- OrthancServer/Sources/OrthancMoveRequestHandler.cpp
- OrthancServer/Sources/OrthancRestApi/OrthancRestAnonymizeModify.cpp
- OrthancServer/Sources/OrthancRestApi/OrthancRestApi.cpp
- OrthancServer/Sources/OrthancRestApi/OrthancRestApi.h
- OrthancServer/Sources/OrthancRestApi/OrthancRestArchive.cpp
- OrthancServer/Sources/OrthancRestApi/OrthancRestModalities.cpp
- OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp
- OrthancServer/Sources/OrthancRestApi/OrthancRestSystem.cpp
- + OrthancServer/Sources/OrthancRestApi/ThirdPartyVersions.cpp
- OrthancServer/Sources/IDicomImageDecoder.h → 
OrthancServer/Sources/OrthancRestApi/ThirdPartyVersions.h
- OrthancServer/Sources/OrthancWebDav.cpp
- OrthancServer/Sources/QueryRetrieveHandler.cpp
- OrthancServer/Sources/ResourceFinder.cpp
- OrthancServer/Sources/Search/DatabaseDicomTagConstraints.cpp
- OrthancServer/Sources/Search/DatabaseLookup.cpp
- OrthancServer/Sources/Search/DicomTagConstraint.cpp
- OrthancServer/Sources/Search/HierarchicalMatcher.cpp
- OrthancServer/Sources/Search/ISqlLookupFormatter.cpp
- OrthancServer/Sources/ServerContext.cpp
- OrthancServer/Sources/ServerContext.h
- OrthancServer/Sources/ServerEnumerations.cpp
- OrthancServer/Sources/ServerEnumerations.h
- OrthancServer/Sources/ServerIndex.cpp
- OrthancServer/Sources/ServerJobs/ArchiveJob.cpp
- OrthancServer/Sources/ServerJobs/ArchiveJob.h
- OrthancServer/Sources/ServerJobs/CleaningInstancesJob.cpp
- OrthancServer/Sources/ServerJobs/DicomGetScuJob.cpp
- OrthancServer/Sources/ServerJobs/DicomModalityStoreJob.cpp
- OrthancServer/Sources/ServerJobs/DicomModalityStoreJob.h
- OrthancServer/Sources/ServerJobs/DicomMoveScuJob.cpp
- OrthancServer/Sources/ServerJobs/LuaJobManager.cpp
- OrthancServer/Sources/ServerJobs/MergeStudyJob.cpp
- OrthancServer/Sources/ServerJobs/Operations/DicomInstanceOperationValue.cpp
- OrthancServer/Sources/ServerJobs/Operations/ModifyInstanceOperation.cpp
- OrthancServer/Sources/ServerJobs/Operations/StoreScuOperation.cpp
- OrthancServer/Sources/ServerJobs/OrthancPeerStoreJob.cpp
- OrthancServer/Sources/ServerJobs/OrthancPeerStoreJob.h
- OrthancServer/Sources/ServerJobs/ResourceModificationJob.cpp
- OrthancServer/Sources/ServerJobs/SplitStudyJob.cpp
- OrthancServer/Sources/ServerJobs/StorageCommitmentScpJob.cpp
- OrthancServer/Sources/ServerJobs/StoreJob.cpp
- OrthancServer/Sources/ServerJobs/StoreJob.h
- − OrthancServer/Sources/ServerJobs/ThreadedInstancesLoader.cpp
- − OrthancServer/Sources/ServerJobs/ThreadedInstancesLoader.h
- OrthancServer/Sources/ServerJobs/ThreadedSetOfInstancesJob.cpp
- OrthancServer/Sources/ServerJobs/ThreadedSetOfInstancesJob.h
- OrthancServer/Sources/ServerToolbox.cpp
- + OrthancServer/Sources/ServerTranscoder.cpp
- + OrthancServer/Sources/ServerTranscoder.h
- OrthancServer/Sources/SliceOrdering.cpp
- OrthancServer/Sources/StorageCommitmentReports.cpp
- OrthancServer/Sources/main.cpp
- OrthancServer/UnitTestsSources/PluginsTests.cpp
- OrthancServer/UnitTestsSources/ServerConfigTests.cpp
- OrthancServer/UnitTestsSources/ServerIndexTests.cpp
- OrthancServer/UnitTestsSources/ServerJobsTests.cpp
- − OrthancServer/UnitTestsSources/SizeOfTests.cpp
- − OrthancServer/UnitTestsSources/SizeOfTests.impl.h
- OrthancServer/UnitTestsSources/UnitTestsMain.cpp
- TODO
- debian/changelog
- + debian/configuration/advanced.json
- debian/configuration/orthanc.json
- debian/control
- debian/copyright
- debian/docs/Orthanc.8
- debian/docs/OrthancRecoverCompressedFile.8
- debian/docs/orthanc_upgrade.8
- debian/liborthancframework1.12.11.install → 
debian/liborthancframework1.13.0.install
- debian/orthanc.install
- − debian/patches/image-accessor
- − debian/patches/series
- debian/rules
- + publiccode.yml


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/med-team/orthanc/-/compare/28d0677ff72669a27cd06d655b1ef4b429ec708f...d89a169aee5629f4138da49a4b00da08c90a483e

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/orthanc/-/compare/28d0677ff72669a27cd06d655b1ef4b429ec708f...d89a169aee5629f4138da49a4b00da08c90a483e
You're receiving this email because of your account on salsa.debian.org. Manage 
all notifications: https://salsa.debian.org/-/profile/notifications | Help: 
https://salsa.debian.org/help


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to