Skip to content

Commit 3717fd9

Browse files
committed
Flip back to dev and add beta1 upgrade target
1 parent 992819f commit 3717fd9

File tree

3 files changed

+33
-29
lines changed

3 files changed

+33
-29
lines changed

NEWS

+31-27
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,5 @@
1-
PostGIS 3.2.0beta1
2-
2021/10/23
3-
4-
This version requires PostgreSQL 9.6 or higher, GEOS 3.6 or higher, and Proj 4.9+
5-
Additional features are enabled if you are running GEOS 3.9+
6-
(and ST_MakeValid enhancements with 3.10+),
7-
Proj 6.1+, and PostgreSQL 14+.
8-
9-
Changes since PostGIS 3.2.0alpa1 release:
10-
11-
* Bug Fixes and Breaking Changes *
12-
- #5012, Clean regress against released GEOS 3.10.0
13-
(Regina Obe, Paul Ramsey)
14-
- #5000, Turn off Window support in ST_AsMVT aggregate
15-
as no real use-case for it and it crashes with random input
16-
(Paul Ramsey)
17-
- #4994, shp2pgsql is sometimes missing the INSERT statements
18-
(Sandro Santilli)
19-
- #4990, getfacecontainingpoint fails on i386 (Sandro Santilli)
20-
- #5008, Have ST_DWithin with EMPTY operand always return false
21-
(Sandro Santilli)
22-
- #5002, liblwgeom should build with warning flags by default
23-
(Sandro Santilli)
24-
25-
* Enhancements *
26-
- #4997, FlatGeobuf format input/output (Björn Harrtell)
27-
1+
PostGIS 3.2.0rc1
2+
2021/xx/xx
283

294
PostGIS 3.2.0
305
2021/xx/xx
@@ -112,6 +87,35 @@ PostGIS 3.2.0
11287
- #4808, ST_ClusterKMeans now supports max_radius argument. Use it when you're not sure what is
11388
the number of clusters but you know what the size of clusters should be. (Darafei Praliaskouski)
11489

90+
PostGIS 3.2.0beta1
91+
2021/10/23
92+
93+
This version requires PostgreSQL 9.6 or higher, GEOS 3.6 or higher, and Proj 4.9+
94+
Additional features are enabled if you are running GEOS 3.9+
95+
(and ST_MakeValid enhancements with 3.10+),
96+
Proj 6.1+, and PostgreSQL 14+.
97+
98+
Changes since PostGIS 3.2.0alpa1 release:
99+
100+
* Bug Fixes and Breaking Changes *
101+
- #5012, Clean regress against released GEOS 3.10.0
102+
(Regina Obe, Paul Ramsey)
103+
- #5000, Turn off Window support in ST_AsMVT aggregate
104+
as no real use-case for it and it crashes with random input
105+
(Paul Ramsey)
106+
- #4994, shp2pgsql is sometimes missing the INSERT statements
107+
(Sandro Santilli)
108+
- #4990, getfacecontainingpoint fails on i386 (Sandro Santilli)
109+
- #5008, Have ST_DWithin with EMPTY operand always return false
110+
(Sandro Santilli)
111+
- #5002, liblwgeom should build with warning flags by default
112+
(Sandro Santilli)
113+
114+
* Enhancements *
115+
- #4997, FlatGeobuf format input/output (Björn Harrtell)
116+
117+
118+
115119
PostGIS 3.2.0alpha1
116120
2021/09/10
117121

Version.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
POSTGIS_MAJOR_VERSION=3
77
POSTGIS_MINOR_VERSION=2
8-
POSTGIS_MICRO_VERSION=0beta1
8+
POSTGIS_MICRO_VERSION=0dev
99

1010
# Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
1111
# when changing POSTGIS_MINOR_VERSION

extensions/upgradeable_versions.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ UPGRADEABLE_VERSIONS = \
6868
3.1.4 \
6969
3.1.5dev \
7070
3.2.0alpha1 \
71-
3.2.0dev
71+
3.2.0beta1

0 commit comments

Comments
 (0)