* Bug Fixes *
- - #1789, fix false edge-node crossing report in ValidateTopology.
- - #1791, fix ST_Azimuth with very close but distinct points.
- - #1775, ST_ChangeEdgeGeom collision detection with 2-vertex target.
- - #1776, fix ST_SymDifference(empty, geom) to return geom.
+ - #1694, fix building with clang.
- #1708, improve restore of PosgreSQL 9.1 backups.
- - #1766, don't let ST_RemEdge* destroy peripheral TopoGeometry objects.
- #1714, more robust handling of high topology tolerance.
+ - #1755, ST_GeographyFromText support for higher dimensions.
- #1759, loading transformed shapefiles in raster enabled db.
- #1761, handling of subdatasets in NetCDF, HDF4 and HDF5 in raster2pgsql.
- #1763, topology.toTopoGeom use with custom search_path.
- - #1755, ST_GeographyFromText support for higher dimensions.
+ - #1766, don't let ST_RemEdge* destroy peripheral TopoGeometry objects.
+ - #1775, ST_ChangeEdgeGeom collision detection with 2-vertex target.
+ - #1776, fix ST_SymDifference(empty, geom) to return geom.
- #1782, fix spatial reference string handling in raster.
+ - #1789, fix false edge-node crossing report in ValidateTopology.
- #1790, fix toTopoGeom handling of duplicated primitives.
- - #1694, fix building with clang.
+ - #1791, fix ST_Azimuth with very close but distinct points.
+ - #1802, improved function interruptibility.
* Enhancements *