# HG changeset patch # User Sebastien Jodogne # Date 1786522008 -7200 # Node ID 93188f55b5a34dbfaf5ab82ff6064e439c05c53e # Parent 2683ca49dfea8727be23502b1c50031dc45ea37c# Parent 70385d63b1d75b5cafc201ca8cfea20853086de9 integration mainline->streaming diff -r 2683ca49dfea -r 93188f55b5a3 OrthancFramework/Sources/JobsEngine/JobsRegistry.cpp --- a/OrthancFramework/Sources/JobsEngine/JobsRegistry.cpp Wed Aug 12 10:01:49 2026 +0200 +++ b/OrthancFramework/Sources/JobsEngine/JobsRegistry.cpp Wed Aug 12 10:06:48 2026 +0200 @@ -1668,7 +1668,7 @@ case JobState_Success: case JobState_Failure: - // not counted since 1.12.11+ + // not counted since 1.13.0 break; default: diff -r 2683ca49dfea -r 93188f55b5a3 OrthancServer/Sources/OrthancFindRequestHandler.cpp --- a/OrthancServer/Sources/OrthancFindRequestHandler.cpp Wed Aug 12 10:01:49 2026 +0200 +++ b/OrthancServer/Sources/OrthancFindRequestHandler.cpp Wed Aug 12 10:06:48 2026 +0200 @@ -408,8 +408,9 @@ continue; } - if (tag.IsPrivateCreator()) // new in 1.12.11+: don't try to match PrivateCreators themselves (they are not mandatory); match only the private tags + if (tag.IsPrivateCreator()) { + // New in 1.13.0: Don't try to match PrivateCreators themselves (they are not mandatory); match only the private tags continue; }