# HG changeset patch # User Sebastien Jodogne # Date 1786521991 -7200 # Node ID 70385d63b1d75b5cafc201ca8cfea20853086de9 # Parent 2bcbb14bd94d4fd8df1a9c0b85be451768684423 1.12.11+ is now known as 1.13.0 diff -r 2bcbb14bd94d -r 70385d63b1d7 OrthancFramework/Sources/JobsEngine/JobsRegistry.cpp --- a/OrthancFramework/Sources/JobsEngine/JobsRegistry.cpp Wed Aug 12 09:51:40 2026 +0200 +++ b/OrthancFramework/Sources/JobsEngine/JobsRegistry.cpp Wed Aug 12 10:06:31 2026 +0200 @@ -1666,7 +1666,7 @@ case JobState_Success: case JobState_Failure: - // not counted since 1.12.11+ + // not counted since 1.13.0 break; default: diff -r 2bcbb14bd94d -r 70385d63b1d7 OrthancServer/Sources/OrthancFindRequestHandler.cpp --- a/OrthancServer/Sources/OrthancFindRequestHandler.cpp Wed Aug 12 09:51:40 2026 +0200 +++ b/OrthancServer/Sources/OrthancFindRequestHandler.cpp Wed Aug 12 10:06:31 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; }