From afbdd0898f0e4aa2fbae0a50d1a0c1d6bd6396a3 Mon Sep 17 00:00:00 2001 From: Gage Larsen Date: Tue, 18 Aug 2026 09:53:56 -0600 Subject: [PATCH] Bump xmsgrid to 9.1.0 and xmsinterp to 7.0.11 xmsgrid 9.1.0 carries the fix for issue 0015785 (HydroAS arcs snap weirdly), which narrows GmMultiPolyIntersector output where an entry had no matching exit, plus the new GmPtSearch::PtsInBoxInRtree entry point. xmsinterp 7.0.11 is the dependency-only release that picks it up. xms_dependencies pins exact versions, so both edits are required for this library to build against the fix. Both are published on aquaveo-stable and aquaveo-vs2019 at matching recipe revisions (xmsgrid 42868225..., xmsinterp a96a6a95...). No source change; `xmsconan ci` regenerates byte-identical workflows. --- build.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.toml b/build.toml index 1917b521..5b4e6748 100644 --- a/build.toml +++ b/build.toml @@ -14,8 +14,8 @@ endif() xms_dependencies = [ { name = "xmscore", version = "7.0.12" }, - { name = "xmsgrid", version = "9.0.11" }, - { name = "xmsinterp", version = "7.0.10" } + { name = "xmsgrid", version = "9.1.0" }, + { name = "xmsinterp", version = "7.0.11" } ] extra_export_sources = [