[SCM] PostGIS branch stable-3.1 updated. 3.1.10-2-ga0187168c

git at osgeo.org git at osgeo.org
Tue Nov 21 20:33:47 PST 2023


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, stable-3.1 has been updated
       via  a0187168cceeb6c70fec85fea960407b282910a7 (commit)
       via  f50ee7edc246646953b4eb456514d71f7083403c (commit)
      from  4e93a1a2aa8e51d0d8a56468a6d6a4e3eda004d7 (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 a0187168cceeb6c70fec85fea960407b282910a7
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Nov 21 23:32:06 2023 -0500

    Intro changes
    
     - Add Loïc Bartoletti to dev team
       per https://lists.osgeo.org/pipermail/postgis-devel/2023-November/030187.html
    
     - Fix doc links

diff --git a/doc/introduction.xml b/doc/introduction.xml
index efbf40cfc..456ea3665 100644
--- a/doc/introduction.xml
+++ b/doc/introduction.xml
@@ -73,12 +73,18 @@
 	<variablelist>
 		<varlistentry>
 			<term>Nicklas Avén</term>
-
 			<listitem>
 			  <para>Distance function enhancements (including 3D distance and relationship functions) and additions, Tiny WKB (TWKB) output format and general user support</para>
 			</listitem>
 		</varlistentry>
 
+		<varlistentry>
+			<term>Loïc Bartoletti</term>
+			<listitem>
+			  <para>SFCGAL enhancments and maintenance and ci support</para>
+			</listitem>
+		</varlistentry>
+
 		<varlistentry>
 			<term>Dan Baston</term>
 
@@ -378,10 +384,10 @@
 		<term>Important Support Libraries</term>
 
 		<listitem>
-		  <para>The <ulink url="https://geos.osgeo.org">GEOS</ulink>
+		  <para>The <link url="https://libgeos.org">GEOS</link>
 		  geometry operations library</para>
 
-		  <para>The <ulink url="https://www.gdal.org">GDAL</ulink>
+		  <para>The <ulink url="https://gdal.org">GDAL</ulink>
 		  Geospatial Data Abstraction Library used to
 		  power much of the raster functionality introduced in PostGIS 2. In kind, improvements needed in GDAL
 		  to support PostGIS are contributed back to the GDAL project.</para>
@@ -389,7 +395,7 @@
 		  <para>The <ulink url="https://www.proj4.org">PROJ</ulink>
 		  cartographic projection library</para>
 
-		  <para>Last but not least, <ulink url="http://www.postgresql.org">PostgreSQL</ulink>,
+		  <para>Last but not least, <ulink url="https://www.postgresql.org">PostgreSQL</ulink>,
 		  the giant that PostGIS stands on.  Much of the speed and flexibility of PostGIS would not be possible without
 		  the extensibility, great query planner, GIST index, and plethora of SQL features provided by PostgreSQL.</para>
 		</listitem>

commit f50ee7edc246646953b4eb456514d71f7083403c
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Nov 21 23:29:23 2023 -0500

    Flip to 3.1.11dev milestone

diff --git a/NEWS b/NEWS
index 057bdd079..de2abcf1b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+PostGIS 3.1.11dev
+xxxx/xx/xx
+
+* Bug Fixes *
+
 PostGIS 3.1.10
 2023/11/19
 
diff --git a/Version.config b/Version.config
index 767b82ee7..466d51efa 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=1
-POSTGIS_MICRO_VERSION=10
+POSTGIS_MICRO_VERSION=11dev
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index 09844aea1..88ba8a7db 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -79,4 +79,5 @@ UPGRADEABLE_VERSIONS = \
 	3.1.6 \
 	3.1.7 \
 	3.1.8 \
-	3.1.9
+	3.1.9 \
+	3.1.10

-----------------------------------------------------------------------

Summary of changes:
 NEWS                               |  5 +++++
 Version.config                     |  2 +-
 doc/introduction.xml               | 14 ++++++++++----
 extensions/upgradeable_versions.mk |  3 ++-
 4 files changed, 18 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list