Skip to content

Commit 6c4b273

Browse files
committed
Prep for PostGIS 3.2.0beta1 release
1 parent 525ea98 commit 6c4b273

File tree

4 files changed

+59
-3
lines changed

4 files changed

+59
-3
lines changed

NEWS

+28
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
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+
28+
129
PostGIS 3.2.0
230
2021/xx/xx
331

README.postgis

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PostGIS - Geographic Information Systems Extensions to PostgreSQL
22
=================================================================
33

4-
:Version: 3.2.0alpha1
5-
:Date: 2021-09-10
4+
:Version: 3.2.0beta1
5+
:Date: 2021-10-23
66
:Website: https://postgis.net
77

88
This distribution contains a module which implements GIS simple features, ties
@@ -46,6 +46,7 @@ this to work.
4646
https://proj.org
4747

4848
* GEOS (Required, Version 3.6 or higher)
49+
- 3/10+ for ST_MakeValid enhancements
4950
- 3.9+ is needed to take advantage of
5051
fixed precision enhancements in overlay functions
5152
- 3.7+ is needed just for the ST_FrechetDistance function

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=0dev
8+
POSTGIS_MICRO_VERSION=0beta1
99

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

doc/release_notes.xml

+27
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22
<appendix id="release_notes">
33
<title>Appendix</title>
44
<subtitle>Release Notes</subtitle>
5+
<sect1>
6+
<title>Release 3.2.0beta1</title>
7+
<para>Release date: 2021/10/23</para>
8+
<para>This version requires PostgreSQL 9.6 or higher, GEOS 3.6 or higher, and Proj 4.9+
9+
Additional features are enabled if you are running GEOS 3.9+
10+
(and ST_MakeValid enhancements with 3.10+),
11+
Proj 6.1+, and PostgreSQL 14+.</para>
12+
<simplesect>
13+
<title>Bug Fixes and Breaking Changes</title>
14+
<para>5012, Clean regress against released GEOS 3.10.0
15+
(Regina Obe, Paul Ramsey)</para>
16+
<para>5000, Turn off Window support in ST_AsMVT aggregate
17+
as no real use-case for it and it crashes with random input
18+
(Paul Ramsey)</para>
19+
<para>4994, shp2pgsql is sometimes missing the INSERT statements
20+
(Sandro Santilli)</para>
21+
<para>4990, getfacecontainingpoint fails on i386 (Sandro Santilli)</para>
22+
<para>5008, Have ST_DWithin with EMPTY operand always return false
23+
(Sandro Santilli)</para>
24+
<para>5002, liblwgeom should build with warning flags by default
25+
(Sandro Santilli)</para>
26+
</simplesect>
27+
<simplesect>
28+
<title>Enhancements</title>
29+
<para>4997, FlatGeobuf format input/output (Björn Harrtell)</para>
30+
</simplesect>
31+
</sect1>
532
<sect1>
633
<title>Release 3.2.0alpha1</title>
734
<para>Release date: 2021/09/10</para>

0 commit comments

Comments
 (0)