File tree Expand file tree Collapse file tree 4 files changed +19
-4
lines changed
Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1+ 1.2.2, 2022-05-10
2+ -----------------
3+
4+ - Bug fixes
5+ - Fix dump and restore #301 #306
6+ - Fix compilation with GCC 10.1 #273
7+ - Fix compilation with PostgreSQL 13 beta 1 #270
8+ - Fix Debian regression tests on 32-bits architecture #260
9+ - Fix CXXFLAGS #257
10+
11+ - Enhancements
12+ - Add documentation for NESTED_QSORT #293
13+ - Add tutorial for schema and compression #299
14+ - Add Dockerfile with PostgreSQL 12 and PostGIS 3 #265
15+
1161.2.1, 2020-01-01
217-----------------
318
Original file line number Diff line number Diff line change 1- 1.2.1
1+ 1.2.2
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ EXTENSION = pointcloud
1515EXTVERSION =$(shell cat ../Version.config)
1616EXTVERSION_MAJOR =$(shell cut -d. -f1,2 ../Version.config)
1717MODULE_big = $(EXTENSION ) -$(EXTVERSION_MAJOR )
18- UPGRADABLE = 1.1.0 1.1.1 1.2.0
18+ UPGRADABLE = 1.1.0 1.1.1 1.2.0 1.2.1
1919
2020UPGRADES = \
2121 $(shell echo $(UPGRADABLE ) | \
@@ -30,7 +30,7 @@ DATA_built = \
3030 $(EXTENSION ) --$(EXTVERSION ) .sql \
3131 $(UPGRADES )
3232
33- REGRESS =
33+ REGRESS =
3434
3535ifeq ("$(PGSQL_MAJOR_VERSION ) ", "9")
3636REGRESS += pointcloud_pg9
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ CREATE EXTENSION pointcloud;
44SELECT PC_Version();
55 pc_version
66------------
7- 1.2.1
7+ 1.2.2
88(1 row)
99
1010INSERT INTO pointcloud_formats (pcid, srid, schema)
You can’t perform that action at this time.
0 commit comments