diff --git a/NEWS b/NEWS index a0071ec..09693be 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +1.2.0, 2018-08-22 +----------------- + +- New features + - Add PC_MakePatch(pcid integer, values float8[]) #220 + - Mark functions as PARALLEL SAFE #227 + +- Bug fixes + - patch fails to compress as GHT #35 + - libght breaks schema parsing #196 + - Fix memcpy size in pc_patch_wkb_set_int32 #226 + +- Enhancements + - Improve doc for PC_FilterBetween #217 + - Remove GHT support #214 + - Fix installcheck when lazperf is disabled #222 + - Fix compilation and installcheck when lazperf is disabled #224 + 1.1.1, 2018-06-12 ----------------- diff --git a/Version.config b/Version.config index 524cb55..26aaba0 100644 --- a/Version.config +++ b/Version.config @@ -1 +1 @@ -1.1.1 +1.2.0 diff --git a/pgsql/expected/pointcloud.out b/pgsql/expected/pointcloud.out index c851f88..6338fb0 100644 --- a/pgsql/expected/pointcloud.out +++ b/pgsql/expected/pointcloud.out @@ -3,7 +3,7 @@ CREATE EXTENSION pointcloud; SELECT PC_Version(); pc_version ------------ - 1.1.1 + 1.2.0 (1 row) INSERT INTO pointcloud_formats (pcid, srid, schema)