Skip to content

Commit 3083021

Browse files
committedSep 11, 2021
Flip back to dev mode and fix HOWTO_RELEASE instructions
1 parent e357e0a commit 3083021

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed
 

‎HOWTO_RELEASE

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Release procedure
9898
- Commit all changes
9999
- If this is a minor or major release (no branch exists):
100100
$ rev=x.x
101-
$ git checkout main; git checkout -b "$rev"; git push -u osgeo $rev
101+
$ git checkout master; git checkout -b "$rev"; git push -u osgeo $rev
102102

103103
Go to: https://debbie.postgis.net and copy last branch version and make new job
104104
a) Replace PostGIS_* string params with new version

‎NEWS

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
PostGIS 3.2.0alpha1
2-
2021/09/10
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+, Proj 6.1+, and PostgreSQL 14+.
1+
PostGIS 3.2.0
2+
2021/xx/xx
63

74
* Breaking changes *
85
- #4824, Removed `--without-wagyu` build option. Using Wagyu is now mandatory to build with MVT support.
@@ -83,9 +80,11 @@ Additional features are enabled if you are running GEOS 3.9+, Proj 6.1+, and Pos
8380
- #4808, ST_ClusterKMeans now supports max_radius argument. Use it when you're not sure what is
8481
the number of clusters but you know what the size of clusters should be. (Darafei Praliaskouski)
8582

83+
PostGIS 3.2.0alpha1
84+
2021/09/10
8685

87-
PostGIS 3.2.0
88-
2021/xx/xx
86+
This version requires PostgreSQL 9.6 or higher, GEOS 3.6 or higher, and Proj 4.9+
87+
Additional features are enabled if you are running GEOS 3.9+, Proj 6.1+, and PostgreSQL 14+.
8988

9089
* Breaking changes *
9190
- #4824, Removed `--without-wagyu` build option. Using Wagyu is now mandatory to build with MVT support.

‎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=0alpha1
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
@@ -67,4 +67,4 @@ UPGRADEABLE_VERSIONS = \
6767
3.1.3 \
6868
3.1.4 \
6969
3.1.5dev \
70-
3.2.0dev
70+
3.2.0alpha1

0 commit comments

Comments
 (0)
Please sign in to comment.