[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0beta2-25-g6b1cc33f4

git at osgeo.org git at osgeo.org
Sat Aug 5 15:34:27 PDT 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, master has been updated
       via  6b1cc33f43946fc25539b0634bbbd4326d663bbe (commit)
      from  4838f18435a62d337f29ce5575477a461477ae16 (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 6b1cc33f43946fc25539b0634bbbd4326d663bbe
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Aug 5 18:32:36 2023 -0400

    Prepare for PostGIS 3.4.0rc1 release
    
     - move PG14 testing to dronie from woodie
     - Update versions and docs

diff --git a/.drone-1.0.yml b/.drone-1.0.yml
index 831c42c1f..1422d5760 100644
--- a/.drone-1.0.yml
+++ b/.drone-1.0.yml
@@ -28,3 +28,11 @@ steps:
     commands:
       - PGVER=13 sh ci/dronie/postgis_regress.sh
     depends_on: [ autogen ]
+
+  - name: build-14
+    image: *test-image
+    pull: never
+    commands:
+      - PGVER=14 sh ci/dronie/postgis_regress.sh
+    depends_on: [ autogen ]
+
diff --git a/.woodpecker/regress.yml b/.woodpecker/regress.yml
index 2836beb20..a430aaca5 100644
--- a/.woodpecker/regress.yml
+++ b/.woodpecker/regress.yml
@@ -1,7 +1,6 @@
 matrix:
   PG_VERSION:
     - 15
-    - 14
     - 12
 
 steps:
diff --git a/README.postgis b/README.postgis
index 2ed0a9b01..d674489ab 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 3.4.0beta2
-:Date: 2023-07-29
+:Version: 3.4.0rc1
+:Date: 2023-08-05
 :Website: https://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index 1908410bd..2b409a1c8 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=4
-POSTGIS_MICRO_VERSION=0dev
+POSTGIS_MICRO_VERSION=0rc1
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION

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

Summary of changes:
 .drone-1.0.yml          | 8 ++++++++
 .woodpecker/regress.yml | 1 -
 README.postgis          | 4 ++--
 Version.config          | 2 +-
 4 files changed, 11 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list