[postgis-tickets] r15065 - 2.3.0beta1 release notes fix some minor issues with other notes
Regina Obe
lr at pcorp.us
Mon Sep 5 23:42:59 PDT 2016
Author: robe
Date: 2016-09-05 23:42:58 -0700 (Mon, 05 Sep 2016)
New Revision: 15065
Added:
web/_content/posts/2016/09-06_postgis-2.3.0beta1.html
Modified:
web/_content/config.yml
web/_content/pages/source.html
Log:
2.3.0beta1 release notes fix some minor issues with other notes
Modified: web/_content/config.yml
===================================================================
--- web/_content/config.yml 2016-09-06 06:36:28 UTC (rev 15064)
+++ web/_content/config.yml 2016-09-06 06:42:58 UTC (rev 15065)
@@ -10,7 +10,7 @@
postgis:
version: 2.2.2
- trunk_version: 2.3.0dev
+ trunk_version: 2.3.0rc1dev
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-06 06:36:28 UTC (rev 15064)
+++ web/_content/pages/source.html 2016-09-06 06:42:58 UTC (rev 15065)
@@ -21,7 +21,7 @@
## Latest stable branch snapshots:
-* [postgis-2.2.2dev.tar.gz]({{postgis.dev_download}}/postgis-2.2.2dev.tar.gz)
+* [postgis-2.2.3dev.tar.gz]({{postgis.dev_download}}/postgis-2.2.3dev.tar.gz)
* [postgis-2.1.9dev.tar.gz]({{postgis.dev_download}}/postgis-2.1.9dev.tar.gz)
* [postgis-2.0.8SVN.tar.gz]({{postgis.dev_download}}/postgis-2.0.8SVN.tar.gz)
Added: web/_content/posts/2016/09-06_postgis-2.3.0beta1.html
===================================================================
--- web/_content/posts/2016/09-06_postgis-2.3.0beta1.html (rev 0)
+++ web/_content/posts/2016/09-06_postgis-2.3.0beta1.html 2016-09-06 06:42:58 UTC (rev 15065)
@@ -0,0 +1,56 @@
+---
+title: PostGIS 2.3.0beta1 Released
+layout: post
+category: news
+tags: [release, 2.3, 2.3.0beta1]
+author: Regina Obe
+thumbnail: postgis.png
+---
+
+PostGIS 2.3 is feature complete, so we're looking for testing and feedback!
+Best servered with PostgreSQL 9.6.
+
+Please give this beta a try and report back any issues you encounter.
+
+* [Download]({{postgis.release_source}}/postgis-2.3.0beta1.tar.gz)
+* [html doc download]({{postgis.release_docs}}/doc-html-2.3.0beta1.tar.gz)
+* [pdf doc download]({{postgis.release_docs}}/postgis-2.3.0beta1.pdf)
+* [Changelog](https://svn.osgeo.org/postgis/tags/2.3.0beta1/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)
+
+ * 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:
+ 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.0/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