[SCM] PostGIS branch master updated. 3.5.0rc1-7-g6140b4590
git at osgeo.org
git at osgeo.org
Wed Sep 25 11:13:56 PDT 2024
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via 6140b45906a25163fd3bffb575780c5afb3d6ab8 (commit)
via c8a5accf1cd64a4654d25e73a641e7e7ad763add (commit)
from ce50880e3b10900aa1670d75ae9ae3f0219c2baf (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6140b45906a25163fd3bffb575780c5afb3d6ab8
Author: Regina Obe <lr at pcorp.us>
Date: Wed Sep 25 14:13:50 2024 -0400
Prep for 3.5.0 release
diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE
index 73425e259..087913c4f 100644
--- a/HOWTO_RELEASE
+++ b/HOWTO_RELEASE
@@ -1,6 +1,6 @@
How to release
~~~~~~~~~~~~~~
-Date: 2022-08-08
+Date: 2022-09-25
Versioning Scheme
-----------------
@@ -86,7 +86,7 @@ Release procedure
4. Update code.
- Update the README.md to reflect new to be created buildbot badges
- (this should only be needed for trunk release)
+ (this should only be needed for master release)
- Edit README.postgis and set release date and version.
- Add release notes in doc/release_notes.xml
- Update Version.config to drop the "dev" suffix
diff --git a/NEWS b/NEWS
index 6ec175914..aac1e2297 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
PostGIS 3.5.0
-2024/09/xx
+2024/09/25
To take advantage of all postgis_sfcgal extension features SFCGAL 1.5+ is needed.
PostgreSQL 12-17 required. GEOS 3.8+ required. Proj 6.1+ required.
diff --git a/README.postgis b/README.postgis
index 58b504d78..740c19207 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
PostGIS - Geographic Information Systems Extensions to PostgreSQL
=================================================================
-:Version: 3.5.0rc1
-:Date: 2024-09-22
+:Version: 3.5.0
+:Date: 2024-09-25
:Website: https://postgis.net
This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index 452e112b0..693b4f86e 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=5
-POSTGIS_MICRO_VERSION=0dev
+POSTGIS_MICRO_VERSION=0
# Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
# when changing POSTGIS_MINOR_VERSION
diff --git a/doc/po/templates/postgis-manual.pot b/doc/po/templates/postgis-manual.pot
index 5e4d545bf..20d013d4f 100644
--- a/doc/po/templates/postgis-manual.pot
+++ b/doc/po/templates/postgis-manual.pot
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2024-09-22 00:49+0000\n"
+"POT-Creation-Date: 2024-09-25 17:55+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"
@@ -34448,7 +34448,7 @@ msgstr ""
#. Tag: para
#, no-c-format
-msgid "2024/xx/xx"
+msgid "2024/09/25"
msgstr ""
#. Tag: para
diff --git a/doc/release_notes.xml b/doc/release_notes.xml
index 4b4c26caf..cb43d7e7c 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -4,7 +4,7 @@
<subtitle>Release Notes</subtitle>
<section>
<title>PostGIS 3.5.0</title>
- <para>2024/xx/xx</para>
+ <para>2024/09/25</para>
<para>This version requires PostgreSQL 12-17, GEOS 3.8 or higher, and Proj 6.1+.
To take advantage of all features, GEOS 3.12+ is needed.
To take advantage of all SFCGAL features, SFCGAL 1.5.0+ is needed.</para>
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index 0321a58cf..f274b3b79 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -103,7 +103,6 @@ UPGRADEABLE_VERSIONS = \
3.4.0 \
3.4.1 \
3.4.2 \
- 3.4.3 \
- 3.5.0alpha2 \
- 3.5.0beta1 \
- 3.5.0rc1
+ 3.4.3 \
+ 3.5.0rc1 \
+ 3.5.0dev
commit c8a5accf1cd64a4654d25e73a641e7e7ad763add
Author: Loïc Bartoletti <loic.bartoletti at oslandia.com>
Date: Wed Sep 25 14:21:54 2024 +0200
fix(doc): fix wrong deprecated warning CG_xxx is deprecated use CG_xxx
Closes https://git.osgeo.org/gitea/postgis/postgis/pulls/216
diff --git a/doc/reference_sfcgal.xml b/doc/reference_sfcgal.xml
index c45e2e5c9..b7adcffbc 100644
--- a/doc/reference_sfcgal.xml
+++ b/doc/reference_sfcgal.xml
@@ -913,12 +913,6 @@
<refsection>
<title>Description</title>
- <warning>
- <para>
- <xref linkend="CG_3DDifference"/> is deprecated as of 3.5.0. Use <xref linkend="CG_3DDifference"/> instead.
- </para>
- </warning>
-
<para>Returns that part of geom1 that is not part of geom2.</para>
<para role="availability" conformance="3.5.0">Availability: 3.5.0</para>
<para>&sfcgal_required;</para>
@@ -1427,13 +1421,6 @@ ST_GeomFromText('POLYHEDRALSURFACE Z( ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)),
<refsection>
<title>Description</title>
- <warning>
- <para>
- <xref linkend="CG_3DUnion"/> is deprecated as of 3.5.0. Use <xref linkend="CG_3DUnion"/> instead.
- </para>
- </warning>
-
-
<para role="availability" conformance="3.5.0">Availability: 3.5.0</para>
<para>&sfcgal_required;</para>
<para>&sqlmm_compliant; SQL-MM IEC 13249-3: 5.1</para>
@@ -1886,12 +1873,6 @@ ST_GeomFromText('POLYHEDRALSURFACE Z( ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)),
<refsection>
<title>Description</title>
- <warning>
- <para>
- <xref linkend="CG_ConstrainedDelaunayTriangles"/> is deprecated as of 3.5.0. Use <xref linkend="CG_ConstrainedDelaunayTriangles"/> instead.
- </para>
- </warning>
-
<para>
Return a <link xlink:href="https://en.wikipedia.org/wiki/Constrained_Delaunay_triangulation">Constrained Delaunay
triangulation</link> around the vertices of the input geometry.
-----------------------------------------------------------------------
Summary of changes:
HOWTO_RELEASE | 4 ++--
NEWS | 2 +-
README.postgis | 4 ++--
Version.config | 2 +-
doc/po/templates/postgis-manual.pot | 4 ++--
doc/reference_sfcgal.xml | 19 -------------------
doc/release_notes.xml | 2 +-
extensions/upgradeable_versions.mk | 7 +++----
8 files changed, 12 insertions(+), 32 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list