Re: [geos-devel] GEOS-3.6.0 released

2016-10-26 Thread Sandro Santilli
On Tue, Oct 25, 2016 at 05:06:58PM -0300, Jeff McKenna wrote: > On 2016-10-25 5:00 PM, Even Rouault wrote: > > > >Haven't tried any of 2 new releases, but GDAL, MapServer and PostGIS use the > >GEOS C API, so from the changelogs, shouldn't be affected by the 3.6.0 C++ > >change. > > ok thanks

Re: [geos-devel] GEOS-3.6.0 released

2016-10-26 Thread Sandro Santilli
On Tue, Oct 25, 2016 at 09:23:12PM +0200, Sebastiaan Couwenberg wrote: > On 10/25/2016 06:07 PM, Sandro Santilli wrote: > > - C++ API changes: > > - Automatic memory management for GeometryFactory objects > > This change seems to cause the build failures for OSSIM, osmium & > osm2pgsql with

Re: [geos-devel] GEOS-3.6.0 released

2016-10-25 Thread Jeff McKenna
On 2016-10-25 5:00 PM, Even Rouault wrote: Le mardi 25 octobre 2016 21:43:05, Jeff McKenna a écrit : On 2016-10-25 4:23 PM, Sebastiaan Couwenberg wrote: On 10/25/2016 06:07 PM, Sandro Santilli wrote: - C++ API changes: - Automatic memory management for GeometryFactory objects This

Re: [geos-devel] GEOS-3.6.0 released

2016-10-25 Thread Even Rouault
Le mardi 25 octobre 2016 21:43:05, Jeff McKenna a écrit : > On 2016-10-25 4:23 PM, Sebastiaan Couwenberg wrote: > > On 10/25/2016 06:07 PM, Sandro Santilli wrote: > >> - C++ API changes: > >> - Automatic memory management for GeometryFactory objects > > > > This change seems to cause the

Re: [geos-devel] GEOS-3.6.0 released

2016-10-25 Thread Jeff McKenna
On 2016-10-25 4:47 PM, Sebastiaan Couwenberg wrote: On 10/25/2016 09:43 PM, Jeff McKenna wrote: On 2016-10-25 4:23 PM, Sebastiaan Couwenberg wrote: On 10/25/2016 06:07 PM, Sandro Santilli wrote: - C++ API changes: - Automatic memory management for GeometryFactory objects This change

Re: [geos-devel] GEOS-3.6.0 released

2016-10-25 Thread Sebastiaan Couwenberg
On 10/25/2016 09:43 PM, Jeff McKenna wrote: > On 2016-10-25 4:23 PM, Sebastiaan Couwenberg wrote: >> On 10/25/2016 06:07 PM, Sandro Santilli wrote: >>> - C++ API changes: >>> - Automatic memory management for GeometryFactory objects >> >> This change seems to cause the build failures for

Re: [geos-devel] GEOS-3.6.0 released

2016-10-25 Thread Jeff McKenna
On 2016-10-25 4:23 PM, Sebastiaan Couwenberg wrote: On 10/25/2016 06:07 PM, Sandro Santilli wrote: - C++ API changes: - Automatic memory management for GeometryFactory objects This change seems to cause the build failures for OSSIM, osmium & osm2pgsql with GEOS 3.6.0. All three builds

Re: [geos-devel] GEOS-3.6.0 released

2016-10-25 Thread Sebastiaan Couwenberg
On 10/25/2016 06:07 PM, Sandro Santilli wrote: > - C++ API changes: > - Automatic memory management for GeometryFactory objects This change seems to cause the build failures for OSSIM, osmium & osm2pgsql with GEOS 3.6.0. All three builds fail with these errors:

[geos-devel] GEOS-3.6.0 released

2016-10-25 Thread Sandro Santilli
Release 3.6.0 of GEOS is available: http://download.osgeo.org/geos/geos-3.6.0.tar.bz2 MD5: 55de5fdf075c608d2d7b9348179ee649 Changes since 3.5.0: - Important / Breaking Changes: - The PHP binding moved to its own repository: http://git.osgeo.org/gogs/geos/php-geos (#765) - New