[postgis-tickets] r15123 - PostGIS 2.3.0rc1 release
Regina Obe
lr at pcorp.us
Sun Sep 18 23:14:23 PDT 2016
Author: robe
Date: 2016-09-18 23:14:23 -0700 (Sun, 18 Sep 2016)
New Revision: 15123
Added:
web/_content/posts/2016/09-19_postgis-2.3.0rc1.html
Modified:
web/_content/config.yml
web/_content/pages/source.html
Log:
PostGIS 2.3.0rc1 release
Modified: web/_content/config.yml
===================================================================
--- web/_content/config.yml 2016-09-19 05:21:03 UTC (rev 15122)
+++ web/_content/config.yml 2016-09-19 06:14:23 UTC (rev 15123)
@@ -10,7 +10,7 @@
postgis:
version: 2.2.2
- trunk_version: 2.3.0rc1dev
+ trunk_version: 2.3.0dev
release_docs: http://download.osgeo.org/postgis/docs
release_source: http://download.osgeo.org/postgis/source
dev_download: http://postgis.net/stuff
Modified: web/_content/pages/source.html
===================================================================
--- web/_content/pages/source.html 2016-09-19 05:21:03 UTC (rev 15122)
+++ web/_content/pages/source.html 2016-09-19 06:14:23 UTC (rev 15123)
@@ -7,6 +7,7 @@
# Source Code
The latest source code and companion user doc releases are:
+* [postgis-2.3.0rc1.tar.gz]({{postgis.release_source}}/postgis-2.3.0rc1.tar.gz) [pdf]({{postgis.release_docs}}/postgis-2.3.0rc1.pdf) [html]({{postgis.release_docs}}/doc-html-2.3.0rc1.tar.gz) ([Release Notes](http://svn.osgeo.org/postgis/tags/2.3.0rc1/NEWS))
* [postgis-{{ postgis.version }}.tar.gz]({{postgis.release_source}}/postgis-{{ postgis.version }}.tar.gz) [pdf]({{postgis.release_docs}}/postgis-{{ postgis.version }}.pdf) [html]({{postgis.release_docs}}/doc-html-{{ postgis.version }}.tar.gz)
([Release Notes](http://svn.osgeo.org/postgis/tags/{{ postgis.version }}/NEWS))
* [postgis-2.1.8.tar.gz]({{postgis.release_source}}/postgis-2.1.8.tar.gz) [pdf]({{postgis.release_docs}}/postgis-2.1.8.pdf) [html]({{postgis.release_docs}}/doc-html-2.1.8.tar.gz) ([Release Notes](http://svn.osgeo.org/postgis/tags/2.1.8/NEWS))
Added: web/_content/posts/2016/09-19_postgis-2.3.0rc1.html
===================================================================
--- web/_content/posts/2016/09-19_postgis-2.3.0rc1.html (rev 0)
+++ web/_content/posts/2016/09-19_postgis-2.3.0rc1.html 2016-09-19 06:14:23 UTC (rev 15123)
@@ -0,0 +1,62 @@
+---
+title: PostGIS 2.3.0rc1 Released
+layout: post
+category: news
+tags: [release, 2.3, 2.3.0rc1]
+author: Regina Obe
+thumbnail: postgis.png
+---
+
+PostGIS 2.3.0rc1 is feature complete, so we're looking for testing and feedback!
+Best served with [PostgreSQL 9.6rc1](https://www.postgresql.org/about/news/1693/)
+and [pgRouting 2.3.0-rc1](https://github.com/pgRouting/pgrouting/releases/tag/pgrouting-2.3.0-rc1)
+
+Please give this release candidate a try and report back any issues you encounter.
+New things since 2.3.0beta1 release
+
+
+
+* [Download]({{postgis.release_source}}/postgis-2.3.0rc1.tar.gz)
+* [html doc download]({{postgis.release_docs}}/doc-html-2.3.0rc1.tar.gz)
+* [pdf doc download]({{postgis.release_docs}}/postgis-2.3.0rc1.pdf)
+* [Changelog](https://svn.osgeo.org/postgis/tags/2.3.0rc1/ChangeLog)
+
+Please [report bugs](https://trac.osgeo.org/postgis) that you find in this release.
+
+ **Important / Breaking Changes**
+
+ * 3466, Casting from box3d to geometry now returns a 3D
+ geometry (Julien Rouhaud of Dalibo)
+
+ * 3604, pgcommon/Makefile.in orders
+ CFLAGS incorrectly leading to wrong liblwgeom.h
+ (Greg Troxel)
+ * 3396, ST_EstimatedExtent, now throws WARNING instead of ERROR
+ (Regina Obe)
+
+ **New Features and Performance Enhancements**
+
+ * Add support for custom TOC in postgis_restore.pl
+ (Christoph Moench-Tegeder)
+ * Add support for negative indexing in ST_PointN and ST_SetPoint
+ (RĂ©mi Cura)
+ * Numerous new function additions and enhancements:
+ [New Functions and Enhancements](http://postgis.net/docs/manual-dev/PostGIS_Special_Functions_Index.html#NewFunctions_2_3)
+
+ * 3549, Support PgSQL 9.6 parallel query mode, as far as possible
+ (Paul Ramsey, Regina Obe)
+ * 3557, Geometry function costs based on query stats (Paul Norman)
+ * 3591, Add support for BRIN indexes
+ (Giuseppe Broccolo of 2nd Quadrant, Julien Rouhaud and Ronan Dunklau of Dalibo)
+ * 3496, Make postgis non-relocateable (for extension install),
+ schema qualify calls in functions (Regina Obe)
+ Should resolve once and for all for extensions [#3494](https://trac.osgeo.org/postgis/ticket/3494), [#3486](https://trac.osgeo.org/postgis/ticket/3486), [#3076](https://trac.osgeo.org/postgis/ticket/3076)
+
+ * 3547, Update tiger geocoder to support TIGER 2016 and use http or ftp
+ (Regina Obe)
+
+See the full list of changes in the [news file](http://svn.osgeo.org/postgis/tags/2.3.0rc1/NEWS) and please [report bugs](https://trac.osgeo.org/postgis) that you find in the release.
+Binary packages will appear in [repositories](http://postgis.net/install) over the coming weeks as packagers roll out builds.
+
+View all [closed tickets for 2.3.0][1].
+ [1]:http://trac.osgeo.org/postgis/query?status=closed&groupdesc=1&group=priority&milestone=PostGIS+2.3.0&order=priority
More information about the postgis-tickets
mailing list