[postgis-tickets] [SCM] PostGIS branch stable-3.4 created. 3.4.0rc1-19-g556075392

git at osgeo.org git at osgeo.org
Fri Aug 11 20:38:26 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, stable-3.4 has been created
        at  55607539220349b44d5942f277e76ab0839469ea (commit)

- Log -----------------------------------------------------------------
commit 55607539220349b44d5942f277e76ab0839469ea
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Aug 11 23:34:31 2023 -0400

    More prep for release
    
     - Remove tools from dronie, she's acting weird too
     - Put tools back on woodie
     - Move tools steps to dronie/postgis_tools.sh
       so can be easily tested outside of dronie/woodie

diff --git a/.drone-1.0.yml b/.drone-1.0.yml
index ddcdc8bd1..1422d5760 100644
--- a/.drone-1.0.yml
+++ b/.drone-1.0.yml
@@ -36,10 +36,3 @@ steps:
       - PGVER=14 sh ci/dronie/postgis_regress.sh
     depends_on: [ autogen ]
 
-  - name: tools
-    image: *test-image
-    pull: never
-    commands:
-      - sh ci/dronie/postgis_tools.sh
-    depends_on: [ autogen ]
-
diff --git a/.woodpecker/tools.yml b/.woodpecker/tools.yml
index 6fa4344a1..11320660f 100644
--- a/.woodpecker/tools.yml
+++ b/.woodpecker/tools.yml
@@ -2,15 +2,5 @@ steps:
   build:
     image: docker.osgeo.org/postgis/build-test:trisquel3
     pull: true
-    when:
-      - event: pull_request
     commands:
-      - ./autogen.sh
-      - ./configure --without-pgconfig --prefix=/tmp/pgx
-      - make
-      - make check
-      - make install
-      - /tmp/pgx/bin/postgis help
-      - /tmp/pgx/bin/shp2pgsql
-      - /tmp/pgx/bin/raster2pgsql
-
+      - sh ci/dronie/postgis_tools.sh
diff --git a/Version.config b/Version.config
index 1908410bd..8a736e89b 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=0rc2
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION
diff --git a/ci/dronie/postgis_tools.sh b/ci/dronie/postgis_tools.sh
index 447ce0d13..b8f01a188 100644
--- a/ci/dronie/postgis_tools.sh
+++ b/ci/dronie/postgis_tools.sh
@@ -3,6 +3,7 @@
 # Exit on first error
 set -e
 
+sh autogen.sh
 ./configure --without-pgconfig --prefix=/tmp/pgx
 make
 make check
diff --git a/doc/po/de/release_notes.xml.po b/doc/po/de/release_notes.xml.po
index 990236127..607c6aaa1 100644
--- a/doc/po/de/release_notes.xml.po
+++ b/doc/po/de/release_notes.xml.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PostGIS\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2023-08-12 00:40+0000\n"
+"POT-Creation-Date: 2023-08-12 03:32+0000\n"
 "PO-Revision-Date: 2022-01-10 13:38+0000\n"
 "Last-Translator: Sandro Santilli <strk at kbt.io>\n"
 "Language-Team: German (http://www.transifex.com/postgis/postgis/language/"
@@ -33,13 +33,13 @@ msgstr "Anmerkungen zur Release"
 #. Tag: title
 #: release_notes.xml:6
 #, no-c-format
-msgid "PostGIS 3.4.0rc2"
+msgid "PostGIS 3.4.0"
 msgstr ""
 
 #. Tag: para
 #: release_notes.xml:7
 #, no-c-format
-msgid "2023/08/12"
+msgid "2023/08/13"
 msgstr ""
 
 #. Tag: para
diff --git a/doc/po/es/release_notes.xml.po b/doc/po/es/release_notes.xml.po
index 1861dba36..1508e2d8c 100644
--- a/doc/po/es/release_notes.xml.po
+++ b/doc/po/es/release_notes.xml.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PostGIS\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2023-08-12 00:40+0000\n"
+"POT-Creation-Date: 2023-08-12 03:32+0000\n"
 "PO-Revision-Date: 2021-11-28 22:22+0000\n"
 "Last-Translator: Regina Obe\n"
 "Language-Team: Spanish (http://www.transifex.com/postgis/postgis/language/"
