From d22608d7a118ca52f5e3aa2eb51720c0c2adb45e Mon Sep 17 00:00:00 2001 From: Blottiere Paul Date: Tue, 10 May 2022 13:43:33 +0200 Subject: [PATCH] Get prepared for v1.2.2 --- NEWS | 15 +++++++++++++++ Version.config | 2 +- pgsql/Makefile.in | 4 ++-- pgsql/expected/pointcloud.out | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 6d71a769..bac3b1a9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +1.2.2, 2022-05-10 +----------------- + +- Bug fixes + - Fix dump and restore #301 #306 + - Fix compilation with GCC 10.1 #273 + - Fix compilation with PostgreSQL 13 beta 1 #270 + - Fix Debian regression tests on 32-bits architecture #260 + - Fix CXXFLAGS #257 + +- Enhancements + - Add documentation for NESTED_QSORT #293 + - Add tutorial for schema and compression #299 + - Add Dockerfile with PostgreSQL 12 and PostGIS 3 #265 + 1.2.1, 2020-01-01 ----------------- diff --git a/Version.config b/Version.config index 6085e946..23aa8390 100644 --- a/Version.config +++ b/Version.config @@ -1 +1 @@ -1.2.1 +1.2.2 diff --git a/pgsql/Makefile.in b/pgsql/Makefile.in index 28d61ff3..f3110d63 100644 --- a/pgsql/Makefile.in +++ b/pgsql/Makefile.in @@ -15,7 +15,7 @@ EXTENSION = pointcloud EXTVERSION=$(shell cat ../Version.config) EXTVERSION_MAJOR=$(shell cut -d. -f1,2 ../Version.config) MODULE_big = $(EXTENSION)-$(EXTVERSION_MAJOR) -UPGRADABLE = 1.1.0 1.1.1 1.2.0 +UPGRADABLE = 1.1.0 1.1.1 1.2.0 1.2.1 UPGRADES = \ $(shell echo $(UPGRADABLE) | \ @@ -30,7 +30,7 @@ DATA_built = \ $(EXTENSION)--$(EXTVERSION).sql \ $(UPGRADES) -REGRESS = +REGRESS = ifeq ("$(PGSQL_MAJOR_VERSION)", "9") REGRESS += pointcloud_pg9 diff --git a/pgsql/expected/pointcloud.out b/pgsql/expected/pointcloud.out index 0a139779..eddc7a37 100644 --- a/pgsql/expected/pointcloud.out +++ b/pgsql/expected/pointcloud.out @@ -4,7 +4,7 @@ CREATE EXTENSION pointcloud; SELECT PC_Version(); pc_version ------------ - 1.2.1 + 1.2.2 (1 row) INSERT INTO pointcloud_formats (pcid, srid, schema)