[postgis-tickets] [SCM] PostGIS branch stable-3.0 updated. 4254a31b0101a24eb832c1aed6d07a5b65e9a750
git at osgeo.org
git at osgeo.org
Fri Feb 21 12:46:37 PST 2020
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 4254a31b0101a24eb832c1aed6d07a5b65e9a750 (commit)
from 95d803dc8952ec2bed067d14d3bb92b194a6aaaa (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 4254a31b0101a24eb832c1aed6d07a5b65e9a750
Author: Darafei Praliaskouski <me at komzpa.net>
Date: Fri Feb 21 23:43:52 2020 +0300
Prepare release 3.0.1
diff --git a/NEWS b/NEWS
index fc64d86..ef0cdaa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
PostGIS 3.0.1
-XXXX/XX/XX
+2020/02/20
* Breaking Changes *
- #4637 svn number replaced by git hash in version output
@@ -7,24 +7,27 @@ XXXX/XX/XX
* New Features *
- #4617, Add configure switch `--without-phony-revision` (Raúl Marín)
- Use to prevent postgis_revision.h
- from rebuilding (when building from tar ball) and building in a gitted folder
+ Use to prevent postgis_revision.h from rebuilding
+ (when building from tar ball) and building in a gitted folder.
* Bug Fixes and Enhancements *
- #4558, Fix oversimplification of polygon inner rings (Raúl Marín)
- - #4588, Fix update when st_union(geometry) doesn't exist (Raúl Marín)
- - #4590, Fix pg_upgrade issue with st_linecrossingdirection (Raúl Marín)
+ - #4588, Fix update when ST_Union(geometry) doesn't exist (Raúl Marín)
+ - #4590, Fix pg_upgrade issue with ST_LineCrossingDirection (Raúl Marín)
- #4599, ST_AddPoint: Accept -1 as a valid position (Raúl Marín)
- #4600, Improve precision of ST_TileEnvelope (Raúl Marín)
- #4605, Fix postgis_upgrade.pl with PostgreSQL 12 (Matti Linnanvuori)
- #4606, Respect user's LDFLAGS in postgis module build (Sandro Santilli)
- - #4610, Add in logic to install postgis_tiger_geocoder from unpackaged (Regina obe)
- - #4581, installing postgis_raster from unpackaged tries to use wrong schema
+ - #4610, Add in logic to install postgis_tiger_geocoder from unpackaged (Regina Obe)
+ - #4581, Installing postgis_raster from unpackaged tries to use wrong schema (Regina Obe)
- #4596, The script to generate nation_script_load.sh is missing
a trailing quote (Bill Mill)
- #4608, PG12: Fix several bugs in the index support function (Raúl Marín)
- #4621, Prevent stack overflow when parsing WKB (Raúl Marín)
- #4626, Support pkg-config for libxml2 (Bas Couwenberg)
+ - #4632, Allow building with PostgreSQL 13 (Raúl Marín)
+ - #4570, Include raster2pgsql in windows packaging (Regina Obe)
+
PostGIS 3.0.0
2019/10/20
diff --git a/README.postgis b/README.postgis
index 7e1b857..384f374 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
PostGIS - Geographic Information Systems Extensions to PostgreSQL
=================================================================
-:Version: 3.0.0
-:Date: 2019-10-20
+:Version: 3.0.1
+:Date: 2020-02-20
:Website: https://postgis.net
This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index 27e1602..7ee4060 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=0
-POSTGIS_MICRO_VERSION=1dev
+POSTGIS_MICRO_VERSION=1
# Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
# when changing POSTGIS_MINOR_VERSION
diff --git a/doc/release_notes.xml b/doc/release_notes.xml
index 257f1a2..3575840 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -4,6 +4,44 @@
<subtitle>Release Notes</subtitle>
<sect1>
+ <title>PostGIS 3.0.1</title>
+ <para>Release date: 2020/02/20</para>
+
+ <simplesect>
+ <title>Breaking Changes</title>
+ <para>#4637 svn number replaced by git hash in version output
+ (Sandro Santilli, Regina Obe, Bas Couwenberg)</para>
+ </simplesect>
+
+ <simplesect>
+ <title>New Features</title>
+ <para>#4617, Add configure switch `--without-phony-revision` (Raúl Marín)
+ Use to prevent postgis_revision.h from rebuilding
+ (when building from tar ball) and building in a gitted folder.</para>
+ </simplesect>
+
+ <simplesect>
+ <title>Bug Fixes and Enhancements</title>
+ <para>#4558, Fix oversimplification of polygon inner rings (Raúl Marín)</para>
+ <para>#4588, Fix update when ST_Union(geometry) doesn't exist (Raúl Marín)</para>
+ <para>#4590, Fix pg_upgrade issue with ST_LineCrossingDirection (Raúl Marín)</para>
+ <para>#4599, ST_AddPoint: Accept -1 as a valid position (Raúl Marín)</para>
+ <para>#4600, Improve precision of ST_TileEnvelope (Raúl Marín)</para>
+ <para>#4605, Fix postgis_upgrade.pl with PostgreSQL 12 (Matti Linnanvuori)</para>
+ <para>#4606, Respect user's LDFLAGS in postgis module build (Sandro Santilli)</para>
+ <para>#4610, Add in logic to install postgis_tiger_geocoder from unpackaged (Regina Obe)</para>
+ <para>#4581, Installing postgis_raster from unpackaged tries to use wrong schema (Regina Obe)</para>
+ <para>#4596, The script to generate nation_script_load.sh is missing
+ a trailing quote (Bill Mill)</para>
+ <para>#4608, PG12: Fix several bugs in the index support function (Raúl Marín)</para>
+ <para>#4621, Prevent stack overflow when parsing WKB (Raúl Marín)</para>
+ <para>#4626, Support pkg-config for libxml2 (Bas Couwenberg)</para>
+ <para>#4632, Allow building with PostgreSQL 13 (Raúl Marín)</para>
+ <para>#4570, Include raster2pgsql in windows packaging (Regina Obe)</para>
+ </simplesect>
+ </sect1>
+
+ <sect1>
<title>Release 3.0.0</title>
<para>Release date: 2019/10/20</para>
<para>This version requires PostgreSQL 9.5+-12 and GEOS >= 3.6+
@@ -161,7 +199,7 @@
<title>Major highlights</title>
<para>4519, Fix getSRIDbySRS crash (Raúl Marín)</para>
<para>4520, Use a clean environment when detecting C++ libraries (Raúl Marín)</para>
- <para>Restore ST_Union() aggregate signature so drop agg not required and re-work
+ <para>Restore ST_Union() aggregate signature so drop agg not required and re-work
performance/size enhancement to continue to avoid
using Array type during ST_Union(), hopefully
avoiding Array size limitations. (Paul Ramsey)</para>
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index 6fc45b4..89bce25 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -58,3 +58,4 @@ UPGRADEABLE_VERSIONS = \
3.0.0rc1 \
3.0.0rc2 \
3.0.0
+ 3.0.1dev
diff --git a/raster/Version.config b/raster/Version.config
deleted file mode 100644
index faac75b..0000000
--- a/raster/Version.config
+++ /dev/null
@@ -1,8 +0,0 @@
-# Version numbering central repository, to be included from various
-# places during the build process
-
-# See HOWTO_RELEASE file in SVN for definitions of those three.
-
-POSTGIS_RASTER_MAJOR_VERSION=0
-POSTGIS_RASTER_MINOR_VERSION=1
-POSTGIS_RASTER_MICRO_VERSION=6d
-----------------------------------------------------------------------
Summary of changes:
NEWS | 17 +++++++++-------
README.postgis | 4 ++--
Version.config | 2 +-
doc/release_notes.xml | 40 +++++++++++++++++++++++++++++++++++++-
extensions/upgradeable_versions.mk | 1 +
raster/Version.config | 8 --------
6 files changed, 53 insertions(+), 19 deletions(-)
delete mode 100644 raster/Version.config
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list