Merge pull request #228 from elemoine/ele_v120

Get prepared for v1.2.0
This commit is contained in:
Éric Lemoine 2018-08-22 11:25:22 +02:00 committed by GitHub
commit ab9d35662a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 2 deletions

18
NEWS
View File

@ -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
-----------------

View File

@ -1 +1 @@
1.1.1
1.2.0

View File

@ -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)