From fdce90e48328aed1a539d575356b4dc04ca67165 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 25 Jun 2014 13:30:43 +0000 Subject: [PATCH] With latest changes, support for libjson 0.9 was restored :) git-svn-id: http://svn.osgeo.org/postgis/trunk@12661 b70326c6-7e19-0410-871a-916f4a2858ee --- NEWS | 1 - README.postgis | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c8361c4b7..72b7024ae 100644 --- a/NEWS +++ b/NEWS @@ -8,7 +8,6 @@ PostGIS 2.2.0 - #2567, ST_Count(tablename, rastercolumn, ...) uses ST_CountAgg() - By default, PostGIS raster disables all GDAL drivers affecting out-db rasters, ST_FromGDALRaster() and ST_AsGDALRaster() variants - - Support for libjson-c 0.9 was removed, use 0.10 or higher * Deprecated signatures * diff --git a/README.postgis b/README.postgis index 004e45f45..4f5deac7f 100644 --- a/README.postgis +++ b/README.postgis @@ -68,7 +68,7 @@ this to work. for translation support (typically in libc on GNU/Linux, in which case 0.17 is required). -* JSON-C (Optional, Version 0.10 or higher) +* JSON-C (Optional, Version 0.9 or higher) JSON-C is used to import GeoJSON via the function ST_GeomFromGeoJson(). -- 2.50.0