[SCM] PostGIS branch stable-3.6 updated. 3.6.2-25-g3d1266658
git at osgeo.org
git at osgeo.org
Tue Apr 14 12:34:25 PDT 2026
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.6 has been updated
via 3d12666588a84b23a3147618eaa9b40b0fe5e796 (commit)
from 49103cbdbcbbcbb4772d549193d1baa8f1a7a63a (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 3d12666588a84b23a3147618eaa9b40b0fe5e796
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue Apr 14 12:12:45 2026 -0700
Prepare for 3.6.3 release
diff --git a/NEWS b/NEWS
index 022ab4bea..9065041dd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-PostGIS 3.6.3dev
-2026/xx/xx
+PostGIS 3.6.3
+2026/04/14
This version requires PostgreSQL 12-18, GEOS 3.8 or higher, and Proj 6.1+.
To take advantage of all features, GEOS 3.14+ is needed.
diff --git a/README.postgis b/README.postgis
index 1a057a1af..3166952d6 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
PostGIS - Geographic Information Systems Extensions to PostgreSQL
=================================================================
-:Version: 3.6.2
-:Date: 2026-02-09
+:Version: 3.6.3
+:Date: 2026-04-14
:Website: https://postgis.net
This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index 7ac201024..e512f6475 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=6
-POSTGIS_MICRO_VERSION=3dev
+POSTGIS_MICRO_VERSION=3
# Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
# when changing POSTGIS_MINOR_VERSION
diff --git a/doc/release_notes.xml b/doc/release_notes.xml
index f58ee5615..825f1839f 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -2,6 +2,24 @@
<appendix xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="release_notes">
<title>Appendix</title>
<subtitle>Release Notes</subtitle>
+
+
+ <section>
+ <title>PostGIS 3.6.3</title>
+ <para>2026/04/14</para>
+
+ <simplesect>
+ <title>Fixes</title>
+ <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/6055">6055</link>, Remove rare extension priv escalation case. Reported by Sven Klemm (Tiger Data), Allistair Ishmael Hakim (allistair.sh) and Daniel Bakker</para>
+ <para><link xlink:href="https://github.com/postgis/postgis/pull/850">GH-850</link>, Use quote_identifier to build tables in pgis_tablefromflatgeobuf (Ariel Mashraki)</para>
+ <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/6058">6058</link>, Use Pg composite_to_json() function in 19+ (Paul Ramsey)</para>
+ <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/6060">6060</link>, fully quality calls to helper functions (Paul Ramsey)</para>
+ <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/6026">6026</link>, KNN failure in rare IEEE double rounding case (Paul Ramsey)</para>
+ <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/6061">6061</link>, WKT parser produces incorrect error locations (Paul Ramsey)</para>
+ <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/6069">6069</link>, Build warnings / CI failures on K&R style, fallthroughs (Paul Ramsey)</para>
+ </simplesect>
+ </section>
+
<section>
<title>PostGIS 3.6.2</title>
<para>2026/02/09</para>
-----------------------------------------------------------------------
Summary of changes:
NEWS | 4 ++--
README.postgis | 4 ++--
Version.config | 2 +-
doc/release_notes.xml | 18 ++++++++++++++++++
4 files changed, 23 insertions(+), 5 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list