From 81e5289e37bb5796a1a3cb041c39abb07883e7c24b940c1d6784bc811009afc7 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 1 Jun 2017 12:48:52 +0000 Subject: [PATCH] + Fix GEOSSTRtree_nearest_r signature and add implementation (#796) + Fix --static-clibs and --static-cclibs returns from geos-config + Fix WKB representation of empty polygon (#680). + Fix empty GEOSSimplify return on inner ring collapse (#741) http://git.osgeo.org/gogs/geos/php-geos (#765) OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geos?expand=0&rev=20 --- geos.changes | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/geos.changes b/geos.changes index dfe0629..a394696 100644 --- a/geos.changes +++ b/geos.changes @@ -3,14 +3,14 @@ Mon May 29 12:40:48 UTC 2017 - mpluskal@suse.com - Update to version 3.6.1: * Bug fixes / improvements - + Fix GEOSSTRtree_nearest_r signature and add implementation (#796) - + Fix --static-clibs and --static-cclibs returns from geos-config - + Fix WKB representation of empty polygon (#680). - + Fix empty GEOSSimplify return on inner ring collapse (#741) + + Fix GEOSSTRtree_nearest_r signature and add implementation (#796) + + Fix --static-clibs and --static-cclibs returns from geos-config + + Fix WKB representation of empty polygon (#680). + + Fix empty GEOSSimplify return on inner ring collapse (#741) - Changes in 3.6.0 * Important / Breaking Changes: + The PHP binding moved to its own repository: - http://git.osgeo.org/gogs/geos/php-geos (#765) + http://git.osgeo.org/gogs/geos/php-geos (#765) * New things: + CAPI: GEOSGeom_{get,set}UserData (Rashad Kanavath) + CAPI: GEOSGeom_{set,get}Precision (#713)