Skip to content

Commit ab9d356

Browse files
authored
Merge pull request #228 from elemoine/ele_v120
Get prepared for v1.2.0
2 parents 9044564 + 32df91f commit ab9d356

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

NEWS

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
1.2.0, 2018-08-22
2+
-----------------
3+
4+
- New features
5+
- Add PC_MakePatch(pcid integer, values float8[]) #220
6+
- Mark functions as PARALLEL SAFE #227
7+
8+
- Bug fixes
9+
- patch fails to compress as GHT #35
10+
- libght breaks schema parsing #196
11+
- Fix memcpy size in pc_patch_wkb_set_int32 #226
12+
13+
- Enhancements
14+
- Improve doc for PC_FilterBetween #217
15+
- Remove GHT support #214
16+
- Fix installcheck when lazperf is disabled #222
17+
- Fix compilation and installcheck when lazperf is disabled #224
18+
119
1.1.1, 2018-06-12
220
-----------------
321

Version.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.1
1+
1.2.0

pgsql/expected/pointcloud.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CREATE EXTENSION pointcloud;
33
SELECT PC_Version();
44
pc_version
55
------------
6-
1.1.1
6+
1.2.0
77
(1 row)
88

99
INSERT INTO pointcloud_formats (pcid, srid, schema)

0 commit comments

Comments
 (0)