[postgis-tickets] [SCM] PostGIS branch stable-3.0 updated. 3.0.7-3-gcc01f7287
git at osgeo.org
git at osgeo.org
Tue Aug 30 08:26:36 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-3.0 has been updated
via cc01f72874bfc5af375f9d3adc553395cdbbc7a8 (commit)
via 5ef99ed39f86220818899138af77af5f42f9655e (commit)
from e43ebd130f82be66f7bd0857ab03c940ee409148 (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 cc01f72874bfc5af375f9d3adc553395cdbbc7a8
Author: Sandro Santilli <strk at kbt.io>
Date: Tue Aug 30 14:43:56 2022 +0200
Typo: 2st -> 2nd
Closes #5227
diff --git a/postgis/lwgeom_functions_lrs.c b/postgis/lwgeom_functions_lrs.c
index a97fa0873..380726c55 100644
--- a/postgis/lwgeom_functions_lrs.c
+++ b/postgis/lwgeom_functions_lrs.c
@@ -195,7 +195,7 @@ Datum ST_InterpolatePoint(PG_FUNCTION_ARGS)
}
if ( gserialized_get_type(gser_point) != POINTTYPE )
{
- elog(ERROR,"ST_InterpolatePoint: 2st argument isn't a point");
+ elog(ERROR,"ST_InterpolatePoint: 2nd argument isn't a point");
PG_RETURN_NULL();
}
@@ -233,7 +233,7 @@ Datum LWGEOM_line_locate_point(PG_FUNCTION_ARGS)
}
if ( gserialized_get_type(geom2) != POINTTYPE )
{
- elog(ERROR,"line_locate_point: 2st arg isn't a point");
+ elog(ERROR,"line_locate_point: 2nd arg isn't a point");
PG_RETURN_NULL();
}
commit 5ef99ed39f86220818899138af77af5f42f9655e
Author: Sandro Santilli <strk at kbt.io>
Date: Tue Aug 30 17:26:23 2022 +0200
Stub new NEWS section
diff --git a/NEWS b/NEWS
index 97f1c027c..b4ebc9448 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,13 @@
+PostGIS 3.0.8dev
+YYYY/MM/DD
+
+* Bug Fixes*
+ - ...
+
PostGIS 3.0.7
2022/08/18
-* Bug Fixes
+* Bug Fixes *
- #5202, Guard against downgrades (Sandro Santilli)
- #4643, Fix upgrade from unpackaged on PostgreSQL >= 13 (Sandro Santilli)
- #5209, #5210, Fix upgrades with CVE-2022-2625 PostgreSQL fix
-----------------------------------------------------------------------
Summary of changes:
NEWS | 8 +++++++-
postgis/lwgeom_functions_lrs.c | 4 ++--
2 files changed, 9 insertions(+), 3 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list