[postgis-tickets] [SCM] PostGIS branch stable-2.4 updated. 2.4.9-16-g563b33453

git at osgeo.org git at osgeo.org
Sat Apr 23 21:17:40 PDT 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, stable-2.4 has been updated
       via  563b33453a5ee50c9192f16440526ff3621ee144 (commit)
      from  d313c5a270c719a618f8ffb034d29fd724f11400 (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 563b33453a5ee50c9192f16440526ff3621ee144
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Apr 24 00:16:13 2022 -0400

    Prepping for PostGIS 2.4.10 release, the final for 2.4 branch
    Remove bessies from ci, they are running PG13 so can't test this anymore
    Install bison/flex on gitlab, to fix  yacc: command not found
    complaint.

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b9f471d3c..9169f2247 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,6 +2,7 @@ image: debian:stretch
 test:
   script:
     - apt-get update -qq && apt-get install -y
+        bison flex
         postgresql-9.6 postgresql-server-dev-9.6
         build-essential autoconf libtool libcunit1-dev
         xsltproc docbook-xsl docbook-mathml dblatex
diff --git a/NEWS b/NEWS
index dc29e54a5..697cb0f3f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 PostGIS 2.4.10dev
-2022/04/23
+2022/04/24
 
   * Bug Fixes and Enhancements *
 
diff --git a/README.md b/README.md
index 19bbb0dfa..099449f36 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,6 @@ Winnie:
  [![Build Status](https://debbie.postgis.net:444/buildStatus/icon?job=PostGIS_2.4)](https://debbie.postgis.net:444/view/PostGIS/job/PostGIS_2.4/)
 Dronie:
  [![Build Status](https://dronie.osgeo.org/api/badges/postgis/postgis/status.svg?branch=stable-2.4)](https://dronie.osgeo.org/postgis/postgis?branch=svn-2.4)
-Travis:
- [![Build Status](https://secure.travis-ci.org/postgis/postgis.svg)](http://travis-ci.org/postgis/postgis)
 GitLab-CI:
  [![Gitlab-CI](https://gitlab.com/postgis/postgis/badges/stable-2.4/pipeline.svg)](https://gitlab.com/postgis/postgis/commits/svn-2.4)
 
diff --git a/README.postgis b/README.postgis
index 765c58393..3c8879f38 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 2.4.9
-:Date: 2020-08-14
+:Version: 2.4.10
+:Date: 2022-04-24
 :Website: https://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index 51df9ee92..1da9b704e 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=2
 POSTGIS_MINOR_VERSION=4
-POSTGIS_MICRO_VERSION=10dev
+POSTGIS_MICRO_VERSION=10
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION
diff --git a/ci/bessie/postgis_regress.sh b/ci/bessie/postgis_regress.sh
deleted file mode 100644
index b9a4d3205..000000000
--- a/ci/bessie/postgis_regress.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-export PATH=${PATH}:/usr/local:/usr/local/lib:/usr/local/bin
-sh autogen.sh
-./configure --with-projdir=/usr/local --with-libiconv=/usr/local --without-interrupt-tests
-make clean
-make
-export PGUSER=postgres
-export PGIS_REG_TMPDIR=~/tmp/pgis_reg_${BRANCH}
-psql -c "DROP DATABASE IF EXISTS postgis_reg;"
-make check RUNTESTFLAGS="-v"
-sudo make install
-make check RUNTESTFLAGS="-v --extension"
diff --git a/ci/bessie32/postgis_regress.sh b/ci/bessie32/postgis_regress.sh
deleted file mode 100644
index b9a4d3205..000000000
--- a/ci/bessie32/postgis_regress.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-export PATH=${PATH}:/usr/local:/usr/local/lib:/usr/local/bin
-sh autogen.sh
-./configure --with-projdir=/usr/local --with-libiconv=/usr/local --without-interrupt-tests
-make clean
-make
-export PGUSER=postgres
-export PGIS_REG_TMPDIR=~/tmp/pgis_reg_${BRANCH}
-psql -c "DROP DATABASE IF EXISTS postgis_reg;"
-make check RUNTESTFLAGS="-v"
-sudo make install
-make check RUNTESTFLAGS="-v --extension"
diff --git a/doc/release_notes.xml b/doc/release_notes.xml
index 3665aae0b..ec71ae857 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -5,7 +5,7 @@
 
     <sect1>
         <title>Release 2.4.10</title>
-        <para>Release date: 2022/04/21</para>
+        <para>Release date: 2022/04/24</para>
         <para>This is a bug fix and performance improvement release.</para>
       <simplesect><title>Bug Fixes and Enhancements</title>
         <para>4871, TopoGeometry::geometry cast returns NULL for empty

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

Summary of changes:
 .gitlab-ci.yml                 |  1 +
 NEWS                           |  2 +-
 README.md                      |  2 --
 README.postgis                 |  4 ++--
 Version.config                 |  2 +-
 ci/bessie/postgis_regress.sh   | 11 -----------
 ci/bessie32/postgis_regress.sh | 11 -----------
 doc/release_notes.xml          |  2 +-
 8 files changed, 6 insertions(+), 29 deletions(-)
 delete mode 100644 ci/bessie/postgis_regress.sh
 delete mode 100644 ci/bessie32/postgis_regress.sh


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list