2026-02-08  Regina Obe <lr@pcorp.us>

	* NEWS, README.postgis, doc/release_notes.xml: Update NEWS date

2026-02-08  Regina Obe <lr@pcorp.us>

	* NEWS: NEWS update References #6043 for PostGIS 3.2.9

2026-02-08  Regina Obe <lr@pcorp.us>

	* deps/flatgeobuf/include/flatbuffers/stl_emulation.h: FLATGEOBUF
	error  - assignment of read-only member ‘postgis_flatbuffers::span<T,
	 Extent>::count_’ Closes #6043 for PostGIS 3.2.9

2026-02-07  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: Updates to
	winnie's scripts

2026-02-07  Regina Obe <lr@pcorp.us>

	* doc/release_notes.xml, extensions/upgradeable_versions.mk: Try to
	fix xml issue Add missing upgrade path

2026-02-07  Regina Obe <lr@pcorp.us>

	* NEWS, Version.config, doc/release_notes.xml: Prep for 3.2.9
	release

2026-02-07  Regina Obe <lr@pcorp.us>

	* autogen.sh: Fix support for Debian's libtool version Version string is: libtoolize (GNU libtool) 2.5.4 Debian-2.5.4-4
	Closes #5985 for PostGIS 3.2.9

2026-02-06  Regina Obe <lr@pcorp.us>

	* NEWS, extras/tiger_geocoder/pagc_normalize/pagc_tables.sql,
	extras/tiger_geocoder/tiger_loader_2012.sql,
	extras/tiger_geocoder/tiger_loader_2013.sql,
	extras/tiger_geocoder/tiger_loader_2014.sql,
	extras/tiger_geocoder/tiger_loader_2015.sql,
	extras/tiger_geocoder/tiger_loader_2016.sql,
	extras/tiger_geocoder/tiger_loader_2017.sql,
	extras/tiger_geocoder/tiger_loader_2018.sql,
	extras/tiger_geocoder/tiger_loader_2019.sql,
	extras/tiger_geocoder/tiger_loader_2020.sql,
	extras/tiger_geocoder/tiger_loader_2021.sql:  TIGER EXTENSION SECURITY fix   - Ensure tables are created by tiger extension and bale if not.      Patch provided by Andrey Borodin (Yandex)     Closes #5998 for PostGIS 3.2.9

2026-01-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: News item for 680639af5

2026-01-20  Maksim Korotkov <m.korotkov@postgrespro.ru>

	* extensions/address_standardizer/standard.c: Avoid potential NULL
	dereference in std_free() After check against NULL the pointer std
	-> pagc_p was used unsafely.  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>

2026-01-14  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwalgorithm.c, liblwgeom/ptarray.c: Stop using a
	tolerance for point-same functions Closes #6023 again in 3.2 branch (3.2.9dev) This is partially reverts previous commit

2026-01-13  Sandro Santilli <strk@kbt.io>

	* NEWS, liblwgeom/cunit/cu_ptarray.c, liblwgeom/ptarray.c: Fix
	robustness issue in ptarray_contains_point Closes #6023 in 3.2 branch (3.2.9dev) Includes unit test

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

	* NEWS, liblwgeom/cunit/cu_gserialized2.c,
	liblwgeom/gserialized2.c, liblwgeom/lwin_wkb.c: Convert
	POLYGON(EMPTY) a polygon with an empty ring into POLYGON EMPTY a
	polygon with no rings, in the WKB input routine. Handle any existing
	POLYGON(EMPTY) in the gserialized_is_empty routine. References #6028

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

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

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-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: News item for f29425e4c

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

	* 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: 
	Update distance calculations for CurvePolygon, references #5989

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

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

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

	* NEWS: News for #5991

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

	* Ensure DISTPTS gets updated correctly in arc distance cases,
	references #5991

