2020-11-20  Regina Obe <lr@pcorp.us>

	* NEWS, doc/release_notes.xml: Change release date missed 11/19

2020-11-20  Regina Obe <lr@pcorp.us>

	* topology/test/query_features.sql,
	topology/test/regress/legacy_query_expected,
	topology/test/regress/st_createtopogeo.sql,
	topology/test/regress/st_createtopogeo_expected,
	topology/test/regress/topogeo_addlinestring.sql,
	topology/test/regress/topogeo_addlinestring_expected: Fix for
	topology to pass for GEOS 3.9 as well.  Closes  #4795 for PostGIS
	3.0.3

2020-11-20  Regina Obe <lr@pcorp.us>

	* regress/core/tickets.sql, regress/core/tickets_expected: Take out
	test for #4718.  Fix was not backported to 3.0.3

2020-11-20  Regina Obe <lr@pcorp.us>

	* raster/test/regress/rt_gdalwarp.sql,
	raster/test/regress/rt_gdalwarp_expected: Fix tests so also works
	against GDAL 3.2.0.  References #4795 for PostGIS 3.0.3

2020-11-19  Regina Obe <lr@pcorp.us>

	* liblwgeom/cunit/cu_geos.c: Regress for GEOS 3.9 for cunit make
	valid

2020-11-19  Regina Obe <lr@pcorp.us>

	* NEWS, README.postgis, Version.config, doc/release_notes.xml,
	liblwgeom/cunit/cu_geos.c, regress/core/clean.sql,
	regress/core/clean_expected, regress/core/regress_ogc.sql,
	regress/core/regress_ogc_expected, regress/core/split.sql,
	regress/core/split_expected, regress/core/subdivide.sql,
	regress/core/subdivide_expected, regress/core/tickets.sql,
	regress/core/tickets_expected, regress/core/unaryunion.sql,
	regress/core/unaryunion_expected: Prep for release 3.0.3 and fix
	some GEOS 3.9 tests references #4795

2020-11-13  Nicklas Avn <nicklas.aven@jordogskog.no>

	* NEWS, liblwgeom/cunit/cu_measures.c, liblwgeom/measures3d.c: Fix
	ST_3dintersects calculations with identical vertices Short circuit when geometries share points to avoid unnecessary
	calculations that can lead to floating point errors References #4790 (3.0)

2020-11-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, liblwgeom/lwgeodetic.c: Long-standing bug in pole adjustment
	code for bounding boxes.  Results in incorrect box for shapes
	wrapping the negative Y geocentric axis (-90,0) Closes #4727

2020-11-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* .gitignore: Ignore some artefacts 3.1 leaves lying around

2020-11-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, liblwgeom/lwgeom_transform.c: Swap axes that have 'Lat' in
	the first axis. Don't swap axes that are 'Easting' first. After
	that, believe the directionality provided and swap any 'north' axes.
	If you still don't know what to do, just leave the axes alone.
	References #4748

2020-10-18  Ral Marn <git@rmr.ninja>

	* NEWS, raster/rt_pg/rtpg_create.c,
	raster/test/regress/tickets.sql,
	raster/test/regress/tickets_expected: Fix segfault in st_addband References #4769 Closes https://github.com/postgis/postgis/pull/585/

2020-10-18  Ral Marn <git@rmr.ninja>

	* NEWS, postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c,
	regress/core/wkb.sql, regress/core/wkb_expected: Fix segfault when
	parsing invalid WKB References #4767 #4768 #4771 #4772

2020-10-15  Sandro Santilli <strk@kbt.io>

	* NEWS, liblwgeom/lwgeom_topo.c,
	topology/test/regress/topogeo_addlinestring.sql,
	topology/test/regress/topogeo_addlinestring_expected: Improve
	topology noding robustness Avoids snapping again after noding.  Fixes #4758 in 3.0 branch
	Includes automated test

2020-10-02  Ral Marn <git@rmr.ninja>

	* NEWS, postgis/gserialized_estimate.c,
	postgis/gserialized_spgist_2d.c, postgis/gserialized_spgist_3d.c,
	postgis/gserialized_supportfn.c, postgis/lwgeom_out_geobuf.c,
	postgis/lwgeom_out_geojson.c, postgis/lwgeom_out_mvt.c: Ensure all
	functions using postgis_oid initialize the internal cache Closes #4739

2020-09-28  Ral Marn <git@rmr.ninja>

	* liblwgeom/gutil.c: Remove unused file

2020-09-27  Regina Obe <lr@pcorp.us>

	* NEWS, raster/rt_pg/rtpostgis.sql.in,
	raster/test/regress/rt_intersection.sql,
	raster/test/regress/rt_intersection_expected: Fail fast when srids
	of geometry/raster are different, schema qualify. Closes  #4719 for
	PostGIS 3.0.3

2020-09-21  Sandro Santilli <strk@kbt.io>

	* NEWS, liblwgeom/lwgeom_topo.c,
	topology/test/regress/topogeo_addlinestring.sql,
	topology/test/regress/topogeo_addlinestring_expected: Handle line
	collapse due to snap-to-existing node References #4757 in 3.0 branch (3.0.3dev) Includes regression test

2020-08-18  Ral Marn <git@rmr.ninja>

	* .travis.yml, ci/travis/run_usan_clang.sh: Travis: Use the latest
	Docker I updated the images with the latest PG minor releases and Travis is
	having issues running them. With this we make sure it's running the
	latest stable release of Docker Also, update clang reference to clang 9 (for the ASAN build)

2020-08-19  Regina Obe <lr@pcorp.us>

	* ci/winnie/regress_postgis.sh: Explicitly set proj lib as raster is
	having a hard time finding proj.db for some reason

2020-08-16  Regina Obe <lr@pcorp.us>

	* NEWS: Fix tiger geocoder update script references #4742 for PostGIS
	3.0.3

