2025-10-16  Paul Ramsey <pramsey@cleverelephant.ca>

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

2025-10-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: Reformat NEWS file a little

2025-10-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: Fix typo in ticket number

2025-10-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, postgis/postgis.sql.in: ST_ForcePolygonCCW should not flip
	lines, closes #5754

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

	* liblwgeom/measures.c, liblwgeom/measures.h: Avoid possible null
	pointer dereference. Closes #6000

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

	* postgis/lwgeom_transform.c: Add in headers for Pg19 build

2025-10-07  Maksim Korotkov <m.korotkov@postgrespro.ru>

	* extensions/address_standardizer/standard.c: address_standardizer:
	fixed memory leak The memory was not released in case of error
	handling.  Found by PostgresPro with Svace static analyzer Fixes: c6091a4bb
	("Prep to move address_standardizer into extensions folder")
	Signed-off-by: Maksim Korotkov <m.korotkov@postgrespro.ru>

2025-10-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, postgis/lwgeom_geos.c: Consistent clipping of MULTI/POINT
	(Paul Ramsey), references #5962

2025-10-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_measures.c, liblwgeom/lwalgorithm.c: Fix
	raycast for linestrings, references #5989

2025-10-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: Restore history to NEWS file

2025-10-02  Maksim Korotkov <m.korotkov@postgrespro.ru>

	* extensions/address_standardizer/std_pg_hash.c: Fix NULL-pointer
	checks for gaztab and rultab in GetStdFromPortalCache Bad copy paste
	was potential reason of NULL pointer dereference Found by Svace static analyzer.  Fixes: c6091a4bb ("Prep to move
	address_standardizer into extensions folder") Signed-off-by: Maksim
	Korotkov <m.korotkov@postgrespro.ru>

2025-10-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, liblwgeom/cunit/cu_measures.c,
	liblwgeom/cunit/cu_ptarray.c, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwalgorithm.c, liblwgeom/lwcompound.c,
	liblwgeom/measures.c, liblwgeom/ptarray.c: Fix arc/arc distance to
	handle more cases such as contained, circular, and other interesting
	arc/arc alignments that come up rarely in ordinary GIS data.  Fix
	compoundcurve distance calculations, in particular the containment
	test, which was failing for some cases.  Replaced containment test
	with a ray casting algorithm that makes more sense for
	circularstrings that the winding order algorithm did.  References
	#5989

2025-10-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* .cirrus.yml: Match cirrus config to working 3.6 entry

2025-10-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* .cirrus.yml: Revert "Remove Cirrus-CI as constant source of CI
	failure due to Cirrus resource limits" This reverts commit e612c0ad859742b6bf0bd8af0567a577419adbfa.

2025-10-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* .cirrus.yml: Remove Cirrus-CI as constant source of CI failure due
	to Cirrus resource limits

2025-10-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_pg.h: Pg19 build support

2025-10-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_sfcgal.c, loader/dbfopen.c, loader/shpopen.c: 
	Remove build warnings for latest compilers.

2025-09-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: News item for #5994

2025-09-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_out_geojson.c: Fix null pointer in ST_AsGeoJsonRow,
	references #5994

2025-09-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* News for #5991

