[postgis-tickets] r15174 - PostGIS 2.2.3 announcement

Regina Obe lr at pcorp.us
Thu Oct 6 08:40:36 PDT 2016


Author: robe
Date: 2016-10-06 08:40:36 -0700 (Thu, 06 Oct 2016)
New Revision: 15174

Added:
   web/_content/posts/2016/10-06_postgis-2.2.3.html
Log:
PostGIS 2.2.3 announcement

Added: web/_content/posts/2016/10-06_postgis-2.2.3.html
===================================================================
--- web/_content/posts/2016/10-06_postgis-2.2.3.html	                        (rev 0)
+++ web/_content/posts/2016/10-06_postgis-2.2.3.html	2016-10-06 15:40:36 UTC (rev 15174)
@@ -0,0 +1,67 @@
+---
+title: PostGIS 2.2.3 Released
+layout: post
+category: news
+tags: [release, 2.2, 2.2.3]
+author: Regina Obe
+thumbnail: postgis.png
+---
+
+The PostGIS development team is pleased to announce the release of PostGIS 2.2.3 
+As befits a patch release, the focus is on bugs and breakages.
+
+* [Download]({{postgis.release_source}}/postgis-2.2.3.tar.gz)
+* [html doc download]({{postgis.release_docs}}/doc-html-2.2.3.tar.gz)
+* [pdf doc download]({{postgis.release_docs}}/postgis-2.2.3.pdf)
+* [Changelog](https://svn.osgeo.org/postgis/tags/2.2.3/ChangeLog)
+
+<!-- pagebreak -->
+
+If you are a Mac user using newer XCode 8, you might run into some compilation issues
+as a result of recent changes in XCode.  Refer to [https://trac.osgeo.org/postgis/ticket/3643](https://trac.osgeo.org/postgis/ticket/3643)
+for a patch you can use.
+
+
+Please [report bugs](http://postgis.net/support/) that you find in this release.
+
+**Bug Fixes and Improvements**
+
+ * 3615, Fix schema support in RT\_CreateOveriew (Cait Smith)
+ * 3628, Fix lack of support for capitalized-Y in SwapOrdinates
+ * 3524, Add interruptibility to geography brute-force distance 
+           calculation
+ * 3522, Handle POINT and MULTIPOINT correctly in ST\_Subdivide
+ * 3565, ST\_SetPoint can crash backend
+ * 3571, Install desktop file and application icons 
+           for shp2pgsql-gui (Sebastiaan Couwenberg)
+ * 3573, Operator <<->> incorrectly calculates m distance
+ * 3579, Crash in LWGEOM2GEOS
+ * 3515, tiger\_data not being backed up
+ * 3569, Incorrect coordinates returned by ST\_CollectionHomogenize
+           (Dan Baston)
+ * 3602, perl as found by configure is not used 
+           in tiger extension, postgis\_sfcgal, address\_standardizer
+ * 3604, pgcommon/Makefile.in orders CFLAGS leads to installed liblwgeom.h
+          (Greg Troxel)
+ * 3607, Fix inconsistency with multilinestring in
+           ST\_LocateBetweenElevations (Artur Zakirov)
+ * 3608, Fix crash passing -W UTF-8 to shp2pgsql (Matt Amos)
+ * 3624, [raster] load\_outdb related tests fail 
+           for 2.2.2 & 2.3.0-beta1 on Debian unstable
+           perl @INC fix (Sebastiaan Couwenberg)
+ * 3627, Encoded polyline functions ignore precision parameter
+           (Christian Quest / Dan Baston)
+ * 3501, use ST\_Union instead of ST\_Collect to compute 
+          raster max extent constraint
+ * 3640, Interpolate\_from\_address sometimes results in "" invalid for numeric
+ * 3641, Tiger normalize, pagc\_normalize integer out of range
+ * 3644, Deadlock on interrupt
+ * 3542, Crash on Geometry(MultiCurve())
+ * Numerous documentation corrections from ruvyn
+
+  
+See the full list of changes in the [news file](http://svn.osgeo.org/postgis/tags/2.2.3/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.2.3][1].
+  [1]:http://trac.osgeo.org/postgis/query?status=closed&groupdesc=1&group=priority&milestone=PostGIS+2.2.3&order=priority



More information about the postgis-tickets mailing list