@@ -33,13 +33,13 @@ msgstr "Notas de la versión"
 #. Tag: title
 #: release_notes.xml:6
 #, no-c-format
-msgid "PostGIS 3.4.0rc2"
+msgid "PostGIS 3.4.0"
 msgstr ""
 
 #. Tag: para
 #: release_notes.xml:7
 #, no-c-format
-msgid "2023/08/12"
+msgid "2023/08/13"
 msgstr ""
 
 #. Tag: para
diff --git a/doc/po/fr/release_notes.xml.po b/doc/po/fr/release_notes.xml.po
index 92d19f3df..2ab0475e6 100644
--- a/doc/po/fr/release_notes.xml.po
+++ b/doc/po/fr/release_notes.xml.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PostGIS\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2023-08-12 00:40+0000\n"
+"POT-Creation-Date: 2023-08-12 03:32+0000\n"
 "PO-Revision-Date: 2023-07-03 18:19+0000\n"
 "Last-Translator: Vincent Bre <vincent.bre at oslandia.com>\n"
 "Language-Team: French <https://weblate.osgeo.org/projects/postgis/"
@@ -37,13 +37,13 @@ msgstr "Notes de version"
 #. Tag: title
 #: release_notes.xml:6
 #, no-c-format
-msgid "PostGIS 3.4.0rc2"
+msgid "PostGIS 3.4.0"
 msgstr ""
 
 #. Tag: para
 #: release_notes.xml:7
 #, no-c-format
-msgid "2023/08/12"
+msgid "2023/08/13"
 msgstr ""
 
 #. Tag: para
diff --git a/doc/po/it_IT/release_notes.xml.po b/doc/po/it_IT/release_notes.xml.po
index 8abf8ecc3..f56519780 100644
--- a/doc/po/it_IT/release_notes.xml.po
+++ b/doc/po/it_IT/release_notes.xml.po
@@ -5,7 +5,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PostGIS\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2023-08-12 00:40+0000\n"
+"POT-Creation-Date: 2023-08-12 03:32+0000\n"
 "PO-Revision-Date: 2021-11-28 22:22+0000\n"
 "Last-Translator: Regina Obe\n"
 "Language-Team: Italian (Italy) (http://www.transifex.com/postgis/postgis/"
@@ -31,13 +31,13 @@ msgstr ""
 #. Tag: title
 #: release_notes.xml:6
 #, no-c-format
-msgid "PostGIS 3.4.0rc2"
+msgid "PostGIS 3.4.0"
 msgstr ""
 
 #. Tag: para
 #: release_notes.xml:7
 #, no-c-format
-msgid "2023/08/12"
+msgid "2023/08/13"
 msgstr ""
 
 #. Tag: para
diff --git a/doc/po/ja/release_notes.xml.po b/doc/po/ja/release_notes.xml.po
index d04f5a025..9bb165449 100644
--- a/doc/po/ja/release_notes.xml.po
+++ b/doc/po/ja/release_notes.xml.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PostGIS\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2023-08-12 00:40+0000\n"
+"POT-Creation-Date: 2023-08-12 03:32+0000\n"
 "PO-Revision-Date: 2023-08-07 10:08+0000\n"
 "Last-Translator: Teramoto Ikuhiro <yellow at affrc.go.jp>\n"
 "Language-Team: Japanese <https://weblate.osgeo.org/projects/postgis/"
@@ -34,13 +34,13 @@ msgstr "リリースノート"
 #. Tag: title
 #: release_notes.xml:6
 #, no-c-format
-msgid "PostGIS 3.4.0rc2"
+msgid "PostGIS 3.4.0"
 msgstr ""
 
 #. Tag: para
 #: release_notes.xml:7
 #, no-c-format
-msgid "2023/08/12"
+msgid "2023/08/13"
 msgstr ""
 
 #. Tag: para
