Skip to content

Commit 87eed72

Browse files
authored
Merge pull request #308 from pblottiere/v122
Get prepared for v1.2.2
2 parents d770408 + d22608d commit 87eed72

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

NEWS

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
1.2.1, 2020-01-01
217
-----------------
318

Version.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.1
1+
1.2.2

pgsql/Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ EXTENSION = pointcloud
1515
EXTVERSION=$(shell cat ../Version.config)
1616
EXTVERSION_MAJOR=$(shell cut -d. -f1,2 ../Version.config)
1717
MODULE_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

2020
UPGRADES = \
2121
$(shell echo $(UPGRADABLE) | \
@@ -30,7 +30,7 @@ DATA_built = \
3030
$(EXTENSION)--$(EXTVERSION).sql \
3131
$(UPGRADES)
3232

33-
REGRESS =
33+
REGRESS =
3434

3535
ifeq ("$(PGSQL_MAJOR_VERSION)", "9")
3636
REGRESS += pointcloud_pg9

pgsql/expected/pointcloud.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CREATE EXTENSION pointcloud;
44
SELECT PC_Version();
55
pc_version
66
------------
7-
1.2.1
7+
1.2.2
88
(1 row)
99

1010
INSERT INTO pointcloud_formats (pcid, srid, schema)

0 commit comments

Comments
 (0)