<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en" style='--code-editor-font: var(--default-mono-font, "GitLab Mono"), JetBrains Mono, Menlo, DejaVu Sans Mono, Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospace;'>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>

<style data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>


<style>img {
max-width: 100%; height: auto;
}
body {
font-size: .875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px;
}
body {
font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: inherit;
}
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px; font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";'>
<div class="content">

<h3 style="margin-top: 20px; margin-bottom: 10px;">
Bas Couwenberg pushed to branch upstream at <a href="https://salsa.debian.org/debian-gis-team/geos">Debian GIS Project / geos</a>
</h3>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/debian-gis-team/geos/-/commit/6ba14ddc8b8d90d3b9d71a80ed458b622871568b">6ba14ddc</a></strong>
<div>
<span> by Bas Couwenberg </span> <i> at 2025-08-13T05:33:06+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>New upstream version 3.14.0~beta2</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
47 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#8e91c39ea457744ee86e8378b154b7f3bb28e325">
NEWS.md
</a>
</li>
<li class="file-stats">
<a href="#3c28cd96917297e8864bf1562e667fc498a41a77">
Version.txt
</a>
</li>
<li class="file-stats">
<a href="#67ca65282af536a1de00379f385ed80e2e766b04">
benchmarks/operation/CMakeLists.txt
</a>
</li>
<li class="file-stats">
<a href="#aee2ffb4a9988036ff2fd4d52bf5386ab963e3ec">
<span class="new-file">
+
benchmarks/operation/GridIntersectionPerfTest.cpp
</span>
</a>
</li>
<li class="file-stats">
<a href="#303b32d3a24ad168066dbcfb6082a6a549b96031">
capi/geos_c.cpp
</a>
</li>
<li class="file-stats">
<a href="#d7d0bc1e28dc5f2fa4ed960e71e8d9efe79c8477">
capi/geos_c.h.in
</a>
</li>
<li class="file-stats">
<a href="#1c6bc08b223925c525e97cdc3faa68f7f32f9598">
capi/geos_ts_c.cpp
</a>
</li>
<li class="file-stats">
<a href="#bfff2aa37288347e214271290cf1f72ef58e02f5">
include/geos/algorithm/Area.h
</a>
</li>
<li class="file-stats">
<a href="#b2456a5e88206db8c02d534b2ce34bee464e895c">
include/geos/algorithm/Length.h
</a>
</li>
<li class="file-stats">
<a href="#e2aa5c1df4a32bf321b54c7de38d74156fcf946c">
include/geos/geom/CoordinateSequence.h
</a>
</li>
<li class="file-stats">
<a href="#5dcdd788dda10a104650c1cc01ddc2f4a200ea52">
include/geos/geom/Envelope.h
</a>
</li>
<li class="file-stats">
<a href="#641f6b566781ff3a37b02b6e41ab372dbaa17763">
<span class="new-file">
+
include/geos/operation/grid/Cell.h
</span>
</a>
</li>
<li class="file-stats">
<a href="#bdc534c4e9eec6af363146f1970caae3b3d1ca6b">
<span class="new-file">
+
include/geos/operation/grid/Crossing.h
</span>
</a>
</li>
<li class="file-stats">
<a href="#5f8c5b2c807a291091aa11b26558ad43dfee9d1d">
<span class="new-file">
+
include/geos/operation/grid/FloodFill.h
</span>
</a>
</li>
<li class="file-stats">
<a href="#56e477b34aabac2c88658c0e07f862e380b5cc74">
<span class="new-file">
+
include/geos/operation/grid/Grid.h
</span>
</a>
</li>
<li class="file-stats">
<a href="#4f23f0daa5c9c4238e766ad94be617631f8f9eb4">
<span class="new-file">
+
include/geos/operation/grid/GridIntersection.h
</span>
</a>
</li>
<li class="file-stats">
<a href="#535713a9e1e50eeaf2794d989f64806f5d0e461e">
<span class="new-file">
+
include/geos/operation/grid/Matrix.h
</span>
</a>
</li>
<li class="file-stats">
<a href="#02a5d76ad0cde4f1184a024ce6e9976f4826f069">
<span class="new-file">
+
include/geos/operation/grid/PerimeterDistance.h
</span>
</a>
</li>
<li class="file-stats">
<a href="#feea807c840831ca8fdb7fe20c484451b58d83a5">
<span class="new-file">
+
include/geos/operation/grid/Side.h
</span>
</a>
</li>
<li class="file-stats">
<a href="#58db5a12c0b7dc256ca4266c91399c87961e7ad5">
<span class="new-file">
+
include/geos/operation/grid/Traversal.h
</span>
</a>
</li>
<li class="file-stats">
<a href="#1a9b7e7ca74523b6d48a1f3c64e4edc1b5c5b413">
<span class="new-file">
+
include/geos/operation/grid/TraversalAreas.h
</span>
</a>
</li>
<li class="file-stats">
<a href="#c857d9ac5e619b379188d78abd21dd345bc5de85">
release.md
</a>
</li>
<li class="file-stats">
<a href="#1bcae3b32b81cbd77dd2d441c67e50094f4a0bcb">
src/algorithm/Area.cpp
</a>
</li>
<li class="file-stats">
<a href="#5e68e768ec505c2a542cf62f4dd890f1bd3b4684">
src/algorithm/Length.cpp
</a>
</li>
<li class="file-stats">
<a href="#4549750fef88a5fc3769203c6b65b3292f7af466">
src/geom/CoordinateSequence.cpp
</a>
</li>
<li class="file-stats">
<a href="#4d637c539fc3d545f85fd261ba144e7502c44482">
src/geom/Envelope.cpp
</a>
</li>
<li class="file-stats">
<a href="#2f3887c2d37b4509887ee49db8189c086d387b02">
<span class="new-file">
+
src/operation/grid/Cell.cpp
</span>
</a>
</li>
<li class="file-stats">
<a href="#2ac35b687bd1e28d1b002a282e11fc5dad5d8a23">
<span class="new-file">
+
src/operation/grid/FloodFill.cpp
</span>
</a>
</li>
<li class="file-stats">
<a href="#0c9ed06aa2e17b53dfb6a9646b25ee11a224f02e">
<span class="new-file">
+
src/operation/grid/Grid.cpp
</span>
</a>
</li>
<li class="file-stats">
<a href="#2d5e3a8a2a08269eea4de31e7cd172dba16a43b9">
<span class="new-file">
+
src/operation/grid/GridIntersection.cpp
</span>
</a>
</li>
<li class="file-stats">
<a href="#49b0e87d34d89b545b42190f9741c2a1b333ff58">
<span class="new-file">
+
src/operation/grid/PerimeterDistance.cpp
</span>
</a>
</li>
<li class="file-stats">
<a href="#ded58e6db1fed5e495c92b0b1dcc87228fbf624c">
<span class="new-file">
+
src/operation/grid/Traversal.cpp
</span>
</a>
</li>
<li class="file-stats">
<a href="#92b0755a9063af6c8dbf9e57e835b52b9f935743">
<span class="new-file">
+
src/operation/grid/TraversalAreas.cpp
</span>
</a>
</li>
<li class="file-stats">
<a href="#6b40ecc02fcc922dc907cc0be70bdfc778cc5d10">
src/operation/overlayng/CoverageUnion.cpp
</a>
</li>
<li class="file-stats">
<a href="#0e6dc3e1403cbc3633f8f890c0394ef35891f9dc">
<span class="new-file">
+
tests/resources/antarctica.wkt
</span>
</a>
</li>
<li class="file-stats">
<a href="#dd35ee7828416b205205572f2852d322acddb781">
<span class="new-file">
+
tests/resources/regression4.wkt
</span>
</a>
</li>
<li class="file-stats">
<a href="#47221e7540ace5757146611cc1fe19cd83a70831">
<span class="new-file">
+
tests/resources/regression6.wkt
</span>
</a>
</li>
<li class="file-stats">
<a href="#a5a57d1d4d456c1260cdf108aa3011e0fc968890">
<span class="new-file">
+
tests/resources/russia.wkt
</span>
</a>
</li>
<li class="file-stats">
<a href="#450352df0c5c8401d625877544ccc13703b8d9fa">
tests/unit/CMakeLists.txt
</a>
</li>
<li class="file-stats">
<a href="#0c869f57907fa56711fef804b9f4fcd7e66e01ff">
tests/unit/capi/GEOSCoverageUnionTest.cpp
</a>
</li>
<li class="file-stats">
<a href="#738b46ada54e023f2157bcb73b787eaa064a172c">
<span class="new-file">
+
tests/unit/capi/GEOSGridIntersectionFractionsTest.cpp
</span>
</a>
</li>
<li class="file-stats">
<a href="#2f9776f9f12388d8adbcc9c9054f42ef143706ca">
tests/unit/geos_unit.cpp
</a>
</li>
<li class="file-stats">
<a href="#361a8302938575b4638bfd547e4561d7877dd607">
<span class="new-file">
+
tests/unit/operation/grid/GridIntersectionTest.cpp
</span>
</a>
</li>
<li class="file-stats">
<a href="#3e89ae37f213e5753d4c9dfe19ff9f3ec85cd362">
<span class="new-file">
+
tests/unit/operation/grid/GridTest.cpp
</span>
</a>
</li>
<li class="file-stats">
<a href="#951b016ac3c15ce5b248d75f457f7f1d38151f23">
<span class="new-file">
+
tests/unit/operation/grid/TraversalAreasTest.cpp
</span>
</a>
</li>
<li class="file-stats">
<a href="#e2ce1c2097a232491b3f6ec4cb2134d970d65906">
tests/unit/tut/tut_console_reporter.hpp
</a>
</li>
<li class="file-stats">
<a href="#56fcb0cf0c4c320d81d5bf2d24823294cf84d189">
tests/unit/utility.h
</a>
</li>
</ul>
<h5 style="margin-top: 10px; margin-bottom: 10px; font-size: .875rem;">
The diff was not included because it is too large.
</h5>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #626168;">

<br>
<a href="https://salsa.debian.org/debian-gis-team/geos/-/commit/6ba14ddc8b8d90d3b9d71a80ed458b622871568b">View it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target="_blank" rel="noopener noreferrer" href="https://salsa.debian.org">salsa.debian.org</a>. <a href="https://salsa.debian.org/-/profile/notifications" target="_blank" rel="noopener noreferrer" class="mng-notif-link">Manage all notifications</a> · <a href="https://salsa.debian.org/help" target="_blank" rel="noopener noreferrer" class="help-link">Help</a>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://salsa.debian.org/debian-gis-team/geos/-/commit/6ba14ddc8b8d90d3b9d71a80ed458b622871568b"}}</script>


</p>
</div>
</body>
</html>