diff --git a/doc/po/ja/xsl-config.xml.po b/doc/po/ja/xsl-config.xml.po
index 2c9cc674d..35de41fcc 100644
--- a/doc/po/ja/xsl-config.xml.po
+++ b/doc/po/ja/xsl-config.xml.po
@@ -58,8 +58,8 @@ msgstr ""
 "POT-Creation-Date: 2023-08-03 01:03+0000\n"
 "PO-Revision-Date: 2023-08-07 10:08+0000\n"
 "Last-Translator: Teramoto Ikuhiro <yellow at affrc.go.jp>\n"
-"Language-Team: Japanese <https://weblate.osgeo.org/projects/postgis/"
-"xsl-config/ja/>\n"
+"Language-Team: Japanese <https://weblate.osgeo.org/projects/postgis/xsl-"
+"config/ja/>\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff --git a/doc/po/ko_KR/release_notes.xml.po b/doc/po/ko_KR/release_notes.xml.po
index 1e6c26768..f6a06cc3b 100644
--- a/doc/po/ko_KR/release_notes.xml.po
+++ b/doc/po/ko_KR/release_notes.xml.po
@@ -5,7 +5,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PostGIS\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2023-08-12 00:40+0000\n"
+"POT-Creation-Date: 2023-08-12 03:32+0000\n"
 "PO-Revision-Date: 2021-11-28 22:22+0000\n"
 "Last-Translator: Regina Obe\n"
 "Language-Team: Korean (Korea) (http://www.transifex.com/postgis/postgis/"
@@ -31,13 +31,13 @@ msgstr ""
 #. Tag: title
 #: release_notes.xml:6
 #, no-c-format
-msgid "PostGIS 3.4.0rc2"
+msgid "PostGIS 3.4.0"
 msgstr ""
 
 #. Tag: para
 #: release_notes.xml:7
 #, no-c-format
-msgid "2023/08/12"
+msgid "2023/08/13"
 msgstr ""
 
 #. Tag: para
diff --git a/doc/po/pl/release_notes.xml.po b/doc/po/pl/release_notes.xml.po
index 485959866..76988e05a 100644
--- a/doc/po/pl/release_notes.xml.po
+++ b/doc/po/pl/release_notes.xml.po
@@ -5,7 +5,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PostGIS\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2023-08-12 00:40+0000\n"
+"POT-Creation-Date: 2023-08-12 03:32+0000\n"
 "PO-Revision-Date: 2021-11-28 22:22+0000\n"
 "Last-Translator: Regina Obe\n"
 "Language-Team: Polish (http://www.transifex.com/postgis/postgis/language/"
@@ -33,13 +33,13 @@ msgstr ""
 #. Tag: title
 #: release_notes.xml:6
 #, no-c-format
-msgid "PostGIS 3.4.0rc2"
+msgid "PostGIS 3.4.0"
 msgstr ""
 
 #. Tag: para
 #: release_notes.xml:7
 #, no-c-format
-msgid "2023/08/12"
+msgid "2023/08/13"
 msgstr ""
 
 #. Tag: para
diff --git a/doc/po/pt_BR/release_notes.xml.po b/doc/po/pt_BR/release_notes.xml.po
index 19f4b2782..07a2b55e5 100644
--- a/doc/po/pt_BR/release_notes.xml.po
+++ b/doc/po/pt_BR/release_notes.xml.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PostGIS\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2023-08-12 00:40+0000\n"
+"POT-Creation-Date: 2023-08-12 03:32+0000\n"
 "PO-Revision-Date: 2021-11-28 22:22+0000\n"
 "Last-Translator: Regina Obe\n"
 "Language-Team: Portuguese (Brazil) (http://www.transifex.com/postgis/postgis/"
@@ -35,13 +35,13 @@ msgstr "Notas de Lançamento"
 #. Tag: title
 #: release_notes.xml:6
 #, no-c-format
-msgid "PostGIS 3.4.0rc2"
+msgid "PostGIS 3.4.0"
 msgstr ""
 
 #. Tag: para
 #: release_notes.xml:7
 #, no-c-format
-msgid "2023/08/12"
+msgid "2023/08/13"
 msgstr ""
 
 #. Tag: para
