[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-328-gd5955a7e8

git at osgeo.org git at osgeo.org
Tue Nov 8 14:03:56 PST 2022


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  d5955a7e8ca2290f6567a426dd8a52b3b54340cc (commit)
      from  dbd2b5f819afd76322f0becd6e559d1ce4190f68 (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 d5955a7e8ca2290f6567a426dd8a52b3b54340cc
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Nov 8 17:03:51 2022 -0500

    add some https to some urls and up the max version to PostgreSQL 16

diff --git a/doc/installation.xml b/doc/installation.xml
index 1624aee42..580993f94 100644
--- a/doc/installation.xml
+++ b/doc/installation.xml
@@ -33,8 +33,8 @@ in each individual database you want to use it in.
 		bleeding edge versions or you are a package maintainer.
 	  </para>
 	  <para>This section includes general compilation instructions, if you are compiling for Windows etc
-		or another OS, you may find additional more detailed help at <ulink url="http://trac.osgeo.org/postgis/wiki/UsersWikiInstall">PostGIS User contributed compile guides</ulink> and <ulink url="http://trac.osgeo.org/postgis/wiki/DevWikiMain">PostGIS Dev Wiki</ulink>.</para>
-	  <para>Pre-Built Packages for various OS are listed in <ulink url="http://trac.osgeo.org/postgis/wiki/UsersWikiPackages">PostGIS Pre-built Packages</ulink></para>
+		or another OS, you may find additional more detailed help at <ulink url="https://trac.osgeo.org/postgis/wiki/UsersWikiInstall">PostGIS User contributed compile guides</ulink> and <ulink url="http://trac.osgeo.org/postgis/wiki/DevWikiMain">PostGIS Dev Wiki</ulink>.</para>
+	  <para>Pre-Built Packages for various OS are listed in <ulink url="https://trac.osgeo.org/postgis/wiki/UsersWikiPackages">PostGIS Pre-built Packages</ulink></para>
 	  <para>If you are a windows user, you can get stable builds via Stackbuilder or <ulink url="https://postgis.net/windows_downloads">PostGIS Windows download site</ulink>
 	  We also have <ulink url="https://postgis.net/windows_downloads">very bleeding-edge windows experimental builds</ulink> that are built usually once or twice a week or whenever anything exciting happens.  You can
 	  use these to experiment with the in progress releases of PostGIS</para>
@@ -141,13 +141,13 @@ sh autogen.sh
 		  PostgreSQL &min_postgres_version; - &max_postgres_version;. A complete installation
 		  of PostgreSQL (including server headers) is required. PostgreSQL
 		  is available from
-		  <ulink url="http://www.postgresql.org">
+		  <ulink url="https://www.postgresql.org">
 			http://www.postgresql.org
 		  </ulink>
 		  .
 		</para>
 		<para>For a full PostgreSQL / PostGIS support matrix and PostGIS/GEOS support matrix refer to
-			<ulink url="http://trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQLPostGIS">http://trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQLPostGIS</ulink>
+			<ulink url="https://trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQLPostGIS">https://trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQLPostGIS</ulink>
 		</para>
 	  </listitem>
 
diff --git a/doc/postgis.xml b/doc/postgis.xml
index 70a4c2784..b85b443ea 100644
--- a/doc/postgis.xml
+++ b/doc/postgis.xml
@@ -14,7 +14,7 @@
 <!ENTITY last_proj_release_version "9.0.1">
 <!ENTITY last_geos_release_version "3.11.0">
 <!ENTITY min_postgres_version "12">
-<!ENTITY max_postgres_version "15">
+<!ENTITY max_postgres_version "16">
 
 <!ENTITY introduction SYSTEM "introduction.xml">
 <!ENTITY installation SYSTEM "installation.xml">

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

Summary of changes:
 doc/installation.xml | 8 ++++----
 doc/postgis.xml      | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list