mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
Get prepared for v1.2.2
This commit is contained in:
parent
d770408fc7
commit
d22608d7a1
15
NEWS
15
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
|
||||
-----------------
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
1.2.1
|
||||
1.2.2
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user