Skip to content

Commit 2a22683

Browse files
committed
Prep for 3.2.0beta2 release
1 parent fd77a45 commit 2a22683

File tree

5 files changed

+38
-9
lines changed

5 files changed

+38
-9
lines changed

NEWS

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PostGIS 3.2.0beta2
2-
2021/11/xx
2+
2021/11/26
33
This version requires PostgreSQL 9.6 or higher, GEOS 3.6 or higher, and Proj 4.9+
44
Additional features are enabled if you are running GEOS 3.9+
55
(and ST_MakeValid enhancements with 3.10+),
@@ -16,8 +16,9 @@ Changes since PostGIS 3.2.0beta1 release:
1616
* Enhancements *
1717
- #5018, pgsql2shp basic support for WITH CTE clause (Regina Obe)
1818
- #5019, address_standardizer: Add support for pcre2 (Paul Ramsey)
19-
- ST_AsMVTGeom now uses faster clipping (Aliaksandr Kalenik)
20-
- ST_PixelAsCentroids, ST_PixelAsCentroid reimplemented in C (Sergei Shoulbakov)
19+
- GH647, ST_AsMVTGeom now uses faster clipping (Aliaksandr Kalenik)
20+
- GH648, ST_PixelAsCentroids, ST_PixelAsCentroid
21+
reimplemented in C (Sergei Shoulbakov)
2122

2223

2324

@@ -81,8 +82,8 @@ PostGIS 3.2.0
8182
- #4986, GIST indexes on Postgres 14 are now created faster using Hilbert-sorting method.
8283
(Han Wang, Aliaksandr Kalenik, Darafei Praliaskouski, Giuseppe Broccolo)
8384
- #4949, Use proj_normalize_for_visualization to hand "axis swap" decisions (Paul Ramsey)
84-
- ST_PixelAsCentroids, ST_PixelAsCentroid reimplemented on top of a C function (Sergei Shoulbakov)
85-
- ST_AsMVTGeom now uses faster clipping (Aliaksandr Kalenik)
85+
- GH647, ST_PixelAsCentroids, ST_PixelAsCentroid reimplemented on top of a C function (Sergei Shoulbakov)
86+
- GH648, ST_AsMVTGeom now uses faster clipping (Aliaksandr Kalenik)
8687

8788
* New features*
8889
- #4923, topology.ValidateTopologyRelation (Sandro Santilli)

README.postgis

+2-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.0beta1
5-
:Date: 2021-10-23
4+
:Version: 3.2.0beta2
5+
:Date: 2021-11-26
66
:Website: https://postgis.net
77

88
This distribution contains a module which implements GIS simple features, ties

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=0beta2
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.0beta2</title>
7+
<para>Release date: 2021/11/26</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+.
12+
13+
Changes since PostGIS 3.2.0beta1 release:</para>
14+
<simplesect>
15+
<title> Breaking changes / fixes</title>
16+
<para>5016, loader (shp2pgsq): Respect LDFLAGS (Greg Troxel)</para>
17+
<para>5005, ST_AsFlatGeoBuf crashes on tables when geometry
18+
column is not the first column (Björn Harrtell)</para>
19+
<para>5017, topology.ValidateTopology error relation "shell_check"
20+
already exists (Sandro Santilli)</para>
21+
</simplesect>
22+
23+
<simplesect>
24+
<title>Enhancements</title>
25+
<para>5018, pgsql2shp basic support for WITH CTE clause (Regina Obe)</para>
26+
<para>5019, address_standardizer: Add support for pcre2 (Paul Ramsey)</para>
27+
<para>GH647, ST_AsMVTGeom now uses faster clipping (Aliaksandr Kalenik)</para>
28+
<para>GH648, ST_PixelAsCentroids, ST_PixelAsCentroid reimplemented on top of a C function (Sergei Shoulbakov)</para>
29+
</simplesect>
30+
</sect1>
31+
532
<sect1>
633
<title>Release 3.2.0beta1</title>
734
<para>Release date: 2021/10/23</para>

extensions/upgradeable_versions.mk

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

0 commit comments

Comments
 (0)