Skip to content

Commit

Permalink
Merge pull request #308 from pblottiere/v122
Browse files Browse the repository at this point in the history
Get prepared for v1.2.2
  • Loading branch information
pblottiere authored May 10, 2022
2 parents d770408 + d22608d commit 87eed72
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
-----------------

Expand Down
2 changes: 1 addition & 1 deletion Version.config
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1
1.2.2
4 changes: 2 additions & 2 deletions pgsql/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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) | \
Expand All @@ -30,7 +30,7 @@ DATA_built = \
$(EXTENSION)--$(EXTVERSION).sql \
$(UPGRADES)

REGRESS =
REGRESS =

ifeq ("$(PGSQL_MAJOR_VERSION)", "9")
REGRESS += pointcloud_pg9
Expand Down
2 changes: 1 addition & 1 deletion pgsql/expected/pointcloud.out
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 87eed72

Please sign in to comment.