2023-05-29  Regina Obe <lr@pcorp.us>

	* doc/release_notes.xml: Fix docbook invalid error

2023-05-29  Regina Obe <lr@pcorp.us>

	* .woodpecker/docs.yml, NEWS: Update dates, force build of docs
	always on woodpecker

2023-05-29  Regina Obe <lr@pcorp.us>

	* NEWS, README.postgis, Version.config, doc/release_notes.xml,
	extensions/upgradeable_versions.mk: Prep for 3.2.5 release

2023-05-28  Regina Obe <lr@pcorp.us>

	* regress/core/tickets.sql, regress/core/tickets_expected: Add
	regression test for #5378

2023-01-27  Regina Obe <lr@pcorp.us>

	* NEWS, extras/tiger_geocoder/geocode/reverse_geocode.sql: Prefer
	street segments that have a street name and address range over those
	missing either piece, as long as they are within 70 meters of
	reference point References #5331 for PostGIS 3.2.4

2023-05-17  Sandro Santilli <strk@kbt.io>

	* postgis/geography_inout.c: Fix write past end of block in GML
	output References #5384 in 3.2 branch (3.2.5dev)

2023-05-17  Sandro Santilli <strk@kbt.io>

	* NEWS, postgis/geography_inout.c, regress/core/out_gml.sql,
	regress/core/out_gml_expected, regress/core/tests.mk.in: Fix crash
	in ST_AsGML when given id is longer than given prefix Includes regress test.  References #5384 in 3.2 branch (3.2.5dev)

2023-05-16  Sandro Santilli <strk@kbt.io>

	* ci/berrie/postgis_regress.sh, ci/bessie/postgis_regress.sh,
	ci/bessie32/postgis_regress.sh, ci/dronie/postgis_regress.sh: Use
	library minor version in berrie, bessie and dronie too

2023-05-16  Sandro Santilli <strk@kbt.io>

	* ci/debbie/postgis_regress.sh: Have debbie build with library minor
	version Reduces chances of conflicts between CI builds.  See
	https://debbie.postgis.net/job/PostGIS_Regress/25034/console

2023-05-12  Sandro Santilli <strk@kbt.io>

	* .woodpecker/docs.yml, .woodpecker/regress.yml: Add woodpecker
	config

2023-05-12  Sandro Santilli <strk@kbt.io>

	* regress/hooks/hook-after-upgrade.sql: Fix upgrade test by dropping
	deprecated function after upgrade

2023-05-12  Sandro Santilli <strk@kbt.io>

	* NEWS, postgis/geography.sql.in,
	postgis/postgis_after_upgrade.sql,
	regress/hooks/hook-after-upgrade.sql,
	regress/hooks/hook-before-upgrade.sql: Fix 2.5 upgrades with views
	using geography based ST_Distance Include tests References #5380 in 3.2 branch (3.2.5dev)

2023-05-12  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in: Encode dependency of postgis.sql on its
	effective sources

2023-04-21  Regina Obe <lr@pcorp.us>

	* raster/test/cunit/cu_gdal.c: Get rid of no longer used variable.  Reference #5366 for PostGIS 3.2.5dev

2023-04-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, postgis/geography.sql.in: Retain SRID through
	ST_Buffer(geography) call, references #5378

2023-04-21  Regina Obe <lr@pcorp.us>

	* raster/test/cunit/cu_gdal.c: Change gdal polygonize tests to be
	sum of areas and values instead of checking individual elements.
	This is to account for GDAL 3.7 results array sorted in different
	order from prior versions.  References #5366 for PostGIS 3.2.5

2023-04-14  Paul Norman <penorman@mac.com>

	* NEWS: Remove invisible unicode in NEWS file A U+FFFC character got into the NEWS file, causing warning messages
	in gitea.

2023-03-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: Add news entry for #5363

2023-03-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_geos_cluster.c: Add an interrupt check in dbscan

2023-02-26  Regina Obe <lr@pcorp.us>

	* Reject infinite coordinates in _ST_BestSRID to prevent crash on ARM (maybe other systems too) References #5347
	for PostGIS 3.2.5 Also change convert to gserialized logic to use newer syntax

