]> granicus.if.org Git - postgis/commitdiff
With latest changes, support for libjson 0.9 was restored :)
authorSandro Santilli <strk@keybit.net>
Wed, 25 Jun 2014 13:30:43 +0000 (13:30 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 25 Jun 2014 13:30:43 +0000 (13:30 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@12661 b70326c6-7e19-0410-871a-916f4a2858ee

NEWS
README.postgis

diff --git a/NEWS b/NEWS
index c8361c4b7ecb52329be5f248800745aec9c00532..72b7024ae9a2dd2129323acff8f5934dc4c1ec9b 100644 (file)
--- 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 *
 
index 004e45f459f5ea331f3f2e244949bc55ee3d99ff..4f5deac7fbdd86ca8b191a57b7c8c3487a72504f 100644 (file)
@@ -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().