[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-36-gd211bf0cc
git at osgeo.org
git at osgeo.org
Mon Aug 21 18:24:58 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 d211bf0cc0c16416b9e9e5690173a948bc0cad10 (commit)
from c66592ffcd71d168020c701ff855444ba81973b0 (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 d211bf0cc0c16416b9e9e5690173a948bc0cad10
Author: Regina Obe <lr at pcorp.us>
Date: Mon Aug 21 21:24:21 2023 -0400
Don't use deprecated SRID=2163
in postgis_gdal_version() check
References #5479 for PostGIS 3.5.0
diff --git a/NEWS b/NEWS
index acfaa8e53..8c1e8b2f3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
PostGIS 3.4.0
-2023/08/xx
+2023/08/15
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.
diff --git a/raster/rt_core/rt_util.c b/raster/rt_core/rt_util.c
index 7f39c5741..9c6a14a9b 100644
--- a/raster/rt_core/rt_util.c
+++ b/raster/rt_core/rt_util.c
@@ -329,8 +329,6 @@ int rt_util_gdal_configured(void) {
return 0;
if (!rt_util_gdal_supported_sr("EPSG:3310"))
return 0;
- if (!rt_util_gdal_supported_sr("EPSG:2163"))
- return 0;
return 1;
}
-----------------------------------------------------------------------
Summary of changes:
NEWS | 2 +-
raster/rt_core/rt_util.c | 2 --
2 files changed, 1 insertion(+), 3 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list