- #3748, address_standardizer lookup tables update
so pagc_normalize_address better standardizes abbreviations
+* Breaking Changes *
+ - #3810, GEOS 3.5.0 or above minimum required to compile
+
PostGIS 2.4.0alpha
2017/08/05
GEOS_NUMERIC_MINOR_VERSION=`printf "%02d" $GEOS_MINOR_VERSION`
GEOS_NUMERIC_VERSION="$GEOS_MAJOR_VERSION$GEOS_NUMERIC_MINOR_VERSION$GEOS_NUMERIC_PATCH_VERSION"
-dnl Ensure that we are using GEOS >= 3.3.0
+dnl Ensure that we are using GEOS >= 3.5.0
AC_MSG_RESULT([checking GEOS version... $GEOS_FULL_VERSION])
-if test ! "$GEOS_NUMERIC_VERSION" -ge 30300; then
- AC_MSG_ERROR([PostGIS requires GEOS >= 3.3.0])
+if test ! "$GEOS_NUMERIC_VERSION" -ge 30500; then
+ AC_MSG_ERROR([PostGIS requires GEOS >= 3.5.0])
fi
dnl Extract the linker and include flags
<listitem>
<para>
- GEOS geometry library, version 3.3 or greater, but GEOS 3.5+ is recommended to take full advantage of all the new functions and features. Without GEOS 3.5,
+ GEOS geometry library, version 3.5 or greater, but GEOS 3.7+ is recommended to take full advantage of all the new functions and features. Without GEOS 3.5,
you will be missing some major enhancements such as <xref linkend="ST_ClipByBox2D" /> and <xref linkend="ST_Subdivide" />. GEOS is available for download from
<ulink url="http://trac.osgeo.org/geos/">
http://trac.osgeo.org/geos/
- </ulink> and 3.4+ is backward-compatible with older versions so fairly safe to upgrade.
+ </ulink> and 3.5+ is backward-compatible with older versions so fairly safe to upgrade.
</para>
</listitem>
<listitem>