diff --git a/doc/po/ru/release_notes.xml.po b/doc/po/ru/release_notes.xml.po
index 91cd98ea2..1d2a43367 100644
--- a/doc/po/ru/release_notes.xml.po
+++ b/doc/po/ru/release_notes.xml.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PostGIS\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2023-08-12 00:40+0000\n"
+"POT-Creation-Date: 2023-08-12 03:32+0000\n"
 "PO-Revision-Date: 2022-01-10 13:38+0000\n"
 "Last-Translator: Sandro Santilli <strk at kbt.io>\n"
 "Language-Team: Russian (Russia) (http://www.transifex.com/postgis/postgis/"
@@ -34,13 +34,13 @@ msgstr "Замечания к версии"
 #. Tag: title
 #: release_notes.xml:6
 #, no-c-format
-msgid "PostGIS 3.4.0rc2"
+msgid "PostGIS 3.4.0"
 msgstr ""
 
 #. Tag: para
 #: release_notes.xml:7
 #, no-c-format
-msgid "2023/08/12"
+msgid "2023/08/13"
 msgstr ""
 
 #. Tag: para
diff --git a/doc/po/templates/release_notes.xml.pot b/doc/po/templates/release_notes.xml.pot
index eec6080e9..1c35db6fe 100644
--- a/doc/po/templates/release_notes.xml.pot
+++ b/doc/po/templates/release_notes.xml.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: 2023-08-12 00:40+0000\n"
+"POT-Creation-Date: 2023-08-12 03:32+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"
@@ -29,13 +29,13 @@ msgstr ""
 #. Tag: title
 #: release_notes.xml:6
 #, no-c-format
-msgid "PostGIS 3.4.0rc2"
+msgid "PostGIS 3.4.0"
 msgstr ""
 
 #. Tag: para
 #: release_notes.xml:7
 #, no-c-format
-msgid "2023/08/12"
+msgid "2023/08/13"
 msgstr ""
 
 #. Tag: para
diff --git a/doc/release_notes.xml b/doc/release_notes.xml
index f675467a8..897382c26 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -3,8 +3,8 @@
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
         <sect1>
-            <title>PostGIS 3.4.0rc2</title>
-            <para>2023/08/12</para>
+            <title>PostGIS 3.4.0</title>
+            <para>2023/08/13</para>
             <para>This version requires PostgreSQL 12 or higher, GEOS 3.6 or higher, and Proj 6.1+.
             To take advantage of all features, GEOS 3.12+ is needed.
             To take advantage of all SFCGAL featurs, SFCGAL 1.4.1+ is needed.</para>

commit ef2708d6145847e80390aa950e279a40ef5b6b89
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Aug 11 22:19:12 2023 -0400

    Move dronie tool steps to dedicated script

diff --git a/.drone-1.0.yml b/.drone-1.0.yml
index cf3cd32bb..ddcdc8bd1 100644
--- a/.drone-1.0.yml
+++ b/.drone-1.0.yml
@@ -40,13 +40,6 @@ steps:
     image: *test-image
     pull: never
     commands:
-      - ./autogen.sh
-      - ./configure --without-pgconfig --prefix=/tmp/pgx
-      - make
-      - make check
-      - make install
-      - /tmp/pgx/bin/postgis help
-      - /tmp/pgx/bin/shp2pgsql
-      - /tmp/pgx/bin/raster2pgsql
+      - sh ci/dronie/postgis_tools.sh
     depends_on: [ autogen ]
 
diff --git a/ci/dronie/postgis_tools.sh b/ci/dronie/postgis_tools.sh
new file mode 100644
index 000000000..447ce0d13
--- /dev/null
+++ b/ci/dronie/postgis_tools.sh
@@ -0,0 +1,12 @@
+ #!/usr/bin/env bash
+
+# Exit on first error
+set -e
+
+./configure --without-pgconfig --prefix=/tmp/pgx
+make
+make check
+make install
+/tmp/pgx/bin/postgis help
+/tmp/pgx/bin/shp2pgsql
+/tmp/pgx/bin/raster2pgsql

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list