|
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 |
28 | 3 |
|
29 | 4 | PostGIS 3.2.0
|
30 | 5 | 2021/xx/xx
|
@@ -112,6 +87,35 @@ PostGIS 3.2.0
|
112 | 87 | - #4808, ST_ClusterKMeans now supports max_radius argument. Use it when you're not sure what is
|
113 | 88 | the number of clusters but you know what the size of clusters should be. (Darafei Praliaskouski)
|
114 | 89 |
|
| 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 | + |
115 | 119 | PostGIS 3.2.0alpha1
|
116 | 120 | 2021/09/10
|
117 | 121 |
|
|
0 commit comments