Get prepared for v1.2.2

This commit is contained in:
Blottiere Paul 2022-05-10 13:43:33 +02:00
parent d770408fc7
commit d22608d7a1
4 changed files with 19 additions and 4 deletions

15
NEWS
View File

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

View File

@ -1 +1 @@
1.2.1
1.2.2

View File

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

View File

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