2024-09-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* README.postgis, Version.config, doc/release_notes.xml,
	extensions/upgradeable_versions.mk: Bump versions for 3.3.7

2024-09-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/core/relate.sql, regress/core/relate_expected,
	regress/core/tests.mk.in, utils/check_tests_enabled.sh: Prepare 3.3
	for GEOS 3.13

2024-08-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Fix mis-matched prototypes in pagc_std_api.h

2024-08-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_print.c, liblwgeom/lwprint.c: Fix
	St_AsLatLonText Rounding Errors, references #5745

2024-08-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: entry for #5765

2024-08-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_tree.c, liblwgeom/lwgeodetic.c,
	liblwgeom/lwgeodetic_tree.c: Handle nearly co-linear edges with
	slightly less slop, reference #5765

2024-08-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: NEWS for #5740

2024-08-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c, postgis/lwgeom_spheroid.c: Error in
	ST_DistanceSpheroid due to planar box leaking into geodetic code,
	references #5740

2024-07-27  Regina Obe <lr@pcorp.us>

	* doc/postgis.xml: Update docs to reflect that 3.3 works with
	PostgreSQL 17

2024-07-26  Sandro Santilli <strk@kbt.io>

	* NEWS, topology/sql/manage/ValidateTopology.sql.in,
	topology/test/regress/validatetopology.sql,
	topology/test/regress/validatetopology_expected: Always report
	invalid non-null MBR of universal face Even when no bbox is given to ValidateTopology.  Closes #5766 in 3.3 branch (3.3.7dev) Includes regress test

2024-07-05  Regina Obe <lr@pcorp.us>

	* NEWS, libpgcommon/lwgeom_pg.c: Fix regression failures against
	PG17 Closes #5687 for PostGIS 3.3.7 Closes #5756 for PostGIS 3.3.7

2024-07-05  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/package_postgis.sh,
	ci/winnie/regress_postgis.sh, ci/winnie/winnie_common.sh: Streamline
	winnie build, and update to GEOS 3.12.2

2024-06-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, loader/Makefile.in: Allow rpath setting in MacOS to
	support geos/proj linking in usr/local/lib

2024-04-29  Sandro Santilli <strk@kbt.io>

	* NEWS, liblwgeom/lwgeom_topo.c,
	topology/test/regress/topogeo_addlinestring_robust.sql,
	topology/test/regress/topogeo_addlinestring_robust_expected,
	topology/test/tests.mk: Revert "Compute tolerance by edge, when
	adding intersection points" This reverts commit be6e939cd023ceeba833b8b0aef1df7534ddcb40.

2024-04-29  Sandro Santilli <strk@kbt.io>

	* NEWS, liblwgeom/lwgeom_topo.c,
	topology/test/regress/topogeo_addlinestring_robust.sql,
	topology/test/regress/topogeo_addlinestring_robust_expected,
	topology/test/tests.mk: Compute tolerance by edge, when adding
	intersection points Increases noding robustness.  Closes ticket #5722 in 3.3 branch
	(3.3.7dev) Includes regression test

2024-03-25  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Have _lwt_CheckEdgeCrossing check for
	interior-boundary intersections So far only interior-interior intersections have been checked by the
	function, missing an important kind of invalid edge addition.  In stable-3.3 branch: References #5699 References #5711 References
	#5722

2024-04-08  Sandro Santilli <strk@kbt.io>

	* NEWS, liblwgeom/lwgeom_topo.c,
	topology/test/regress/st_changeedgegeom.sql,
	topology/test/regress/st_changeedgegeom_expected: Make sure
	ST_ChangeEdgeGeom gets a fit view on edge's bounding boxes Reference #5709 in 3.3 branch (3.3.7dev) Includes regression testcase

2024-03-30  Regina Obe <lr@pcorp.us>

	* regress/core/geography_centroid.sql,
	regress/core/geography_centroid_expected: Fix regression issue on
	32-bit and arm failures References #5704 for PostGIS 3.3.7

2024-03-28  Regina Obe <lr@pcorp.us>

	* Try to fix remaining woodpecker warnings

